DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on INV_RESERVATION_UTIL_PVT

Line 624: l_locator := INV_RESERVATION_UTIL_PVT.locator_control(

620:
621: IF l_debug_level > 0 THEN
622: oe_debug_pub.add( 'INV IFACE: BEFORE LOCATOR_CONTROL API CALL' , 1 ) ;
623: END IF;
624: l_locator := INV_RESERVATION_UTIL_PVT.locator_control(
625: p_org_control => l_stock_locator_control_code
626: ,p_sub_control => l_locator_type
627: ,p_item_control => l_location_control_code);
628: IF l_debug_level > 0 THEN

Line 1088: l_locator := INV_RESERVATION_UTIL_PVT.locator_control(

1084: IF l_debug_level > 0 THEN
1085: oe_debug_pub.add( 'INV IFACE: BEFORE LOCATOR_CONTROL API CALL' , 1 ) ;
1086: END IF;
1087:
1088: l_locator := INV_RESERVATION_UTIL_PVT.locator_control(
1089: p_org_control => l_stock_locator_control_code
1090: ,p_sub_control => l_locator_type
1091: ,p_item_control => l_location_control_code);
1092: IF l_debug_level > 0 THEN