DBA Data[Home] [Help]

APPS.XLA_REPORT_UTILITY_PKG dependencies on XLA_EXCEPTIONS_PKG

Line 101: WHEN xla_exceptions_pkg.application_exception THEN

97: fnd_log.string(p_level, NVL(p_module,C_DEFAULT_MODULE), p_msg);
98: END IF;
99:
100: EXCEPTION
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');

Line 104: xla_exceptions_pkg.raise_message

100: EXCEPTION
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: --=============================================================================

Line 745: WHEN xla_exceptions_pkg.application_exception THEN

741:
742: END IF;
743:
744: EXCEPTION
745: WHEN xla_exceptions_pkg.application_exception THEN
746: RAISE;
747: WHEN OTHERS THEN
748: xla_exceptions_pkg.raise_message
749: (p_location => 'xla_tb_report_pvt.get_segment_info');

Line 748: xla_exceptions_pkg.raise_message

744: EXCEPTION
745: WHEN xla_exceptions_pkg.application_exception THEN
746: RAISE;
747: WHEN OTHERS THEN
748: xla_exceptions_pkg.raise_message
749: (p_location => 'xla_tb_report_pvt.get_segment_info');
750: END get_segment_info;
751: --=============================================================================
752:

Line 1054: xla_exceptions_pkg.raise_message

1050: END IF;
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: --=============================================================================

Line 1199: xla_exceptions_pkg.raise_message

1195: ,p_module => l_log_module);
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:

Line 1285: xla_exceptions_pkg.raise_message

1281: RETURN NULL;
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:

Line 1344: xla_exceptions_pkg.raise_message

1340: END IF;
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:

Line 1430: xla_exceptions_pkg.raise_message

1426: RETURN l_string;
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:

Line 1460: xla_exceptions_pkg.raise_message

1456: EXCEPTION
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:

Line 1511: xla_exceptions_pkg.raise_message

1507: RETURN l_ledger_id_out;
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: --=============================================================================

Line 1536: xla_exceptions_pkg.raise_message

1532: RETURN l_object_type_code;
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:

Line 1780: xla_exceptions_pkg.raise_message

1776: RETURN l_trx_id_str;
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:

Line 2123: xla_exceptions_pkg.raise_message

2119: END IF;
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:

Line 2213: xla_exceptions_pkg.raise_message

2209: RETURN l_concat_segment;
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: