DBA Data[Home] [Help]

APPS.JE_IT_INVOICES_ABOVE_THRESHOLD dependencies on FND_STATS

Line 762: fnd_stats.gather_table_stats(g_table_schema,'JE_IT_TRX_LINES_ALL',PERCENT=>30);

758: -- then it will be taken care by check_missing_invoice proc.(orig invoice missing error)
759:
760: --Added for Performance -Start
761: commit;
762: fnd_stats.gather_table_stats(g_table_schema,'JE_IT_TRX_LINES_ALL',PERCENT=>30);
763: --Added for Performance -End
764:
765: debug_message('Updating gdf information for AP Tax lines');
766:

Line 1349: fnd_stats.gather_table_stats(g_table_schema,'JE_IT_TRX_LINES_ALL',PERCENT=>30);

1345: END;
1346:
1347: --Added for Performance -Start
1348: commit;
1349: fnd_stats.gather_table_stats(g_table_schema,'JE_IT_TRX_LINES_ALL',PERCENT=>30);
1350: --Added for Performance -End
1351: debug_message('Updating gdf information for AR Tax lines');
1352:
1353: BEGIN