DBA Data[Home] [Help]

APPS.FND_LOG_SUMMARY SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 10

    select count(*) into l_count from  FND_LOG_MESSAGES;
Line: 11

    fnd_conc_summarizer.insert_row('FND_LOG_MESSAGES', l_count);
Line: 13

    select count(*) into l_count from  FND_LOG_TRANSACTION_CONTEXT;
Line: 14

    fnd_conc_summarizer.insert_row('FND_LOG_TRANSACTION_CONTEXT', l_count);
Line: 16

    select count(*) into l_count from  FND_LOG_ATTACHMENTS;
Line: 17

    fnd_conc_summarizer.insert_row('FND_LOG_ATTACHMENTS', l_count);
Line: 19

    select count(*) into l_count from  FND_LOG_METRICS;
Line: 20

    fnd_conc_summarizer.insert_row('FND_LOG_METRICS', l_count);
Line: 22

    select count(*) into l_count from  FND_LOG_EXCEPTIONS;
Line: 23

    fnd_conc_summarizer.insert_row('FND_LOG_EXCEPTIONS', l_count);
Line: 25

    select count(*) into l_count from  FND_LOG_UNIQUE_EXCEPTIONS;
Line: 26

    fnd_conc_summarizer.insert_row('FND_LOG_UNIQUE_EXCEPTIONS', l_count);
Line: 28

    select count(*) into l_count from  FND_EXCEPTION_NOTES;
Line: 29

    fnd_conc_summarizer.insert_row('FND_EXCEPTION_NOTES', l_count);
Line: 31

    select count(*) into l_count from FND_OAM_BIZEX_SENT_NOTIF;
Line: 32

    fnd_conc_summarizer.insert_row('FND_OAM_BIZEX_SENT_NOTIF', l_count);