DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_LINES_S

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

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

Line 425: SELECT po_lines_s.nextval

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