DBA Data[Home] [Help]

APPS.AR_AGING_BUCKETS_PKG dependencies on XLA_AE_LINES

Line 1720: ,xla_ae_lines ae

1716:
1717: ELSE
1718: p_rep_from_info := p_rep_from_info ||'
1719: ,xla_distribution_links lk
1720: ,xla_ae_lines ae
1721: ,ra_cust_trx_types types ';
1722:
1723: p_rep_where_cls := p_rep_where_cls || '
1724: and types.cust_trx_type_id = ps.cust_trx_type_id

Line 2759: xla_ae_lines ae,

2755: age_ps.payment_schedule_id,
2756: age_ps.amt_due_remaining,
2757: ae.currency_code
2758: from xla_ae_headers hdr,
2759: xla_ae_lines ae,
2760: xla_distribution_links xdl,
2761: ( select /*+ leading(ext) index(ra AR_RECEIVABLE_APPLICATIONS_N3)*/
2762: ra.event_id,
2763: ext.payment_schedule_id,