DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_SPECIFIC_PVT dependencies on INV_RESERVATION_PVT

Line 6508: INV_RESERVATION_PVT.Do_Check_For_Commit

6504: /* Added the following if condition to fix the bug 3176286 */
6505: IF OE_SCHEDULE_UTIL.OESCH_PERFORMED_RESERVATION = 'Y' THEN
6506: /* Added the code for the bug 2734389 */
6507: oe_debug_pub.add( 'BEFORE CALLING THE INV FOR DO_CHECK_FOR_COMMIT FROM ORDER IMPORT' , 1 ) ;
6508: INV_RESERVATION_PVT.Do_Check_For_Commit
6509: (p_api_version_number => 1.0
6510: ,p_init_msg_lst => FND_API.G_FALSE
6511: ,x_return_status => l_return_status
6512: ,x_msg_count => l_msg_count