DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on OE_TRANSACTIONS_IFACE_S

Line 655: SELECT oe_transactions_iface_s.nextval

651: /* -- HW OPM BUG#:2536589 No need to populate these tables for OPM. INVCONV -NOT NEEDED NOW FOR opm iNVENTORY CONVERGENCE
652: -- Added a branch
653: IF ( l_process_org = 0 ) THEN */
654:
655: SELECT oe_transactions_iface_s.nextval
656: INTO l_source_line_id
657: FROM dual;
658:
659: IF l_lot = 'Y' THEN

Line 1137: SELECT oe_transactions_iface_s.nextval

1133:
1134: /* -- HW OPM BUG#:2536589 Need to branch since OPM does not need to populate INVCONV
1135: -- mtl_transactions_interface table
1136: IF ( l_process_org = 0 ) THEN */
1137: SELECT oe_transactions_iface_s.nextval
1138: INTO l_source_line_id
1139: FROM dual;
1140:
1141: IF l_debug_level > 0 THEN