DBA Data[Home] [Help]

APPS.AR_CUMULATIVE_BALANCE_REPORT dependencies on FND_STATS

Line 1199: fnd_stats.gather_table_stats('AR', 'AR_CCID_BY_GL_ACCOUNTS');

1195: EXECUTE IMMEDIATE l_sql_stmt ;
1196:
1197: debug('number of rows inserted: ' || SQL%ROWCOUNT);
1198:
1199: fnd_stats.gather_table_stats('AR', 'AR_CCID_BY_GL_ACCOUNTS');
1200:
1201: debug('ar_cumulative_balance_report.populate_ccids(-)');
1202:
1203: EXCEPTION