DBA Data[Home] [Help]

APPS.POS_EXCELASN_PVT dependencies on POS_QUANTITIES_S

Line 1681: set invoiced_quantity = POS_QUANTITIES_S.get_invoice_qty

1677: set primary_quantity = l_primary_qty
1678: where line_id = l_line_id;
1679:
1680: update pos_exasn_lines
1681: set invoiced_quantity = POS_QUANTITIES_S.get_invoice_qty
1682: (l_po_line_location_id,
1683: l_uom,
1684: l_item_id,
1685: l_quantity)