DBA Data[Home] [Help]

APPS.XLA_TP_BALANCE_RPT_PKG dependencies on XLA_REPORT_BALANCES_GT

Line 1074: INSERT INTO xla_report_balances_gt

1070: p_end_date := l_end_date;
1071:
1072: l_balance_query :=
1073: '
1074: INSERT INTO xla_report_balances_gt
1075: (ledger_id
1076: ,ledger_short_name
1077: ,ledger_description
1078: ,ledger_name

Line 1477: , xla_report_balances_gt gt

1473: from dual
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