DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on OE_TRANSACTIONS_IFACE_S

Line 748: SELECT oe_transactions_iface_s.nextval

744: /* -- HW OPM BUG#:2536589 No need to populate these tables for OPM. INVCONV -NOT NEEDED NOW FOR opm iNVENTORY CONVERGENCE
745: -- Added a branch
746: IF ( l_process_org = 0 ) THEN */
747:
748: SELECT oe_transactions_iface_s.nextval
749: INTO l_source_line_id
750: FROM dual;
751:
752: --ER 8419373 check if lot and serial controlled and get new transaction_interface_id for column SERIAL_TRANSACTION_TEMP_ID

Line 1312: SELECT oe_transactions_iface_s.nextval

1308:
1309: /* -- HW OPM BUG#:2536589 Need to branch since OPM does not need to populate INVCONV
1310: -- mtl_transactions_interface table
1311: IF ( l_process_org = 0 ) THEN */
1312: SELECT oe_transactions_iface_s.nextval
1313: INTO l_source_line_id
1314: FROM dual;
1315:
1316: IF l_debug_level > 0 THEN