DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on INV_CACHE

Line 809: l_return_value := INV_CACHE.set_mol_rec(p_transaction_temp_id);

805: x_return_status := fnd_api.g_ret_sts_success;
806:
807: -- Bug 5264987 - Fetching the MO_lines from the Cache instead of querying ,
808:
809: l_return_value := INV_CACHE.set_mol_rec(p_transaction_temp_id);
810: IF NOT l_return_value THEN
811: If l_debug = 1 THEN
812: log_event(l_api_name,'','Move order line cursor not found ');
813: End If;

Line 817: l_rec_mtrl := INV_CACHE.mol_rec;

813: End If;
814: raise fnd_api.g_exc_unexpected_error;
815: END IF;
816: log_event(l_api_name,'','test:Move order line fetched from cache');
817: l_rec_mtrl := INV_CACHE.mol_rec;
818:
819:
820: if l_debug = 1 then
821: log_event(l_api_name,'','fetching move order line');