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.8 2009/04/17 09:21:54 svellani 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 1027: := 'xla.plsql.xla_tb_report_pvt';

1023: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
1024:
1025: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
1026: C_DEFAULT_MODULE CONSTANT VARCHAR2(240)
1027: := 'xla.plsql.xla_tb_report_pvt';
1028:
1029: g_log_level NUMBER;
1030: g_log_enabled BOOLEAN;
1031:

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

1046: WHEN xla_exceptions_pkg.application_exception THEN
1047: RAISE;
1048: WHEN OTHERS THEN
1049: xla_exceptions_pkg.raise_message
1050: (p_location => 'xla_tb_report_pvt.trace');
1051: END trace;
1052:
1053: /*======================================================================+
1054: | |

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

1068: WHEN xla_exceptions_pkg.application_exception THEN
1069: RAISE;
1070: WHEN OTHERS THEN
1071: xla_exceptions_pkg.raise_message
1072: (p_location => 'xla_tb_report_pvt.print_logfile');
1073:
1074: END print_logfile;
1075:
1076:

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

1137: WHEN xla_exceptions_pkg.application_exception THEN
1138: RAISE;
1139: WHEN OTHERS THEN
1140: xla_exceptions_pkg.raise_message
1141: (p_location => 'xla_tb_report_pvt.dump_text');
1142: END dump_text;
1143:
1144: /*======================================================================+
1145: | |

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

1243: RAISE;
1244: WHEN OTHERS THEN
1245: xla_exceptions_pkg.raise_message
1246: ('XLA' , 'XLA_COMMON_FAILURE'
1247: ,'LOCATION' , 'xla_tb_report_pvt.get_period_name'
1248: ,'ERROR' , sqlerrm);
1249:
1250: END get_period_name;
1251:

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

1436: RAISE;
1437: WHEN OTHERS THEN
1438: xla_exceptions_pkg.raise_message
1439: ('XLA' , 'XLA_COMMON_FAILURE'
1440: ,'LOCATION' , 'xla_tb_report_pvt.replace_gl_bal_string'
1441: ,'ERROR' , sqlerrm);
1442:
1443: END replace_gl_bal_string;
1444:

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

1556: RAISE;
1557: WHEN OTHERS THEN
1558: xla_exceptions_pkg.raise_message
1559: ('XLA' , 'XLA_COMMON_FAILURE'
1560: ,'LOCATION' , 'xla_tb_report_pvt.replace_party_string'
1561: ,'ERROR' , sqlerrm);
1562:
1563: END replace_party_string;
1564:

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

1696: WHEN xla_exceptions_pkg.application_exception THEN
1697: RAISE;
1698: WHEN OTHERS THEN
1699: xla_exceptions_pkg.raise_message
1700: (p_location => 'xla_tb_report_pvt.get_flex_range_where');
1701:
1702: END get_flex_range_where;
1703: /*======================================================================+
1704: | |

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

1912: RAISE;
1913: WHEN OTHERS THEN
1914: xla_exceptions_pkg.raise_message
1915: ('XLA' , 'XLA_COMMON_FAILURE'
1916: ,'LOCATION' , 'xla_tb_report_pvt.get_report_parameters'
1917: ,'ERROR' , sqlerrm);
1918: END get_report_parameters;
1919:
1920:

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

2541: WHEN xla_exceptions_pkg.application_exception THEN
2542: RAISE;
2543: WHEN OTHERS THEN
2544: xla_exceptions_pkg.raise_message
2545: (p_location => 'xla_tb_report_pvt.populate_trial_balance_gt');
2546:
2547: END populate_trial_balance_gt;
2548:
2549:

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

2939: WHEN xla_exceptions_pkg.application_exception THEN
2940: RAISE;
2941: WHEN OTHERS THEN
2942: xla_exceptions_pkg.raise_message
2943: (p_location => 'xla_tb_report_pvt.get_select_clause');
2944:
2945: END get_select_clause;
2946:
2947: /*======================================================================+

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

3208: WHEN xla_exceptions_pkg.application_exception THEN
3209: RAISE;
3210: WHEN OTHERS THEN
3211: xla_exceptions_pkg.raise_message
3212: (p_location => 'xla_tb_report_pvt.before_report');
3213:
3214: END before_report;
3215:
3216: --=============================================================================

Line 3258: END xla_tb_report_pvt;

3254: IF NOT g_log_enabled THEN
3255: g_log_level := C_LEVEL_LOG_DISABLED;
3256: END IF;
3257:
3258: END xla_tb_report_pvt;