DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on INV_RESERVATION_UTIL_PVT

Line 717: l_locator := INV_RESERVATION_UTIL_PVT.locator_control(

713:
714: IF l_debug_level > 0 THEN
715: oe_debug_pub.add( 'INV IFACE: BEFORE LOCATOR_CONTROL API CALL' , 1 ) ;
716: END IF;
717: l_locator := INV_RESERVATION_UTIL_PVT.locator_control(
718: p_org_control => l_stock_locator_control_code
719: ,p_sub_control => l_locator_type
720: ,p_item_control => l_location_control_code);
721: IF l_debug_level > 0 THEN

Line 1262: l_locator := INV_RESERVATION_UTIL_PVT.locator_control(

1258: IF l_debug_level > 0 THEN
1259: oe_debug_pub.add( 'INV IFACE: BEFORE LOCATOR_CONTROL API CALL' , 1 ) ;
1260: END IF;
1261:
1262: l_locator := INV_RESERVATION_UTIL_PVT.locator_control(
1263: p_org_control => l_stock_locator_control_code
1264: ,p_sub_control => l_locator_type
1265: ,p_item_control => l_location_control_code);
1266: IF l_debug_level > 0 THEN