DBA Data[Home] [Help]

APPS.MTL_CCEOI_CONC_PVT dependencies on MTL_INV_UTIL_GRP

Line 238: MTL_INV_UTIL_GRP.Get_LPN_Item_SysQty

234: from mtl_cycle_count_headers
235: where cycle_count_header_id = c_rec.Cycle_Count_Header_id;
236: if c_rec.parent_lpn_id is not null then
237: if c_rec.inventory_item_id is not null then
238: MTL_INV_UTIL_GRP.Get_LPN_Item_SysQty
239: (
240: p_api_version => 1.0
241: , p_init_msg_lst => fnd_api.g_true
242: , p_commit => fnd_api.g_true

Line 266: MTL_INV_UTIL_GRP.Calculate_Systemquantity

262: L_CCEOIEntry_record.system_quantity := NULL;
263: L_CCEOIEntry_record.secondary_system_quantity := NULL; -- INVCONV
264: end if;
265: else
266: MTL_INV_UTIL_GRP.Calculate_Systemquantity
267: (
268: p_api_version => 0.9
269: , x_return_status => L_return_status
270: , x_msg_count => L_msg_count