DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_PUB dependencies on MTL_SECONDARY_INVENTORIES

Line 1147: FROM MTL_SECONDARY_INVENTORIES

1143: -- retrive subinventory level control information
1144: Begin
1145: SELECT
1146: locator_type into x_sub_ctrl
1147: FROM MTL_SECONDARY_INVENTORIES
1148: WHERE
1149: organization_id = p_org and
1150: secondary_inventory_name = p_subinv ;
1151: Exception