DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_LINES_S

Line 402: -- unique po line id from sequence po_lines_s

398: --IN: None
399: --IN OUT: None
400: --OUT: None
401: --Returns:
402: -- unique po line id from sequence po_lines_s
403: --Notes:
404: --Testing:
405: --End of Comments
406: --------------------------------------------------------------------------

Line 423: SELECT po_lines_s.nextval

419: IF (PO_LOG.d_proc) THEN
420: PO_LOG.proc_begin(d_module);
421: END IF;
422:
423: SELECT po_lines_s.nextval
424: INTO l_next_po_line_id
425: FROM DUAL;
426:
427: IF (PO_LOG.d_proc) THEN