DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_ORG_CARRIER_SERVICES

Line 2872: wsh_org_carrier_services wocs

2868: cursor l_shp_method_org_csr(p_ship_method_code IN VARCHAR2,
2869: p_organization_id IN NUMBER) is
2870: select 'Y'
2871: from wsh_carrier_services wcs,
2872: wsh_org_carrier_services wocs
2873: where wcs.carrier_service_id = wocs.carrier_service_id
2874: and wcs.ship_method_code = p_ship_method_code
2875: and wocs.organization_id = p_organization_id;
2876: