DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_ORG_CARRIER_SERVICES

Line 1919: wsh_org_carrier_services wocs

1915: cursor l_shp_method_org_csr(p_ship_method_code IN VARCHAR2,
1916: p_organization_id IN NUMBER) is
1917: select 'Y'
1918: from wsh_carrier_services wcs,
1919: wsh_org_carrier_services wocs
1920: where wcs.carrier_service_id = wocs.carrier_service_id
1921: and wcs.ship_method_code = p_ship_method_code
1922: and wocs.organization_id = p_organization_id;
1923: