DBA Data[Home] [Help]

APPS.PJM_BORROW_PAYBACK dependencies on MTL_SECONDARY_INVENTORIES

Line 438: from mtl_secondary_inventories

434: ------------------------------------------------------------
435: begin
436: select 'N'
437: into l_asset_inventory
438: from mtl_secondary_inventories
439: where organization_id = X_Organization_Id
440: and (secondary_inventory_name = X_From_Subinventory
441: or secondary_inventory_name = X_To_Subinventory)
442: and asset_inventory = 2;