DBA Data[Home] [Help]

APPS.INV_MATERIAL_STATUS_GRP dependencies on INV_TABLE_LOCK_PVT

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

1898: --Issuereceipt is passed as 1 since we want the locking to occur irrespective of onhand
1899: --p_lock_id is only passed from QtyManager, all other calls to the defaulting logic do not
1900: --pass p_lock_id and p_header_id
1901:
1902: if (p_lock_id <> 0 and INV_TABLE_LOCK_PVT.lock_onhand_records(p_organization_id,p_inventory_item_id,null
1903: ,p_lot_number,p_sub_code,p_loc_id,1,p_header_id)
1904: ) then
1905: if (g_debug = 1) then
1906: inv_trx_util_pub.TRACE('Locked the MOQD record', 'INV_MATERIAL_STATUS_GRP', 14);