DBA Data[Home] [Help]

APPS.XLA_DATAFIXES_PUB dependencies on XLA_TRIAL_BALANCES

Line 605: trace(p_msg => 'Delete entries from xla_trial_balances',

601: ,p_error_msg => 'Journal entries cannot be deleted because either MO Security is not set for this session or Entity does not exist for this event');
602: END IF;-- Bug 8752657.
603:
604: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN
605: trace(p_msg => 'Delete entries from xla_trial_balances',
606: p_module => l_log_module,
607: p_level => C_LEVEL_PROCEDURE);
608: END IF;
609:

Line 1627: DELETE FROM xla_trial_balances

1623: AND xsl.je_source_name = xtbje.je_source_name
1624: AND xtb.enabled_flag = 'Y'
1625: )
1626: LOOP
1627: DELETE FROM xla_trial_balances
1628: WHERE definition_code = i.definition_code
1629: AND ae_header_id = i.ae_header_id
1630: AND gl_date between (i.accounting_date-2) and (i.accounting_date+2)
1631: AND ledger_id = i.ledger_id