DBA Data[Home] [Help]

APPS.INV_MATERIAL_STATUS_GRP dependencies on INV_TABLE_LOCK_PVT

Line 2298: if (p_lock_id <> 0 and INV_TABLE_LOCK_PVT.lock_onhand_records(p_organization_id,p_inventory_item_id,null

2294: --Issuereceipt is passed as 1 since we want the locking to occur irrespective of onhand
2295: --p_lock_id is only passed from QtyManager, all other calls to the defaulting logic do not
2296: --pass p_lock_id and p_header_id
2297:
2298: if (p_lock_id <> 0 and INV_TABLE_LOCK_PVT.lock_onhand_records(p_organization_id,p_inventory_item_id,null
2299: ,p_lot_number,p_sub_code,p_loc_id,1,p_header_id)
2300: ) then
2301: if (g_debug = 1) then
2302: inv_trx_util_pub.TRACE('Locked the MOQD record', 'INV_MATERIAL_STATUS_GRP', 14);