DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on WSH_SHIPPING_PARAMS_GRP

Line 1325: l_ship_param_info WSH_SHIPPING_PARAMS_GRP.Shipping_Params_Rec;

1321: changed_attributes Wsh_Delivery_Details_Pub.ChangedAttributeTabType;
1322:
1323:
1324: --bug#7675562
1325: l_ship_param_info WSH_SHIPPING_PARAMS_GRP.Shipping_Params_Rec;
1326:
1327:
1328: /*Handle exceptions*/
1329: fail_api EXCEPTION;

Line 2167: WSH_SHIPPING_PARAMS_GRP.Get_Shipping_Parameters(

2163:
2164: --bug#7675562
2165: Debug('organization_id = '||i.organization_id,l_mod_name,1);
2166:
2167: WSH_SHIPPING_PARAMS_GRP.Get_Shipping_Parameters(
2168: i.organization_id,
2169: l_ship_param_info,
2170: x_return_status);
2171: