DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_SPECIFIC_PVT dependencies on INV_RESERVATION_PVT

Line 6441: INV_RESERVATION_PVT.Do_Check_For_Commit

6437: /* Added the following if condition to fix the bug 3176286 */
6438: IF OE_SCHEDULE_UTIL.OESCH_PERFORMED_RESERVATION = 'Y' THEN
6439: /* Added the code for the bug 2734389 */
6440: oe_debug_pub.add( 'BEFORE CALLING THE INV FOR DO_CHECK_FOR_COMMIT FROM ORDER IMPORT' , 1 ) ;
6441: INV_RESERVATION_PVT.Do_Check_For_Commit
6442: (p_api_version_number => 1.0
6443: ,p_init_msg_lst => FND_API.G_FALSE
6444: ,x_return_status => l_return_status
6445: ,x_msg_count => l_msg_count