Skip to main content

C0086

Functional Description

IF <GUARANTEE.Guarantee type> is in SET CL286 (GuaranteeTypeWithGRN)
    THEN
    <GUARANTEE.GUARANTEE REFERENCE.GRN> = “R” AND
    <GUARANTEE.GUARANTEE REFERENCE.Access code> = “R”
ELSE
    <GUARANTEE.GUARANTEE REFERENCE.GRN> = “N” AND
    <GUARANTEE.GUARANTEE REFERENCE.Access code> = “N”

Technical Description

IF /*/Guarantee/guaranteeType is in SET CL286
    THEN /*/Guarantee/GuaranteeReference/GRN = “R” AND
    /*/Guarantee/GuaranteeReference/accessCode = “R”
ELSE
    /*/Guarantee/GuaranteeReference/GRN = “N” AND
    /*/Guarantee/GuaranteeReference/accessCode = “N”