DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_PUB dependencies on MTL_SHIPPING_NETWORK_VIEW

Line 148: FROM MTL_SHIPPING_NETWORK_VIEW WHERE

144: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
145: 'Selecting the intrasit type from mtl_shipping_network ');
146: end if;
147: SELECT intransit_type INTO l_intransit_type
148: FROM MTL_SHIPPING_NETWORK_VIEW WHERE
149: FROM_organization_id = p_curr_org_id
150: AND to_organization_id = p_dest_org_id;
151:
152: exception

Line 849: FROM MTL_SHIPPING_NETWORK_VIEW

845: SELECT
846: intransit_type
847: INTO
848: l_intransit_type_for_child
849: FROM MTL_SHIPPING_NETWORK_VIEW
850: WHERE from_organization_id=l_CURRENT_ORGANIZATION_ID
851: AND TO_ORGANIZATION_ID=p_CURRENT_ORGANIZATION_ID;
852:
853: exception