Skip to main content

C0412

Functional Description

IF (<CC015C-CONSIGNMENT-PLACE OF LOADING> is PRESENT OR <CCA15D-CONSIGNMENT-
    PLACE OF LOADING> is PRESENT OR <CC013C-CONSIGNMENT-PLACE OF LOADING> is
    PRESENT OR <CCA13D-CONSIGNMENT-PLACE OF LOADING> is PRESENT)
    THEN <CC170C-CONSIGNMENT-PLACE OF LOADING> = “O”
ELSE IF (<CCA15D-TRANSIT OPERATION.Security> is in SET {0,2} OR <CCA13D- TRANSIT
    OPERATION.Security> is in SET {0,2}) AND
    the first two characters of <CUSTOMS OFFICE OF DEPARTURE.Reference number> is in SET
    CL289(CountryPlaceOfLoadingNotRequired)
    THEN <CONSIGNMENT-PLACE OF LOADING> = “O”
ELSE
    <CONSIGNMENT-PLACE OF LOADING> = “R”

Technical Description

IF (/CC015C/Consignment/PlaceOfLoading is PRESENT OR /CCA15D/Consignment/PlaceOfLoading
    is PRESENT OR /CC013C/Consignment/PlaceOfLoading is PRESENT OR
    /CCA13D/Consignment/PlaceOfLoading is PRESENT)
    THEN /CC170C/Consignment/PlaceOfLoading = “O”
ELSE IF (/CCA15D/TransitOperation/security is in SET {0,2} OR /CCA13D/TransitOperation/security is in
    SET {0,2}) AND the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is in SET
    CL289
    THEN /*/Consignment/PlaceOfLoading = “O”
ELSE
    /*/Consignment/PlaceOfLoading = “R”