DBA Data[Home] [Help]

APPS.XLA_REPORT_UTILITY_PKG dependencies on XLA_EXCEPTIONS_PKG

Line 67: WHEN xla_exceptions_pkg.application_exception THEN

63: fnd_log.string(p_level, NVL(p_module,C_DEFAULT_MODULE), p_msg);
64: END IF;
65:
66: EXCEPTION
67: WHEN xla_exceptions_pkg.application_exception THEN
68: RAISE;
69: WHEN OTHERS THEN
70: xla_exceptions_pkg.raise_message
71: (p_location => 'xla_report_utility_pkg.trace');

Line 70: xla_exceptions_pkg.raise_message

66: EXCEPTION
67: WHEN xla_exceptions_pkg.application_exception THEN
68: RAISE;
69: WHEN OTHERS THEN
70: xla_exceptions_pkg.raise_message
71: (p_location => 'xla_report_utility_pkg.trace');
72: END trace;
73:
74: --=============================================================================

Line 369: xla_exceptions_pkg.raise_message

365: END IF;
366:
367: EXCEPTION
368: WHEN OTHERS THEN
369: xla_exceptions_pkg.raise_message
370: (p_location => 'xla_report_utility_pkg.get_transaction_id ');
371: END get_transaction_id;
372:
373: --=============================================================================

Line 514: xla_exceptions_pkg.raise_message

510: ,p_module => l_log_module);
511: END IF;
512: EXCEPTION
513: WHEN OTHERS THEN
514: xla_exceptions_pkg.raise_message
515: (p_location => 'xla_report_utility_pkg.get_acct_qualifier_segs');
516: END get_acct_qualifier_segs;
517:
518:

Line 582: xla_exceptions_pkg.raise_message

578: RETURN NULL;
579: END IF;
580: EXCEPTION
581: WHEN OTHERS THEN
582: xla_exceptions_pkg.raise_message
583: (p_location => 'xla_report_utility_pkg.get_ccid_desc');
584: END get_ccid_desc;
585:
586:

Line 641: xla_exceptions_pkg.raise_message

637: END IF;
638:
639: EXCEPTION
640: WHEN OTHERS THEN
641: xla_exceptions_pkg.raise_message
642: (p_location => 'xla_report_utility_pkg.clob_to_file');
643: END clob_to_file;
644:
645:

Line 727: xla_exceptions_pkg.raise_message

723: RETURN l_string;
724:
725: EXCEPTION
726: WHEN OTHERS THEN
727: xla_exceptions_pkg.raise_message
728: (p_location => 'xla_report_utility_pkg.get_anc_filter');
729: END get_anc_filter;
730:
731:

Line 757: xla_exceptions_pkg.raise_message

753: EXCEPTION
754: WHEN NO_DATA_FOUND THEN
755: RETURN NULL;
756: WHEN OTHERS THEN
757: xla_exceptions_pkg.raise_message
758: (p_location => 'xla_report_utility_pkg.unravel_ledger (fn)');
759: END is_primary_ledger;
760:
761:

Line 808: xla_exceptions_pkg.raise_message

804: RETURN l_ledger_id_out;
805:
806: EXCEPTION
807: WHEN OTHERS THEN
808: xla_exceptions_pkg.raise_message
809: (p_location => 'xla_report_utility_pkg.unravel_ledger (fn)');
810: END get_ledger_id;
811:
812: --=============================================================================

Line 833: xla_exceptions_pkg.raise_message

829: RETURN l_object_type_code;
830:
831: EXCEPTION
832: WHEN OTHERS THEN
833: xla_exceptions_pkg.raise_message
834: (p_location => 'xla_report_utility_pkg.unravel_ledger (fn)');
835: END get_ledger_object_type;
836:
837:

Line 1046: xla_exceptions_pkg.raise_message

1042: RETURN l_trx_id_str;
1043:
1044: EXCEPTION
1045: WHEN OTHERS THEN
1046: xla_exceptions_pkg.raise_message
1047: (p_location => 'xla_report_utility_pkg.get_transaction_id ');
1048:
1049: END get_transaction_id;
1050:

Line 1133: xla_exceptions_pkg.raise_message

1129: RETURN l_concat_segment;
1130:
1131: EXCEPTION
1132: WHEN OTHERS THEN
1133: xla_exceptions_pkg.raise_message
1134: (p_location => 'xla_report_utility_pkg.get_conc_segments ');
1135:
1136: END get_conc_segments;
1137: