DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on FND_STATS

Line 2497: fnd_stats.gather_table_stats('PSP', 'PSP_ENC_SUMMARY_LINES');

2493:
2494: COMMIT;
2495:
2496: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling gather_table_stats for psp_enc_summary_lines');
2497: fnd_stats.gather_table_stats('PSP', 'PSP_ENC_SUMMARY_LINES');
2498: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Completed gather_table_stats for psp_enc_summary_lines');
2499:
2500: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Waiting for Journal Import request to complete');
2501:

Line 4940: fnd_stats.gather_table_stats('PSP', 'PSP_ENC_SUMMARY_LINES');

4936: -- set the context again to multiple
4937: mo_global.set_policy_context('M', null);
4938:
4939: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling gather_table_stats for psp_enc_summary_lines');
4940: fnd_stats.gather_table_stats('PSP', 'PSP_ENC_SUMMARY_LINES');
4941: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Completed gather_table_stats for psp_enc_summary_lines');
4942:
4943: FOR I IN 1..org_id_tab.count
4944: LOOP