DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_LINE_LOCATIONS_S

Line 835: -- new line location id from sequence po_line_locations_s

831: --IN: None
832: --IN OUT: None
833: --OUT: None
834: --Returns:
835: -- new line location id from sequence po_line_locations_s
836: --Notes:
837: --Testing:
838: --End of Comments
839: --------------------------------------------------------------------------

Line 856: SELECT po_line_locations_s.nextval

852: IF (PO_LOG.d_proc) THEN
853: PO_LOG.proc_begin(d_module);
854: END IF;
855:
856: SELECT po_line_locations_s.nextval
857: INTO l_next_line_loc_id
858: FROM DUAL;
859:
860: IF (PO_LOG.d_proc) THEN