DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_DISTRIBUTIONS_S

Line 1231: -- new distribution id from sequence po_distributions_s

1227: --IN: None
1228: --IN OUT: None
1229: --OUT: None
1230: --Returns:
1231: -- new distribution id from sequence po_distributions_s
1232: --Notes:
1233: --Testing:
1234: --End of Comments
1235: --------------------------------------------------------------------------

Line 1252: SELECT po_distributions_s.nextval

1248: IF (PO_LOG.d_proc) THEN
1249: PO_LOG.proc_begin(d_module);
1250: END IF;
1251:
1252: SELECT po_distributions_s.nextval
1253: INTO l_next_dist_id
1254: FROM DUAL;
1255:
1256: IF (PO_LOG.d_proc) THEN