DBA Data[Home] [Help]

APPS.INV_3PL_BILLING_UNITS_PVT dependencies on INV_3PL_LOC_PVT

Line 351: inv_3pl_loc_pvt.update_locator_capacity(

347: LOOP
348: IF g_debug = 1 THEN
349: debug('In Select sel_eligible_rec for date, code -> '||l_src_to_date||', '||l_client_code);
350: END IF;
351: inv_3pl_loc_pvt.update_locator_capacity(
352: x_return_status => x_return_status
353: , x_msg_count => x_msg_count
354: , x_msg_data => x_msg_data
355: , p_inventory_location_id => sel_eligible_rec.locator_id

Line 403: inv_3pl_loc_pvt.update_locator_capacity(

399: IF g_debug = 1 THEN
400: debug('In NEW sel_new_transactions for l_start_date, l_src_to_date, l_client_code -> '||l_start_date||', '||l_src_to_date||', '||l_client_code);
401: END IF;
402:
403: inv_3pl_loc_pvt.update_locator_capacity(
404: x_return_status => x_return_status
405: , x_msg_count => x_msg_count
406: , x_msg_data => x_msg_data
407: , p_inventory_location_id => sel_new_rec.locator_id

Line 444: inv_3pl_loc_pvt.update_locator_capacity(

440: IF g_debug = 1 THEN
441: debug('In sel_ct_new_transactions for l_start_date, l_src_to_date, l_client_code -> '||l_start_date||', '||l_src_to_date||', '||l_client_code);
442: END IF;
443:
444: inv_3pl_loc_pvt.update_locator_capacity(
445: x_return_status => x_return_status
446: , x_msg_count => x_msg_count
447: , x_msg_data => x_msg_data
448: , p_inventory_location_id => sel_new_rec.locator_id