DBA Data[Home] [Help]

APPS.XLA_REPORT_UTILITY_PKG dependencies on XLA_REPORT_UTILITY_PKG

Line 1: PACKAGE BODY xla_report_utility_pkg AS

1: PACKAGE BODY xla_report_utility_pkg AS
2: -- $Header: xlarputl.pkb 120.23.12020000.2 2012/07/23 07:09:46 vgopiset ship $
3: /*===========================================================================+
4: | Copyright (c) 2003 Oracle Corporation BelmFont, California, USA |
5: | ALL rights reserved. |

Line 11: | xla_report_utility_pkg |

7: | FILENAME |
8: | xlarputl.pkb |
9: | |
10: | PACKAGE NAME |
11: | xla_report_utility_pkg |
12: | |
13: | DESCRIPTION |
14: | Package body. This provides routines that support reports |
15: | |

Line 59: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_report_utility_pkg';

55: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
56: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
57:
58: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
59: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_report_utility_pkg';
60:
61: g_log_level NUMBER;
62: g_log_enabled BOOLEAN;
63: C_NEW_LINE CONSTANT VARCHAR2(8) := fnd_global.newline;

Line 105: (p_location => 'xla_report_utility_pkg.trace');

101: WHEN xla_exceptions_pkg.application_exception THEN
102: RAISE;
103: WHEN OTHERS THEN
104: xla_exceptions_pkg.raise_message
105: (p_location => 'xla_report_utility_pkg.trace');
106: END trace;
107:
108: --=============================================================================
109: -- *********** public procedures and functions **********

Line 1055: (p_location => 'xla_report_utility_pkg.get_transaction_id ');

1051:
1052: EXCEPTION
1053: WHEN OTHERS THEN
1054: xla_exceptions_pkg.raise_message
1055: (p_location => 'xla_report_utility_pkg.get_transaction_id ');
1056: END get_transaction_id;
1057:
1058: --=============================================================================
1059: --

Line 1200: (p_location => 'xla_report_utility_pkg.get_acct_qualifier_segs');

1196: END IF;
1197: EXCEPTION
1198: WHEN OTHERS THEN
1199: xla_exceptions_pkg.raise_message
1200: (p_location => 'xla_report_utility_pkg.get_acct_qualifier_segs');
1201: END get_acct_qualifier_segs;
1202:
1203:
1204: --=============================================================================

Line 1286: (p_location => 'xla_report_utility_pkg.get_ccid_desc');

1282: END IF;
1283: EXCEPTION
1284: WHEN OTHERS THEN
1285: xla_exceptions_pkg.raise_message
1286: (p_location => 'xla_report_utility_pkg.get_ccid_desc');
1287: END get_ccid_desc;
1288:
1289:
1290: --=============================================================================

Line 1345: (p_location => 'xla_report_utility_pkg.clob_to_file');

1341:
1342: EXCEPTION
1343: WHEN OTHERS THEN
1344: xla_exceptions_pkg.raise_message
1345: (p_location => 'xla_report_utility_pkg.clob_to_file');
1346: END clob_to_file;
1347:
1348:
1349: --=============================================================================

Line 1431: (p_location => 'xla_report_utility_pkg.get_anc_filter');

1427:
1428: EXCEPTION
1429: WHEN OTHERS THEN
1430: xla_exceptions_pkg.raise_message
1431: (p_location => 'xla_report_utility_pkg.get_anc_filter');
1432: END get_anc_filter;
1433:
1434:
1435: --=============================================================================

Line 1461: (p_location => 'xla_report_utility_pkg.unravel_ledger (fn)');

1457: WHEN NO_DATA_FOUND THEN
1458: RETURN NULL;
1459: WHEN OTHERS THEN
1460: xla_exceptions_pkg.raise_message
1461: (p_location => 'xla_report_utility_pkg.unravel_ledger (fn)');
1462: END is_primary_ledger;
1463:
1464:
1465: --=============================================================================

Line 1479: l_object_type_code := xla_report_utility_pkg.

1475: l_ledger_id_out gl_ledgers.ledger_id%TYPE;
1476:
1477: BEGIN
1478:
1479: l_object_type_code := xla_report_utility_pkg.
1480: get_ledger_object_type(p_ledger_id);
1481:
1482: IF l_object_type_code = 'L' THEN
1483:

Line 1512: (p_location => 'xla_report_utility_pkg.unravel_ledger (fn)');

1508:
1509: EXCEPTION
1510: WHEN OTHERS THEN
1511: xla_exceptions_pkg.raise_message
1512: (p_location => 'xla_report_utility_pkg.unravel_ledger (fn)');
1513: END get_ledger_id;
1514:
1515: --=============================================================================
1516: --

Line 1537: (p_location => 'xla_report_utility_pkg.unravel_ledger (fn)');

1533:
1534: EXCEPTION
1535: WHEN OTHERS THEN
1536: xla_exceptions_pkg.raise_message
1537: (p_location => 'xla_report_utility_pkg.unravel_ledger (fn)');
1538: END get_ledger_object_type;
1539:
1540:
1541: --=============================================================================

Line 1781: (p_location => 'xla_report_utility_pkg.get_transaction_id ');

1777:
1778: EXCEPTION
1779: WHEN OTHERS THEN
1780: xla_exceptions_pkg.raise_message
1781: (p_location => 'xla_report_utility_pkg.get_transaction_id ');
1782:
1783: END get_transaction_id;
1784:
1785:

Line 2124: (p_location => 'xla_report_utility_pkg.get_transaction_id ');

2120:
2121: EXCEPTION
2122: WHEN OTHERS THEN
2123: xla_exceptions_pkg.raise_message
2124: (p_location => 'xla_report_utility_pkg.get_transaction_id ');
2125:
2126: END get_transaction_id;
2127:
2128: ------------------------------------------------------------------------------

Line 2214: (p_location => 'xla_report_utility_pkg.get_conc_segments ');

2210:
2211: EXCEPTION
2212: WHEN OTHERS THEN
2213: xla_exceptions_pkg.raise_message
2214: (p_location => 'xla_report_utility_pkg.get_conc_segments ');
2215:
2216: END get_conc_segments;
2217:
2218:

Line 2260: END XLA_REPORT_UTILITY_PKG;

2256: IF NOT g_log_enabled THEN
2257: g_log_level := C_LEVEL_LOG_DISABLED;
2258: END IF;
2259:
2260: END XLA_REPORT_UTILITY_PKG;