DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WSH_GLOBAL_PARAMETERS

Line 2926: --to a new table called wsh_global_parameters in patchset J.

2922: x_return_status := FND_API.G_RET_STS_SUCCESS;
2923:
2924: --Changed to call Shipping's API because they
2925: --moved a few columns from wsh_shipping_parameters
2926: --to a new table called wsh_global_parameters in patchset J.
2927: WSH_SHIPPING_PARAMS_GRP.get_global_parameters
2928: (x_global_param_info=>l_shipping_params,
2929: x_return_status => x_return_status);
2930:

Line 2974: FROM wsh_global_parameters ; -- changed from wsh_shipping_parameters

2970:
2971: IF p_enforce_shipmethod is NULL THEN
2972: SELECT enforce_ship_method
2973: INTO p_enforce_shipmethod
2974: FROM wsh_global_parameters ; -- changed from wsh_shipping_parameters
2975: END IF;
2976:
2977: IF p_enforce_shipmethod IS NULL THEN p_enforce_shipmethod := 'N' ; END IF;
2978: