DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_SHIPPING_PARAMS_PVT

Line 126: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ ;

122: where report_set_id = c_report_set_id;
123:
124: l_org_id number;
125: l_temp_org_id number;
126: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ ;
127:
128: -- Bug 3346237:Value for parameter Defer_interface to be taken from Global Parameters table.
129: l_global_info WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;
130: l_stop_id number;

Line 129: l_global_info WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;

125: l_temp_org_id number;
126: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ ;
127:
128: -- Bug 3346237:Value for parameter Defer_interface to be taken from Global Parameters table.
129: l_global_info WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;
130: l_stop_id number;
131: l_stop_location_id number;
132: l_exists number;
133: l_stop_location_code varchar2(100);

Line 215: wsh_shipping_params_pvt.get(l_org_id, l_param_info, l_return_status);

211: end if;
212: close get_org_id;
213:
214: if l_org_id is not null then
215: wsh_shipping_params_pvt.get(l_org_id, l_param_info, l_return_status);
216: wsh_util_core.api_post_call(p_return_status =>l_return_status,
217: x_num_warnings =>l_num_warning,
218: x_num_errors =>l_num_errors);
219:

Line 221: wsh_shipping_params_pvt.Get_Global_Parameters(

217: x_num_warnings =>l_num_warning,
218: x_num_errors =>l_num_errors);
219:
220: -- Bug 3346237:Value for parameter Defer_interface to be taken from Global Parameters table.
221: wsh_shipping_params_pvt.Get_Global_Parameters(
222: x_param_info => l_global_info,
223: x_return_status => l_return_status);
224:
225: wsh_util_core.api_post_call(p_return_status =>l_return_status,

Line 8182: --l_global_parameters WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;

8178: AND ACCT_SITE.PARTY_SITE_ID = PARTY_SITE.PARTY_SITE_ID
8179: AND PARTY_SITE.LOCATION_ID = LOC.LOCATION_ID
8180: AND LOC.LOCATION_ID = c_location_id;
8181:
8182: --l_global_parameters WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;
8183:
8184: l_cs_trip_rec cs_trip_rec_type;
8185: l_cs_tripstops_tab cs_stop_tab_type;
8186: --l_stop_dlvy_tab stop_delivery_tab_type;