DBA Data[Home] [Help]

APPS.XLA_REVERSE_EVENTS_PUB_PKG dependencies on XLA_EXCEPTIONS_PKG

Line 64: WHEN xla_exceptions_pkg.application_exception THEN

60: fnd_log.string(p_level, p_module, p_msg);
61: END IF;
62:
63: EXCEPTION
64: WHEN xla_exceptions_pkg.application_exception THEN
65: RAISE;
66: WHEN OTHERS THEN
67: xla_exceptions_pkg.raise_message
68: (p_location => 'xla_reverse_events_pub_pkg.trace');

Line 67: xla_exceptions_pkg.raise_message

63: EXCEPTION
64: WHEN xla_exceptions_pkg.application_exception THEN
65: RAISE;
66: WHEN OTHERS THEN
67: xla_exceptions_pkg.raise_message
68: (p_location => 'xla_reverse_events_pub_pkg.trace');
69: END trace;
70:
71:

Line 171: WHEN xla_exceptions_pkg.application_exception THEN

167:
168: END IF;
169:
170: EXCEPTION
171: WHEN xla_exceptions_pkg.application_exception THEN
172: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
173: RAISE;
174: WHEN OTHERS THEN
175: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 176: xla_exceptions_pkg.raise_message

172: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
173: RAISE;
174: WHEN OTHERS THEN
175: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
176: xla_exceptions_pkg.raise_message
177: (p_location => 'xla_reverse_events_pub_pkg.create_reversal_accounting');
178:
179: END create_reversal_accounting ;
180:

Line 273: WHEN xla_exceptions_pkg.application_exception THEN

269: END IF;
270:
271:
272: EXCEPTION
273: WHEN xla_exceptions_pkg.application_exception THEN
274: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
275: RAISE;
276: WHEN OTHERS THEN
277: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 278: xla_exceptions_pkg.raise_message

274: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
275: RAISE;
276: WHEN OTHERS THEN
277: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
278: xla_exceptions_pkg.raise_message
279: (p_location => 'xla_reverse_events_pub_pkg.delete_incomplete_reversal');
280:
281: END delete_incomplete_reversal ;
282: