DBA Data[Home] [Help]

APPS.AR_POSTBATCH_PARALLEL dependencies on FND_STATS

Line 425: fnd_stats.gather_table_stats(ownname=>l_schema,

421: fnd_file.put_line(fnd_file.log, 'EXCEPTION:Failed to get information for AR');
422: RAISE no_product_info;
423: END IF;
424:
425: fnd_stats.gather_table_stats(ownname=>l_schema,
426: tabname=>l_tname1);
427: fnd_stats.gather_table_stats(ownname=>l_schema,
428: tabname=>l_tname2);
429: EXCEPTION

Line 427: fnd_stats.gather_table_stats(ownname=>l_schema,

423: END IF;
424:
425: fnd_stats.gather_table_stats(ownname=>l_schema,
426: tabname=>l_tname1);
427: fnd_stats.gather_table_stats(ownname=>l_schema,
428: tabname=>l_tname2);
429: EXCEPTION
430: WHEN OTHERS THEN
431: fnd_file.put_line(fnd_file.log, 'Error in Gather stats' || SQLERRM(SQLCODE));