DBA Data[Home] [Help]

APPS.WSH_USA_CATEGORIES_PVT dependencies on WSH_SHIPPING_PARAMS_PVT

Line 110: g_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

106:
107:
108: -- Global Variables
109:
110: g_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
111: g_cache_detail_rec c_cache_attributes_1%ROWTYPE;
112:
113: g_cache_wms_org_id NUMBER;
114: g_cache_wms_flag VARCHAR2(1);

Line 1018: l_shipping_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

1014: l_exception_return_status VARCHAR2(30);
1015: l_exception_location_id VARCHAR2(30);
1016: l_dummy_exception_id VARCHAR2(30);
1017: l_exception_error_message VARCHAR2(2000);
1018: l_shipping_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
1019: l_new_tot_requested_quantity NUMBER;
1020: l_old_tot_requested_quantity NUMBER;
1021: l_net_weight NUMBER;
1022: l_gross_weight NUMBER;

Line 1274: WSH_SHIPPING_PARAMS_PVT.Get(

1270: END IF;
1271: --
1272: IF l_change_item = 'Y' THEN
1273: --{
1274: WSH_SHIPPING_PARAMS_PVT.Get(
1275: p_organization_id => l_final_org_id,
1276: x_param_info => l_shipping_param_info,
1277: x_return_status => x_return_status
1278: );

Line 2352: WSH_SHIPPING_PARAMS_PVT.Get(

2348: -- HW BUG#:2296620 Need to check if org is process or discrete
2349: -- HW OPMCONV. Removed branching
2350:
2351: IF NVL(g_param_info.organization_id, -999) <> l_organization_id THEN
2352: WSH_SHIPPING_PARAMS_PVT.Get(
2353: p_organization_id => l_organization_id,
2354: x_param_info => g_param_info,
2355: x_return_status => x_return_status
2356: );