DBA Data[Home] [Help]

APPS.PSA_AP_BC_PVT dependencies on XLA_TRIAL_BALANCES

Line 566: DELETE FROM xla_trial_balances

562: DELETE FROM xla_events
563: WHERE event_id = orphan_event_rec.event_id;
564: psa_utils.debug_other_string(g_state_level,l_path_name, 'Deleting the xla_events'|| sql%rowcount);
565:
566: DELETE FROM xla_trial_balances
567: WHERE ae_header_id = orphan_event_rec.ae_header_id;
568: psa_utils.debug_other_string(g_state_level,l_path_name, 'Deleting the xla_trial_balance'|| sql%rowcount);
569:
570: ELSE