DBA Data[Home] [Help]

APPS.WSH_MAP_LOCATION_REGION_PKG dependencies on WSH_SHIPPING_PARAMETERS

Line 3228: l_token := 'WSH_SHIPPING_PARAMETERS';

3224: END IF;
3225: END ;
3226:
3227: BEGIN
3228: l_token := 'WSH_SHIPPING_PARAMETERS';
3229: IF l_debug_on THEN
3230: wsh_debug_sv.LOG(l_module_name, 'Validating records in table', l_token);
3231: END IF;
3232: v_delete_permitted := NULL;

Line 3235: FROM WSH_SHIPPING_PARAMETERS

3231: END IF;
3232: v_delete_permitted := NULL;
3233: SELECT 'N'
3234: INTO v_delete_permitted
3235: FROM WSH_SHIPPING_PARAMETERS
3236: WHERE LOCATION_ID = P_LOCATION_ID
3237: AND ROWNUM = 1 ;
3238:
3239: IF v_delete_permitted IS NOT NULL THEN