DBA Data[Home] [Help]

APPS.AR_CMGT_REFRESH_CONC dependencies on FND_MESSAGE

Line 212: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');

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;
212: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
213: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','ar_cmgt_refresh_conc.refresh_case_folder : '||SQLERRM);
214: FND_MSG_PUB.Add;
215: app_exception.raise_exception;
216: END IF;

Line 213: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','ar_cmgt_refresh_conc.refresh_case_folder : '||SQLERRM);

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;
212: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
213: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','ar_cmgt_refresh_conc.refresh_case_folder : '||SQLERRM);
214: FND_MSG_PUB.Add;
215: app_exception.raise_exception;
216: END IF;
217: END IF;