DBA Data[Home] [Help]

APPS.INV_OBJECT_GENEALOGY dependencies on MTL_PHYSICAL_INVENTORIES

Line 748: FROM mtl_physical_inventories

744: AND organization_id = p_org_id;
745: ELSIF p_trx_src_type = 10 THEN -- Physical Inventory
746: SELECT physical_inventory_name
747: INTO l_trx_src
748: FROM mtl_physical_inventories
749: WHERE physical_inventory_id = p_trx_src_id
750: AND organization_id = p_org_id;
751: ELSIF p_trx_src_type = 11 THEN -- Standard Cost Update
752: SELECT description