DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_LINE_SV dependencies on PO_HEADERS

Line 38: (document_num po_headers.segment1%type,

34: vendor_item_num varchar2(2000),
35: error_record rcv_shipment_object_sv.ErrorRecType);
36:
37: TYPE document_num_record_type IS RECORD
38: (document_num po_headers.segment1%type,
39: po_header_id po_headers.po_header_id%type,
40: error_record rcv_shipment_object_sv.ErrorRecType);
41:
42: TYPE release_id_record_type IS RECORD

Line 39: po_header_id po_headers.po_header_id%type,

35: error_record rcv_shipment_object_sv.ErrorRecType);
36:
37: TYPE document_num_record_type IS RECORD
38: (document_num po_headers.segment1%type,
39: po_header_id po_headers.po_header_id%type,
40: error_record rcv_shipment_object_sv.ErrorRecType);
41:
42: TYPE release_id_record_type IS RECORD
43: (release_num po_releases.release_num%type,

Line 53: document_num po_headers.segment1%type,

49: error_record rcv_shipment_object_sv.ErrorRecType);
50:
51: TYPE po_line_id_record_type IS RECORD
52: (document_line_num po_lines.line_num%type,
53: document_num po_headers.segment1%type,
54: po_header_id po_headers.po_header_id%type,
55: po_line_id po_lines.po_line_id%type,
56: item_id mtl_system_items_kfv.inventory_item_id%type,
57: error_record rcv_shipment_object_sv.ErrorRecType);

Line 54: po_header_id po_headers.po_header_id%type,

50:
51: TYPE po_line_id_record_type IS RECORD
52: (document_line_num po_lines.line_num%type,
53: document_num po_headers.segment1%type,
54: po_header_id po_headers.po_header_id%type,
55: po_line_id po_lines.po_line_id%type,
56: item_id mtl_system_items_kfv.inventory_item_id%type,
57: error_record rcv_shipment_object_sv.ErrorRecType);
58:

Line 215: po_header_id po_headers.po_header_id%type,

211:
212: TYPE freight_carrier_record_type IS RECORD
213: (to_organization_id rcv_transactions_interface.to_organization_id%type,
214: freight_carrier_code rcv_transactions_interface.freight_carrier_code%type,
215: po_header_id po_headers.po_header_id%type,
216: error_record rcv_shipment_object_sv.ErrorRecType);
217:
218: TYPE tax_name_record_type IS RECORD
219: (tax_name rcv_transactions_interface.tax_name%type,