DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on INV_CONVERT

Line 831: l_pri_poll_quantity := inv_convert.inv_um_convert(

827: ---------------------------------------------------------
828:
829: l_stmt_num := 78;
830:
831: l_pri_poll_quantity := inv_convert.inv_um_convert(
832: l_item_id,
833: NULL,
834: l_poll_quantity, -- PO quantity
835: l_po_uom, -- PO UOM

Line 1067: l_pri_quantity_invoiced := inv_convert.inv_um_convert(

1063: --------------------------------------------------------------
1064:
1065: l_stmt_num := 95;
1066:
1067: l_pri_quantity_invoiced := inv_convert.inv_um_convert(
1068: l_item_id,
1069: NULL,
1070: c_inv.quantity_invoiced,
1071: l_rec_uom, -- inv uom same as rec when matched to receipt

Line 2669: l_pri_poll_quantity := inv_convert.inv_um_convert(

2665: ---------------------------------------------------------
2666:
2667: l_stmt_num := 79;
2668:
2669: l_pri_poll_quantity := inv_convert.inv_um_convert(
2670: l_item_id,
2671: NULL,
2672: l_poll_quantity, -- PO quantity
2673: l_po_uom, -- PO UOM

Line 2896: l_pri_quantity_invoiced := inv_convert.inv_um_convert(

2892: --------------------------------------------------------------
2893:
2894: l_stmt_num := 96;
2895:
2896: l_pri_quantity_invoiced := inv_convert.inv_um_convert(
2897: l_item_id,
2898: NULL,
2899: c_inv.quantity_invoiced,
2900: l_rec_uom, -- inv uom same as rec when matched to receipt