DBA Data[Home] [Help]

APPS.RCV_HEADERS_INTERFACE_SV dependencies on RCV_SHIPMENT_HEADERS_S

Line 347: SELECT rcv_shipment_headers_s.NEXTVAL

343: /* generate the shipment_header_id */
344: /* shipment_header_id - receipt_header_id is the same */
345: IF p_header_record.header_record.receipt_header_id IS NULL
346: AND p_header_record.header_record.transaction_type <> 'CANCEL' THEN -- added for support of cancel
347: SELECT rcv_shipment_headers_s.NEXTVAL
348: INTO p_header_record.header_record.receipt_header_id
349: FROM SYS.DUAL;
350:
351: IF (g_asn_debug = 'Y') THEN