DBA Data[Home] [Help]

APPS.XLA_TB_REPORT_PVT dependencies on XLA_TB_REPORT_PVT

Line 1: PACKAGE BODY xla_tb_report_pvt AS

1: PACKAGE BODY xla_tb_report_pvt AS
2: /* $Header: xlatbrpt.pkb 120.30.12010000.3 2008/10/22 05:32:46 vgopiset ship $ */
3: /*======================================================================+
4: | Copyright (c) 1995-2002 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | xla_tb_report_pvt |

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

Line 1013: := 'xla.plsql.xla_tb_report_pvt';

1009: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
1010:
1011: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
1012: C_DEFAULT_MODULE CONSTANT VARCHAR2(240)
1013: := 'xla.plsql.xla_tb_report_pvt';
1014:
1015: g_log_level NUMBER;
1016: g_log_enabled BOOLEAN;
1017:

Line 1036: (p_location => 'xla_tb_report_pvt.trace');

1032: WHEN xla_exceptions_pkg.application_exception THEN
1033: RAISE;
1034: WHEN OTHERS THEN
1035: xla_exceptions_pkg.raise_message
1036: (p_location => 'xla_tb_report_pvt.trace');
1037: END trace;
1038:
1039: /*======================================================================+
1040: | |

Line 1058: (p_location => 'xla_tb_report_pvt.print_logfile');

1054: WHEN xla_exceptions_pkg.application_exception THEN
1055: RAISE;
1056: WHEN OTHERS THEN
1057: xla_exceptions_pkg.raise_message
1058: (p_location => 'xla_tb_report_pvt.print_logfile');
1059:
1060: END print_logfile;
1061:
1062:

Line 1127: (p_location => 'xla_tb_report_pvt.dump_text');

1123: WHEN xla_exceptions_pkg.application_exception THEN
1124: RAISE;
1125: WHEN OTHERS THEN
1126: xla_exceptions_pkg.raise_message
1127: (p_location => 'xla_tb_report_pvt.dump_text');
1128: END dump_text;
1129:
1130: /*======================================================================+
1131: | |

Line 1233: ,'LOCATION' , 'xla_tb_report_pvt.get_period_name'

1229: RAISE;
1230: WHEN OTHERS THEN
1231: xla_exceptions_pkg.raise_message
1232: ('XLA' , 'XLA_COMMON_FAILURE'
1233: ,'LOCATION' , 'xla_tb_report_pvt.get_period_name'
1234: ,'ERROR' , sqlerrm);
1235:
1236: END get_period_name;
1237:

Line 1426: ,'LOCATION' , 'xla_tb_report_pvt.replace_gl_bal_string'

1422: RAISE;
1423: WHEN OTHERS THEN
1424: xla_exceptions_pkg.raise_message
1425: ('XLA' , 'XLA_COMMON_FAILURE'
1426: ,'LOCATION' , 'xla_tb_report_pvt.replace_gl_bal_string'
1427: ,'ERROR' , sqlerrm);
1428:
1429: END replace_gl_bal_string;
1430:

Line 1546: ,'LOCATION' , 'xla_tb_report_pvt.replace_party_string'

1542: RAISE;
1543: WHEN OTHERS THEN
1544: xla_exceptions_pkg.raise_message
1545: ('XLA' , 'XLA_COMMON_FAILURE'
1546: ,'LOCATION' , 'xla_tb_report_pvt.replace_party_string'
1547: ,'ERROR' , sqlerrm);
1548:
1549: END replace_party_string;
1550:

Line 1686: (p_location => 'xla_tb_report_pvt.get_flex_range_where');

1682: WHEN xla_exceptions_pkg.application_exception THEN
1683: RAISE;
1684: WHEN OTHERS THEN
1685: xla_exceptions_pkg.raise_message
1686: (p_location => 'xla_tb_report_pvt.get_flex_range_where');
1687:
1688: END get_flex_range_where;
1689: /*======================================================================+
1690: | |

Line 1902: ,'LOCATION' , 'xla_tb_report_pvt.get_report_parameters'

1898: RAISE;
1899: WHEN OTHERS THEN
1900: xla_exceptions_pkg.raise_message
1901: ('XLA' , 'XLA_COMMON_FAILURE'
1902: ,'LOCATION' , 'xla_tb_report_pvt.get_report_parameters'
1903: ,'ERROR' , sqlerrm);
1904: END get_report_parameters;
1905:
1906:

Line 2479: (p_location => 'xla_tb_report_pvt.populate_trial_balance_gt');

2475: WHEN xla_exceptions_pkg.application_exception THEN
2476: RAISE;
2477: WHEN OTHERS THEN
2478: xla_exceptions_pkg.raise_message
2479: (p_location => 'xla_tb_report_pvt.populate_trial_balance_gt');
2480:
2481: END populate_trial_balance_gt;
2482:
2483: /*======================================================================+

Line 2746: (p_location => 'xla_tb_report_pvt.get_segment_info');

2742: WHEN xla_exceptions_pkg.application_exception THEN
2743: RAISE;
2744: WHEN OTHERS THEN
2745: xla_exceptions_pkg.raise_message
2746: (p_location => 'xla_tb_report_pvt.get_segment_info');
2747: END get_segment_info;
2748:
2749: /*======================================================================+
2750: | |

Line 3001: (p_location => 'xla_tb_report_pvt.get_select_clause');

2997: WHEN xla_exceptions_pkg.application_exception THEN
2998: RAISE;
2999: WHEN OTHERS THEN
3000: xla_exceptions_pkg.raise_message
3001: (p_location => 'xla_tb_report_pvt.get_select_clause');
3002:
3003: END get_select_clause;
3004:
3005: /*======================================================================+

Line 3254: (p_location => 'xla_tb_report_pvt.before_report');

3250: WHEN xla_exceptions_pkg.application_exception THEN
3251: RAISE;
3252: WHEN OTHERS THEN
3253: xla_exceptions_pkg.raise_message
3254: (p_location => 'xla_tb_report_pvt.before_report');
3255:
3256: END before_report;
3257:
3258: --=============================================================================

Line 3300: END xla_tb_report_pvt;

3296: IF NOT g_log_enabled THEN
3297: g_log_level := C_LEVEL_LOG_DISABLED;
3298: END IF;
3299:
3300: END xla_tb_report_pvt;