DBA Data[Home] [Help]

APPS.WIP_EAM_GENEALOGY_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 929: FROM MTL_SECONDARY_INVENTORIES

925: -- retrive subinventory level control information
926: Begin
927: SELECT
928: locator_type into x_sub_ctrl
929: FROM MTL_SECONDARY_INVENTORIES
930: WHERE
931: organization_id = p_org and
932: secondary_inventory_name = p_subinv ;
933: Exception