DBA Data[Home] [Help]

APPS.XLA_OA_FUNCTIONS_PKG dependencies on XLA_OA_FUNCTIONS_PKG

Line 1: PACKAGE BODY xla_oa_functions_pkg AS

1: PACKAGE BODY xla_oa_functions_pkg AS
2: /* $Header: xlaoaftn.pkb 120.3 2003/04/26 00:38:04 wychan ship $ */
3:
4: -------------------------------------------------------------------------------
5: -- declaring global types

Line 46: (p_location => 'xla_oa_functions_pkg.get_ccid_description');

42: WHEN xla_exceptions_pkg.application_exception THEN
43: RAISE;
44: WHEN OTHERS THEN
45: xla_exceptions_pkg.raise_message
46: (p_location => 'xla_oa_functions_pkg.get_ccid_description');
47:
48: END get_ccid_description;
49:
50: FUNCTION get_message

Line 68: (p_location => 'xla_oa_functions_pkg.get_message');

64: WHEN xla_exceptions_pkg.application_exception THEN
65: RAISE;
66: WHEN OTHERS THEN
67: xla_exceptions_pkg.raise_message
68: (p_location => 'xla_oa_functions_pkg.get_message');
69:
70: END get_message;
71:
72:

Line 73: end xla_oa_functions_pkg;

69:
70: END get_message;
71:
72:
73: end xla_oa_functions_pkg;