DBA Data[Home] [Help]

APPS.CST_UTILITY_PUB dependencies on MTL_SECONDARY_INVENTORIES

Line 1037: from mtl_secondary_inventories

1033: -------------------------------------------
1034: l_statement := 100;
1035: select decode(asset_inventory, 1, 0, 1)
1036: into l_exp_sub
1037: from mtl_secondary_inventories
1038: where secondary_inventory_name = l_sub_inventory
1039: and organization_id = l_org_id;
1040:
1041: if (l_exp_sub = 0) then