DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_PUB dependencies on MTL_SHIPPING_NETWORK_VIEW

Line 142: FROM MTL_SHIPPING_NETWORK_VIEW WHERE

138: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
139: 'Selecting the intrasit type from mtl_shipping_network ');
140: end if;
141: SELECT intransit_type INTO l_intransit_type
142: FROM MTL_SHIPPING_NETWORK_VIEW WHERE
143: FROM_organization_id = p_curr_org_id
144: AND to_organization_id = p_dest_org_id;
145:
146: exception

Line 831: FROM MTL_SHIPPING_NETWORK_VIEW

827: SELECT
828: intransit_type
829: INTO
830: l_intransit_type_for_child
831: FROM MTL_SHIPPING_NETWORK_VIEW
832: WHERE from_organization_id=l_CURRENT_ORGANIZATION_ID
833: AND TO_ORGANIZATION_ID=p_CURRENT_ORGANIZATION_ID;
834:
835: exception