DBA Data[Home] [Help]

APPS.XLA_EXCEPTIONS_PKG dependencies on XLA_EXCEPTIONS_PKG

Line 1: PACKAGE BODY xla_exceptions_pkg AS

1: PACKAGE BODY xla_exceptions_pkg AS
2: /* $Header: xlacmexc.pkb 120.6 2003/05/24 00:13:25 svjoshi ship $ */
3: /*======================================================================+
4: | Copyright (c) 2000-2002 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | xla_exceptions_pkg |

5: | Redwood Shores, CA, USA |
6: | All rights reserved. |
7: +=======================================================================+
8: | PACKAGE NAME |
9: | xla_exceptions_pkg |
10: | |
11: | DESCRIPTION |
12: | XLA Exceptions Package |
13: | |

Line 64: || xla_exceptions_pkg.exception_text ,100);

60:
61: BEGIN
62: xla_utility_pkg.trace('Failure = '
63: || xla_environment_pkg.g_chr_newline
64: || xla_exceptions_pkg.exception_text ,100);
65: NULL;
66: END;
67:
68:

Line 115: || SUBSTR(xla_exceptions_pkg.exception_text

111: (exception_text =>
112: 'XLA-'
113: || xla_messages_pkg.g_message_number
114: || ': '
115: || SUBSTR(xla_exceptions_pkg.exception_text
116: ,1,LEAST(512,LENGTH(xla_exceptions_pkg.exception_text))));
117: END raise_exception;
118:
119:

Line 116: ,1,LEAST(512,LENGTH(xla_exceptions_pkg.exception_text))));

112: 'XLA-'
113: || xla_messages_pkg.g_message_number
114: || ': '
115: || SUBSTR(xla_exceptions_pkg.exception_text
116: ,1,LEAST(512,LENGTH(xla_exceptions_pkg.exception_text))));
117: END raise_exception;
118:
119:
120: /*======================================================================+

Line 187: xla_exceptions_pkg.exception_text :=

183:
184: IS
185:
186: BEGIN
187: xla_exceptions_pkg.exception_text :=
188: xla_messages_pkg.get_message
189: (p_appli_s_name => p_appli_s_name
190: ,p_msg_name => p_msg_name);
191:

Line 199: xla_exceptions_pkg.raise_exception;

195:
196: failure;
197:
198: if (p_msg_mode = C_STANDARD_MESSAGE) then
199: xla_exceptions_pkg.raise_exception;
200: else
201: fnd_msg_pub.add;
202: end if;
203: END raise_message;

Line 225: xla_exceptions_pkg.exception_text :=

221:
222: IS
223:
224: BEGIN
225: xla_exceptions_pkg.exception_text :=
226: xla_messages_pkg.get_message
227: (p_appli_s_name => p_appli_s_name
228: ,p_msg_name => p_msg_name
229: ,p_token_1 => p_token_1

Line 241: xla_exceptions_pkg.raise_exception;

237:
238: failure;
239:
240: if (p_msg_mode = C_STANDARD_MESSAGE) then
241: xla_exceptions_pkg.raise_exception;
242: else
243: fnd_msg_pub.add;
244: end if;
245: END raise_message;

Line 269: xla_exceptions_pkg.exception_text :=

265:
266: IS
267:
268: BEGIN
269: xla_exceptions_pkg.exception_text :=
270: xla_messages_pkg.get_message
271: (p_appli_s_name => p_appli_s_name
272: ,p_msg_name => p_msg_name
273: ,p_token_1 => p_token_1

Line 289: xla_exceptions_pkg.raise_exception;

285:
286: failure;
287:
288: if (p_msg_mode = C_STANDARD_MESSAGE) then
289: xla_exceptions_pkg.raise_exception;
290: else
291: fnd_msg_pub.add;
292: end if;
293: END raise_message;

Line 319: xla_exceptions_pkg.exception_text :=

315:
316: IS
317:
318: BEGIN
319: xla_exceptions_pkg.exception_text :=
320: xla_messages_pkg.get_message
321: (p_appli_s_name => p_appli_s_name
322: ,p_msg_name => p_msg_name
323: ,p_token_1 => p_token_1

Line 343: xla_exceptions_pkg.raise_exception;

339:
340: failure;
341:
342: if (p_msg_mode = C_STANDARD_MESSAGE) then
343: xla_exceptions_pkg.raise_exception;
344: else
345: fnd_msg_pub.add;
346: end if;
347: END raise_message;

Line 375: xla_exceptions_pkg.exception_text :=

371:
372: IS
373:
374: BEGIN
375: xla_exceptions_pkg.exception_text :=
376: xla_messages_pkg.get_message
377: (p_appli_s_name => p_appli_s_name
378: ,p_msg_name => p_msg_name
379: ,p_token_1 => p_token_1

Line 403: xla_exceptions_pkg.raise_exception;

399:
400: failure;
401:
402: if (p_msg_mode = C_STANDARD_MESSAGE) then
403: xla_exceptions_pkg.raise_exception;
404: else
405: fnd_msg_pub.add;
406: end if;
407: END raise_message;

Line 437: xla_exceptions_pkg.exception_text :=

433:
434: IS
435:
436: BEGIN
437: xla_exceptions_pkg.exception_text :=
438: xla_messages_pkg.get_message
439: (p_appli_s_name => p_appli_s_name
440: ,p_msg_name => p_msg_name
441: ,p_token_1 => p_token_1

Line 469: xla_exceptions_pkg.raise_exception;

465:
466: failure;
467:
468: if (p_msg_mode = C_STANDARD_MESSAGE) then
469: xla_exceptions_pkg.raise_exception;
470: else
471: fnd_msg_pub.add;
472: end if;
473: END raise_message;

Line 505: xla_exceptions_pkg.exception_text :=

501:
502: IS
503:
504: BEGIN
505: xla_exceptions_pkg.exception_text :=
506: xla_messages_pkg.get_message
507: (p_appli_s_name => p_appli_s_name
508: ,p_msg_name => p_msg_name
509: ,p_token_1 => p_token_1

Line 541: xla_exceptions_pkg.raise_exception;

537:
538: failure;
539:
540: if (p_msg_mode = C_STANDARD_MESSAGE) then
541: xla_exceptions_pkg.raise_exception;
542: else
543: fnd_msg_pub.add;
544: end if;
545: END raise_message;

Line 548: END xla_exceptions_pkg;

544: end if;
545: END raise_message;
546:
547:
548: END xla_exceptions_pkg;