DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_AE_CODE_COMBINATION_PKG

Line 4743: IF xla_ae_code_combination_pkg.g_error_exists THEN

4739: p_level => C_LEVEL_EVENT);
4740: END IF;
4741:
4742:
4743: IF xla_ae_code_combination_pkg.g_error_exists THEN
4744: xla_ae_code_combination_pkg.get_ccid_errors;
4745: END IF;
4746:
4747:

Line 4744: xla_ae_code_combination_pkg.get_ccid_errors;

4740: END IF;
4741:
4742:
4743: IF xla_ae_code_combination_pkg.g_error_exists THEN
4744: xla_ae_code_combination_pkg.get_ccid_errors;
4745: END IF;
4746:
4747:
4748: FOR l_err IN c_line_error LOOP