DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_LINE_SV dependencies on PO_LOOKUP_CODES

Line 82: (displayed_field po_lookup_codes.displayed_field%Type,

78: vendor_item_num varchar2(2000),
79: error_record rcv_shipment_object_sv.ErrorRecType);
80:
81: TYPE po_lookup_code_record_type IS RECORD
82: (displayed_field po_lookup_codes.displayed_field%Type,
83: lookup_code po_lookup_codes.lookup_code%Type,
84: lookup_type po_lookup_codes.lookup_type%Type,
85: error_record rcv_shipment_object_sv.ErrorRecType);
86:

Line 83: lookup_code po_lookup_codes.lookup_code%Type,

79: error_record rcv_shipment_object_sv.ErrorRecType);
80:
81: TYPE po_lookup_code_record_type IS RECORD
82: (displayed_field po_lookup_codes.displayed_field%Type,
83: lookup_code po_lookup_codes.lookup_code%Type,
84: lookup_type po_lookup_codes.lookup_type%Type,
85: error_record rcv_shipment_object_sv.ErrorRecType);
86:
87: TYPE category_id_record_type IS RECORD

Line 84: lookup_type po_lookup_codes.lookup_type%Type,

80:
81: TYPE po_lookup_code_record_type IS RECORD
82: (displayed_field po_lookup_codes.displayed_field%Type,
83: lookup_code po_lookup_codes.lookup_code%Type,
84: lookup_type po_lookup_codes.lookup_type%Type,
85: error_record rcv_shipment_object_sv.ErrorRecType);
86:
87: TYPE category_id_record_type IS RECORD
88: (item_category rcv_transactions_interface.item_category%type,

Line 120: location_type_code po_lookup_codes.lookup_code%type,

116: (location_code rcv_transactions_interface.deliver_to_location_code%type,
117: location_id rcv_transactions_interface.deliver_to_location_id%type,
118: to_organization_id rcv_transactions_interface.to_organization_id%type,
119: destination_type_code rcv_transactions_interface.destination_type_code%type,
120: location_type_code po_lookup_codes.lookup_code%type,
121: transaction_date rcv_transactions_interface.transaction_date%type,
122: error_record rcv_shipment_object_sv.ErrorRecType);
123:
124: TYPE subinventory_record_type IS RECORD