DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_LINE_SV dependencies on PO_RELEASES

Line 43: (release_num po_releases.release_num%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,
44: po_release_id po_releases.po_release_id%type,
45: po_line_id po_lines.po_line_id%type,
46: shipment_num po_line_locations.shipment_num%type,
47: po_line_location_id rcv_transactions_interface.po_line_location_id%type,

Line 44: po_release_id po_releases.po_release_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,
44: po_release_id po_releases.po_release_id%type,
45: po_line_id po_lines.po_line_id%type,
46: shipment_num po_line_locations.shipment_num%type,
47: po_line_location_id rcv_transactions_interface.po_line_location_id%type,
48: po_header_id rcv_transactions_interface.po_header_id%type,