DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_PUB dependencies on MTL_SECONDARY_INVENTORIES

Line 1063: FROM MTL_SECONDARY_INVENTORIES

1059: -- retrive subinventory level control information
1060: Begin
1061: SELECT
1062: locator_type into x_sub_ctrl
1063: FROM MTL_SECONDARY_INVENTORIES
1064: WHERE
1065: organization_id = p_org and
1066: secondary_inventory_name = p_subinv ;
1067: Exception