DBA Data[Home] [Help]

APPS.FTE_FREIGHT_PRICING dependencies on WSH_WV_UTILS

Line 2451: l_quantity := WSH_WV_UTILS.convert_uom(g_rolledup_lines(i).line_uom,

2447: --l_index := l_index + 1;
2448:
2449: IF g_rolledup_lines(i).line_uom <> p_uom THEN
2450:
2451: l_quantity := WSH_WV_UTILS.convert_uom(g_rolledup_lines(i).line_uom,
2452: p_uom,
2453: g_rolledup_lines(i).line_quantity,
2454: 0); -- Within same UOM class
2455: ELSE

Line 5580: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(i).line_uom,

5576: ELSE
5577: FTE_FREIGHT_PRICING_UTIL.set_location(p_loc => 'Within - uom conversion');
5578: l_category_rows(p_rolled_up_lines(i).category_id).quantity :=
5579: l_category_rows(p_rolled_up_lines(i).category_id).quantity +
5580: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(i).line_uom,
5581: l_category_rows(p_rolled_up_lines(i).category_id).uom,
5582: p_rolled_up_lines(i).line_quantity,
5583: 0); -- Within same UOM class
5584: END IF;

Line 5697: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(i).line_uom,

5693: ELSE
5694: FTE_FREIGHT_PRICING_UTIL.set_location(p_loc => 'Across - uom conversion');
5695: l_basis_rows(p_rolled_up_lines(i).rate_basis).quantity :=
5696: l_basis_rows(p_rolled_up_lines(i).rate_basis).quantity +
5697: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(i).line_uom,
5698: l_basis_rows(p_rolled_up_lines(i).rate_basis).uom,
5699: p_rolled_up_lines(i).line_quantity,
5700: 0); -- Within same UOM class
5701: END IF;

Line 5763: WSH_WV_UTILS.convert_uom(p_toplevel_lines.weight_uom,

5759:
5760: ELSE
5761:
5762: l_container_working_weight := GREATEST(g_shipment_line_rows(p_toplevel_lines.content_id).gross_weight,x_pricing_engine_rows(j).line_quantity +
5763: WSH_WV_UTILS.convert_uom(p_toplevel_lines.weight_uom,
5764: x_pricing_engine_rows(j).line_uom,
5765: p_toplevel_lines.gross_weight,
5766: 0) ); -- Within same UOM class
5767:

Line 5775: WSH_WV_UTILS.convert_uom(g_shipment_line_rows(p_toplevel_lines.content_id).weight_uom_code,

5771:
5772: IF p_toplevel_lines.weight_uom = x_pricing_engine_rows(j).line_uom THEN
5773:
5774: l_container_working_weight := GREATEST(
5775: WSH_WV_UTILS.convert_uom(g_shipment_line_rows(p_toplevel_lines.content_id).weight_uom_code,
5776: x_pricing_engine_rows(j).line_uom,
5777: g_shipment_line_rows(p_toplevel_lines.content_id).gross_weight,
5778: 0),x_pricing_engine_rows(j).line_quantity + p_toplevel_lines.gross_weight);
5779:

Line 5784: WSH_WV_UTILS.convert_uom(g_shipment_line_rows(p_toplevel_lines.content_id).weight_uom_code,

5780:
5781: ELSE
5782:
5783: l_container_working_weight := GREATEST(
5784: WSH_WV_UTILS.convert_uom(g_shipment_line_rows(p_toplevel_lines.content_id).weight_uom_code,
5785: x_pricing_engine_rows(j).line_uom,
5786: g_shipment_line_rows(p_toplevel_lines.content_id).gross_weight,
5787: 0),x_pricing_engine_rows(j).line_quantity +
5788: WSH_WV_UTILS.convert_uom(p_toplevel_lines.weight_uom,

Line 5788: WSH_WV_UTILS.convert_uom(p_toplevel_lines.weight_uom,

5784: WSH_WV_UTILS.convert_uom(g_shipment_line_rows(p_toplevel_lines.content_id).weight_uom_code,
5785: x_pricing_engine_rows(j).line_uom,
5786: g_shipment_line_rows(p_toplevel_lines.content_id).gross_weight,
5787: 0),x_pricing_engine_rows(j).line_quantity +
5788: WSH_WV_UTILS.convert_uom(p_toplevel_lines.weight_uom,
5789: x_pricing_engine_rows(j).line_uom,
5790: p_toplevel_lines.gross_weight,
5791: 0)); -- Within same UOM class
5792:

Line 5806: WSH_WV_UTILS.convert_uom(p_toplevel_lines.weight_uom,

5802: IF p_toplevel_lines.weight_uom = x_pricing_engine_rows(j).line_uom THEN
5803: x_pricing_engine_rows(j).line_quantity := x_pricing_engine_rows(j).line_quantity + p_toplevel_lines.gross_weight ;
5804: ELSE
5805: x_pricing_engine_rows(j).line_quantity := x_pricing_engine_rows(j).line_quantity +
5806: WSH_WV_UTILS.convert_uom(p_toplevel_lines.weight_uom,
5807: x_pricing_engine_rows(j).line_uom,
5808: p_toplevel_lines.gross_weight,
5809: 0); -- Within same UOM class
5810:

Line 5826: WSH_WV_UTILS.convert_uom(g_shipment_line_rows(p_toplevel_lines.content_id).volume_uom_code,

5822:
5823: ELSE
5824:
5825: l_container_working_volume := GREATEST(
5826: WSH_WV_UTILS.convert_uom(g_shipment_line_rows(p_toplevel_lines.content_id).volume_uom_code,
5827: x_pricing_engine_rows(j).line_uom,
5828: g_shipment_line_rows(p_toplevel_lines.content_id).volume,
5829: 0),x_pricing_engine_rows(j).line_quantity);
5830:

Line 6008: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(j).line_uom,

6004: FTE_FREIGHT_PRICING_UTIL.print_msg(FTE_FREIGHT_PRICING_UTIL.G_DBG, '>>> 8 ');
6005: FTE_FREIGHT_PRICING_UTIL.set_location(p_loc => 'Within matching category uom conversion');
6006:
6007: x_pricing_engine_rows(i).line_quantity := x_pricing_engine_rows(i).line_quantity +
6008: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(j).line_uom,
6009: x_pricing_engine_rows(i).line_uom,
6010: p_rolled_up_lines(j).line_quantity,
6011: 0); -- Within same UOM class
6012: ELSE

Line 6047: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(j).line_uom,

6043: FTE_FREIGHT_PRICING_UTIL.set_location(p_loc => 'Within new category uom conversion');
6044:
6045: l_unmatched_categ(p_rolled_up_lines(j).category_id).quantity :=
6046: l_unmatched_categ(p_rolled_up_lines(j).category_id).quantity +
6047: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(j).line_uom,
6048: l_unmatched_categ(p_rolled_up_lines(j).category_id).uom,
6049: p_rolled_up_lines(j).line_quantity,
6050: 0); -- Within same UOM class
6051: ELSE

Line 6115: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(j).line_uom,

6111: IF p_rolled_up_lines(j).line_uom <> x_pricing_engine_rows(i).line_uom THEN
6112: FTE_FREIGHT_PRICING_UTIL.set_location(p_loc => 'Within matching basis uom conversion');
6113:
6114: x_pricing_engine_rows(i).line_quantity := x_pricing_engine_rows(i).line_quantity +
6115: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(j).line_uom,
6116: x_pricing_engine_rows(i).line_uom,
6117: p_rolled_up_lines(j).line_quantity,
6118: 0); -- Within same UOM class
6119: ELSE

Line 6154: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(j).line_uom,

6150: FTE_FREIGHT_PRICING_UTIL.set_location(p_loc => 'Within new basis uom conversion');
6151:
6152: l_unmatched_basis(p_rolled_up_lines(j).rate_basis).quantity :=
6153: l_unmatched_basis(p_rolled_up_lines(j).rate_basis).quantity +
6154: WSH_WV_UTILS.convert_uom(p_rolled_up_lines(j).line_uom,
6155: l_unmatched_basis(p_rolled_up_lines(j).rate_basis).uom,
6156: p_rolled_up_lines(j).line_quantity,
6157: 0); -- Within same UOM class
6158: ELSE

Line 13006: l_temp_wt := WSH_WV_UTILS.convert_uom(c_det_rec.weight_uom_code,

13002: raise fte_freight_pricing_util.g_tl_dtl_no_gross_weight;
13003: END IF;
13004:
13005: IF (c_det_rec.weight_uom_code <> l_target_wt_uom) THEN
13006: l_temp_wt := WSH_WV_UTILS.convert_uom(c_det_rec.weight_uom_code,
13007: l_target_wt_uom,
13008: c_det_rec.gross_weight,
13009: 0); -- Within same UOM class
13010: