DBA Data[Home] [Help]

APPS.WSH_MAP_LOCATION_REGION_PKG dependencies on WSH_SHIPPING_PARAMETERS

Line 3212: l_token := 'WSH_SHIPPING_PARAMETERS';

3208: END IF;
3209: END ;
3210:
3211: BEGIN
3212: l_token := 'WSH_SHIPPING_PARAMETERS';
3213: IF l_debug_on THEN
3214: wsh_debug_sv.LOG(l_module_name, 'Validating records in table', l_token);
3215: END IF;
3216: v_delete_permitted := NULL;

Line 3219: FROM WSH_SHIPPING_PARAMETERS

3215: END IF;
3216: v_delete_permitted := NULL;
3217: SELECT 'N'
3218: INTO v_delete_permitted
3219: FROM WSH_SHIPPING_PARAMETERS
3220: WHERE LOCATION_ID = P_LOCATION_ID
3221: AND ROWNUM = 1 ;
3222:
3223: IF v_delete_permitted IS NOT NULL THEN