DBA Data[Home] [Help]

APPS.PAY_CE_RECONCILIATION_PKG dependencies on APP_EXCEPTION

Line 183: app_exception.raise_exception;

179:
180: when e_no_matching_payment then
181:
182: fnd_message.set_name('PAY', 'PAY_52789_NO_MATCHING_PAYMENT');
183: app_exception.raise_exception;
184:
185: when others then
186:
187: raise;

Line 225: app_exception.raise_exception;

221:
222:
223: exception
224: when others then
225: app_exception.raise_exception;
226:
227: end update_reconciled_payment;
228:
229:

Line 266: app_exception.raise_exception;

262: exception
263: when e_payment_not_reconciled then
264:
265: fnd_message.set_name('PAY', 'PAY_52790_PAYMENT_NOT_CLEARED');
266: app_exception.raise_exception;
267:
268: when others then
269:
270: app_exception.raise_exception;

Line 270: app_exception.raise_exception;

266: app_exception.raise_exception;
267:
268: when others then
269:
270: app_exception.raise_exception;
271:
272: end reverse_reconcile;
273:
274: