DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_LINE_LOCATIONS_S

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

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

Line 853: SELECT po_line_locations_s.nextval

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