DBA Data[Home] [Help]

APPS.XLA_TP_BALANCE_RPT_PKG dependencies on XLA_AE_HEADERS

Line 1478: , xla_ae_headers xah -- bug 12680536

1474: where exists (
1475: select 1
1476: from xla_ae_lines xal
1477: , xla_report_balances_gt gt
1478: , xla_ae_headers xah -- bug 12680536
1479: where gt.application_id = xal.application_id
1480: and gt.ledger_id = xal.ledger_id
1481: and gt.code_combination_id = xal.code_combination_id
1482: and gt.party_id = xal.party_id