DBA Data[Home] [Help]

APPS.AR_CMGT_REASSIGN_CONC dependencies on APP_EXCEPTION

Line 92: app_exception.raise_exception;

88: END IF;
89: FND_MESSAGE.SET_NAME('AR','AR_DEPOSIT_UI_ED_DATE_INV');
90: FND_MSG_PUB.Add;
91: ROLLBACK TO assign_analyst_pvt;
92: app_exception.raise_exception;
93:
94: END IF;
95:
96: --Update pending case folders

Line 142: app_exception.raise_exception;

138: IF PG_DEBUG in ('Y', 'C') THEN
139: arp_util.debug('EXCEPTION: ' ||'ar_cmgt_reassign_conc.reassign_credit_analyst :'||SQLERRM);
140: END IF;
141: ROLLBACK TO assign_analyst_pvt;
142: app_exception.raise_exception;
143: END IF;
144:
145: IF PG_DEBUG in ('Y', 'C') THEN
146: arp_util.debug('ar_cmgt_reassign_conc.reassign_credit_analyst (-) ');