DBA Data[Home] [Help]

APPS.AR_CMGT_REFRESH_CONC dependencies on APP_EXCEPTION

Line 215: app_exception.raise_exception;

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;
218:
219: IF PG_DEBUG in ('Y', 'C') THEN