DBA Data[Home] [Help]

APPS.AR_CMGT_REFRESH_CONC dependencies on STANDARD

Line 207: --Non standard messages are returned.0 Success,1-Error,2-Warning

203: p_case_folder_id => case_folders_rec.case_folder_id,
204: p_error_msg => l_error_msg,
205: p_resultout => l_resultout);
206:
207: --Non standard messages are returned.0 Success,1-Error,2-Warning
208: IF l_resultout = 1 THEN
209: IF PG_DEBUG in ('Y', 'C') THEN
210: arp_util.debug('refresh_case_folder: ' || 'Call to ar_cmgt_data_points_pkg.gather_data_points failed');
211: END IF;