DBA Data[Home] [Help]

APPS.JAI_RCV_TAX_PKG dependencies on INV_CONVERT

Line 930: is critical in INV_CONVERT.INV_UM_CONVERSION to calculate the UOM

926:
927: 3. For Bug # 2798999 - Generic Fix for the One Off Patch.
928: Added the call to jai_rcv_utils_pkg.get_organization_id
929: to ensure that Organization Id and Item Id is picked up as this
930: is critical in INV_CONVERT.INV_UM_CONVERSION to calculate the UOM
931: Rate.
932:
933: 11. 10/03/2003 Aparajita for bug # 2813244. Version 615.11
934:

Line 1732: Inv_Convert.inv_um_conversion(v_rcv_uom_code,

1728: /* End, Vijay Shankar for Bug#4250236(4245089) */
1729:
1730: IF v_rcv_uom_code <> v_po_uom_code THEN
1731:
1732: Inv_Convert.inv_um_conversion(v_rcv_uom_code,
1733: v_po_uom_code,
1734: v_item_id,
1735: v_uom_rate);
1736: IF v_uom_rate = -99999 THEN

Line 3086: Inv_Convert.inv_um_conversion

3082:
3083: -- start adding by Aparajita for bug # 2813244 on 05/03/2003
3084: IF v_rcv_uom_code <> line_rec.unit_code THEN
3085:
3086: Inv_Convert.inv_um_conversion
3087: (
3088: v_rcv_uom_code,
3089: line_rec.unit_code,
3090: v_item_id,