DBA Data[Home] [Help]

APPS.AR_POSTBATCH_PARALLEL dependencies on FND_STATS

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

392: fnd_file.put_line(fnd_file.log, 'EXCEPTION:Failed to get information for AR');
393: RAISE no_product_info;
394: END IF;
395:
396: fnd_stats.gather_table_stats(ownname=>l_schema,
397: tabname=>l_tname1);
398: fnd_stats.gather_table_stats(ownname=>l_schema,
399: tabname=>l_tname2);
400: EXCEPTION

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

394: END IF;
395:
396: fnd_stats.gather_table_stats(ownname=>l_schema,
397: tabname=>l_tname1);
398: fnd_stats.gather_table_stats(ownname=>l_schema,
399: tabname=>l_tname2);
400: EXCEPTION
401: WHEN OTHERS THEN
402: fnd_file.put_line(fnd_file.log, 'Error in Gather stats' || SQLERRM(SQLCODE));