DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_DISTRIBUTIONS_S

Line 1228: -- new distribution id from sequence po_distributions_s

1224: --IN: None
1225: --IN OUT: None
1226: --OUT: None
1227: --Returns:
1228: -- new distribution id from sequence po_distributions_s
1229: --Notes:
1230: --Testing:
1231: --End of Comments
1232: --------------------------------------------------------------------------

Line 1249: SELECT po_distributions_s.nextval

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