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 1045: l_shipping_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

1041: l_exception_return_status VARCHAR2(30);
1042: l_exception_location_id VARCHAR2(30);
1043: l_dummy_exception_id VARCHAR2(30);
1044: l_exception_error_message VARCHAR2(2000);
1045: l_shipping_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
1046: l_new_tot_requested_quantity NUMBER;
1047: l_old_tot_requested_quantity NUMBER;
1048: l_net_weight NUMBER;
1049: l_gross_weight NUMBER;

Line 1302: WSH_SHIPPING_PARAMS_PVT.Get(

1298: /* moved to inside the loop
1299: --
1300: IF l_change_item = 'Y' THEN
1301: --{
1302: WSH_SHIPPING_PARAMS_PVT.Get(
1303: p_organization_id => l_final_org_id,
1304: x_param_info => l_shipping_param_info,
1305: x_return_status => x_return_status
1306: );

Line 1364: WSH_SHIPPING_PARAMS_PVT.Get(

1360: -- LSP PROJECT : Begin.
1361: --
1362: IF l_change_item = 'Y' THEN
1363: --{
1364: WSH_SHIPPING_PARAMS_PVT.Get(
1365: p_organization_id => l_final_org_id,
1366: p_client_id => l_client_id, -- LSP PROJECT.
1367: x_param_info => l_shipping_param_info,
1368: x_return_status => x_return_status

Line 2510: WSH_SHIPPING_PARAMS_PVT.Get(

2506: -- HW BUG#:2296620 Need to check if org is process or discrete
2507: -- HW OPMCONV. Removed branching
2508:
2509: IF NVL(g_param_info.organization_id, -999) <> l_organization_id THEN
2510: WSH_SHIPPING_PARAMS_PVT.Get(
2511: p_organization_id => l_organization_id,
2512: x_param_info => g_param_info,
2513: x_return_status => x_return_status
2514: );