DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on DUAL

Line 330: from dual;

326: close c_event;
327:
328: select PSA_BC_XML_REPORT_S.nextval
329: into l_sequence_id
330: from dual;
331:
332: SELECT count(*) INTO l_count
333: FROM PSA_BC_REPORT_EVENTS_GT;
334: logMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'rows found ' || l_count);