DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_AE_JOURNAL_ENTRY_PKG

Line 5553: l_temp_distinct_hdr_ids XLA_AE_JOURNAL_ENTRY_PKG.t_array_value_num;

5549: IS
5550: l_prev_err_count INTEGER;
5551: l_temp_err_count INTEGER;
5552: l_log_module VARCHAR2(240);
5553: l_temp_distinct_hdr_ids XLA_AE_JOURNAL_ENTRY_PKG.t_array_value_num;
5554: l_distinct_hdr_ids t_array_int;
5555: BEGIN
5556:
5557: IF g_log_enabled THEN

Line 9886: SET accounting_entry_status_code = xla_ae_journal_entry_pkg.C_INVALID

9882:
9883: IF (g_err_count > 0) THEN
9884: FORALL i IN 1..g_err_count
9885: UPDATE xla_validation_lines_gt
9886: SET accounting_entry_status_code = xla_ae_journal_entry_pkg.C_INVALID
9887: WHERE ae_header_id = g_err_hdr_ids(i);
9888:
9889: FORALL i IN 1..g_err_count
9890: UPDATE xla_validation_lines_gt

Line 9891: SET accounting_entry_status_code = xla_ae_journal_entry_pkg.C_RELATED_INVALID

9887: WHERE ae_header_id = g_err_hdr_ids(i);
9888:
9889: FORALL i IN 1..g_err_count
9890: UPDATE xla_validation_lines_gt
9891: SET accounting_entry_status_code = xla_ae_journal_entry_pkg.C_RELATED_INVALID
9892: WHERE event_id = g_err_event_ids(i);
9893: END IF;
9894:
9895: --