DBA Data[Home] [Help]

APPS.INV_MOVE_ORDER_PUB dependencies on INV_CACHE

Line 528: l_return_value := INV_CACHE.set_item_rec( p_organization_id => x_trolin_tbl(l_index).organization_id

524: END IF; -- to sub is not null
525:
526: IF x_trolin_tbl(l_index).return_status = fnd_api.g_ret_sts_success THEN --{
527:
528: l_return_value := INV_CACHE.set_item_rec( p_organization_id => x_trolin_tbl(l_index).organization_id
529: ,p_item_id => x_trolin_tbl(l_index).inventory_item_id);
530:
531: IF NOT l_return_value Then
532: print_debug('Error setting cache for inventory_item', l_api_name);

Line 536: l_reservable_type := INV_CACHE.item_rec.reservable_type;

532: print_debug('Error setting cache for inventory_item', l_api_name);
533: RAISE fnd_api.g_exc_unexpected_error;
534: END IF;
535:
536: l_reservable_type := INV_CACHE.item_rec.reservable_type;
537:
538: IF l_reservable_type = 2 then
539: l_found_backorder_cache := FALSE;
540: ELSE

Line 884: l_item_loc_ctrl := INV_CACHE.item_rec.location_control_code;

880: FETCH get_sub_loc_ctrl INTO l_sub_loc_ctrl;
881: CLOSE get_sub_loc_ctrl;
882: IF l_sub_loc_ctrl = 5 THEN
883: BEGIN
884: l_item_loc_ctrl := INV_CACHE.item_rec.location_control_code;
885: EXCEPTION
886: WHEN OTHERS THEN
887: print_debug('Exception retrieving item locator control from cache ' || sqlerrm
888: ,'INV_Move_Order_PUB.Create_Move_Order_Lines');