DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_HEADER_SV dependencies on PO_LOOKUP_CODES

Line 28: TYPE LookupRecType IS RECORD (lookup_code po_lookup_codes.lookup_code%type,

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,
30: error_record rcv_shipment_object_sv.ErrorRecType);
31:
32: TYPE CurRecType IS RECORD (currency_code fnd_currencies.currency_code%type,

Line 29: lookup_type po_lookup_codes.lookup_type%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,
30: error_record rcv_shipment_object_sv.ErrorRecType);
31:
32: TYPE CurRecType IS RECORD (currency_code fnd_currencies.currency_code%type,
33: error_record rcv_shipment_object_sv.ErrorRecType);