DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV3 dependencies on PO_LINES_SV

Line 461: po_lines_sv.update_released_quantity('INSERT',

457:
458: /* Bug 482679
459: * problem with null quantity; replaced with following call.
460: */
461: po_lines_sv.update_released_quantity('INSERT',
462: 'BLANKET',
463: x_po_line_id,
464: x_orig_quantity,
465: x_quantity);