DBA Data[Home] [Help]

APPS.PO_LINES_SV5 dependencies on PO_CORE_S

Line 69: X_line_total := po_core_s.get_total('L',

65: begin
66: X_Progress := '010';
67: /* Call the get_total api for the Lines */
68:
69: X_line_total := po_core_s.get_total('L',
70: X_po_line_id,
71: FALSE);
72:
73: X_Progress := '020';