DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_HEADER_SV dependencies on ORG_FREIGHT

Line 24: TYPE FreightRecType IS RECORD (freight_carrier_code org_freight.freight_code%type,

20: TYPE PayRecType IS RECORD (payment_term_id ap_terms.term_id%type,
21: payment_term_name ap_terms.name%type,
22: error_record rcv_shipment_object_sv.ErrorRecType);
23:
24: TYPE FreightRecType IS RECORD (freight_carrier_code org_freight.freight_code%type,
25: organization_id org_freight.organization_id%type,
26: error_record rcv_shipment_object_sv.ErrorRecType);
27:
28: TYPE LookupRecType IS RECORD (lookup_code po_lookup_codes.lookup_code%type,

Line 25: organization_id org_freight.organization_id%type,

21: payment_term_name ap_terms.name%type,
22: error_record rcv_shipment_object_sv.ErrorRecType);
23:
24: TYPE FreightRecType IS RECORD (freight_carrier_code org_freight.freight_code%type,
25: organization_id org_freight.organization_id%type,
26: error_record rcv_shipment_object_sv.ErrorRecType);
27:
28: TYPE LookupRecType IS RECORD (lookup_code po_lookup_codes.lookup_code%type,
29: lookup_type po_lookup_codes.lookup_type%type,