DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on INV_CONVERT

Line 1178: o_txn_qty := inv_convert.inv_um_convert

1174: --
1175: if ((i_org_id <> i_txn_org_id) and (i_txn_action_id in (12,21))) then
1176: o_no_update_mmt := 1;
1177: if (l_from_org = i_org_id) then
1178: o_txn_qty := inv_convert.inv_um_convert
1179: (i_item_id, NULL, o_txn_qty,
1180: l_rcv_uom, l_snd_uom, NULL, NULL);
1181: l_snd_qty := o_txn_qty;
1182: else

Line 1183: o_txn_qty := inv_convert.inv_um_convert

1179: (i_item_id, NULL, o_txn_qty,
1180: l_rcv_uom, l_snd_uom, NULL, NULL);
1181: l_snd_qty := o_txn_qty;
1182: else
1183: o_txn_qty := inv_convert.inv_um_convert
1184: (i_item_id, NULL, o_txn_qty,
1185: l_snd_uom, l_rcv_uom, NULL, NULL);
1186: end if;
1187:

Line 1749: l_um_rate := inv_convert.inv_um_convert(i_item_id, NULL, 1,

1745:
1746: -- Need to get UOM conversion
1747: -- l_snd_uom = l_um_rate * l_rcv_uom
1748: -- 1 Dozen = 12 * 1 each
1749: l_um_rate := inv_convert.inv_um_convert(i_item_id, NULL, 1,
1750: l_snd_uom, l_rcv_uom, NULL, NULL);
1751:
1752: -- Added for bug 2827548
1753: if (i_txn_action_id = 12 and i_fob_point = 2) then -- receiving txn for FOB receipt