DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on INV_CONVERT

Line 828: l_pri_poll_quantity := inv_convert.inv_um_convert(

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

Line 1061: l_pri_quantity_invoiced := inv_convert.inv_um_convert(

1057: --------------------------------------------------------------
1058:
1059: l_stmt_num := 95;
1060:
1061: l_pri_quantity_invoiced := inv_convert.inv_um_convert(
1062: l_item_id,
1063: NULL,
1064: c_inv.quantity_invoiced,
1065: l_rec_uom, -- inv uom same as rec when matched to receipt

Line 2621: l_pri_poll_quantity := inv_convert.inv_um_convert(

2617: ---------------------------------------------------------
2618:
2619: l_stmt_num := 79;
2620:
2621: l_pri_poll_quantity := inv_convert.inv_um_convert(
2622: l_item_id,
2623: NULL,
2624: l_poll_quantity, -- PO quantity
2625: l_po_uom, -- PO UOM

Line 2852: l_pri_quantity_invoiced := inv_convert.inv_um_convert(

2848: --------------------------------------------------------------
2849:
2850: l_stmt_num := 96;
2851:
2852: l_pri_quantity_invoiced := inv_convert.inv_um_convert(
2853: l_item_id,
2854: NULL,
2855: c_inv.quantity_invoiced,
2856: l_rec_uom, -- inv uom same as rec when matched to receipt