DBA Data[Home] [Help]

APPS.WMS_ITEM_LOAD dependencies on DUAL

Line 700: SELECT mtl_material_transactions_s.NEXTVAL INTO p_txn_header_id FROM dual;

696:
697: -- Get a new transaction header id from the sequence
698: -- if a value is not passed in
699: IF (p_txn_header_id = -999) THEN
700: SELECT mtl_material_transactions_s.NEXTVAL INTO p_txn_header_id FROM dual;
701: END IF;
702: IF (l_debug = 1) THEN
703: print_debug('Transaction header ID: ' || p_txn_header_id);
704: END IF;