DBA Data[Home] [Help]

APPS.POS_EXCELASN_PVT dependencies on POS_QUANTITIES_S

Line 1751: set invoiced_quantity = POS_QUANTITIES_S.get_invoice_qty

1747: set primary_quantity = l_primary_qty
1748: where line_id = l_line_id;
1749:
1750: update pos_exasn_lines
1751: set invoiced_quantity = POS_QUANTITIES_S.get_invoice_qty
1752: (l_po_line_location_id,
1753: l_uom,
1754: l_item_id,
1755: l_quantity)