DBA Data[Home] [Help]

APPS.RCV_HEADERS_INTERFACE_SV dependencies on DUAL

Line 349: FROM SYS.DUAL;

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
352: asn_debug.put_line('defaulted receipt_id');
353: END IF;