DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on INV_CONVERT

Line 1112: o_txn_qty := inv_convert.inv_um_convert

1108: --
1109: if ((i_org_id <> i_txn_org_id) and (i_txn_action_id in (12,21))) then
1110: o_no_update_mmt := 1;
1111: if (l_from_org = i_org_id) then
1112: o_txn_qty := inv_convert.inv_um_convert
1113: (i_item_id, NULL, o_txn_qty,
1114: l_rcv_uom, l_snd_uom, NULL, NULL);
1115: l_snd_qty := o_txn_qty;
1116: else

Line 1117: o_txn_qty := inv_convert.inv_um_convert

1113: (i_item_id, NULL, o_txn_qty,
1114: l_rcv_uom, l_snd_uom, NULL, NULL);
1115: l_snd_qty := o_txn_qty;
1116: else
1117: o_txn_qty := inv_convert.inv_um_convert
1118: (i_item_id, NULL, o_txn_qty,
1119: l_snd_uom, l_rcv_uom, NULL, NULL);
1120: end if;
1121:

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

1679:
1680: -- Need to get UOM conversion
1681: -- l_snd_uom = l_um_rate * l_rcv_uom
1682: -- 1 Dozen = 12 * 1 each
1683: l_um_rate := inv_convert.inv_um_convert(i_item_id, NULL, 1,
1684: l_snd_uom, l_rcv_uom, NULL, NULL);
1685:
1686: -- Added for bug 2827548
1687: if (i_txn_action_id = 12 and i_fob_point = 2) then -- receiving txn for FOB receipt