DBA Data[Home] [Help]

APPS.INV_OBJECT_GENEALOGY dependencies on MTL_PHYSICAL_INVENTORIES

Line 694: FROM mtl_physical_inventories

690: AND organization_id = p_org_id;
691: ELSIF p_trx_src_type = 10 THEN -- Physical Inventory
692: SELECT physical_inventory_name
693: INTO l_trx_src
694: FROM mtl_physical_inventories
695: WHERE physical_inventory_id = p_trx_src_id
696: AND organization_id = p_org_id;
697: ELSIF p_trx_src_type = 11 THEN -- Standard Cost Update
698: SELECT description