DBA Data[Home] [Help]

APPS.IGIRCBJP dependencies on XLA_AE_HEADERS

Line 1189: xla_ae_headers xah

1185: ar_cash_receipts cr,
1186: hz_parties, -- Bug 3902175
1187: hz_cust_accounts, -- Bug 3902175
1188: ar_lookups l_cat,
1189: xla_ae_headers xah
1190: WHERE ra.gl_date BETWEEN p_Report.GlDateFrom
1191: AND p_Report.GLDateTo
1192: AND igira.receivable_application_id = ra.receivable_application_id
1193: AND nvl(ra.postable,'Y') = 'Y'

Line 1483: xla_ae_headers xah

1479: ar_lookups l,
1480: ar_lookups l_cat,
1481: hz_parties, -- Bug 3902175
1482: hz_cust_accounts, -- Bug 3902175
1483: xla_ae_headers xah
1484: WHERE ra.gl_date BETWEEN p_Report.GlDateFrom
1485: AND p_Report.GLDateTo
1486: AND nvl(ra.postable,'Y') = 'Y'
1487: AND nvl(ra.confirmed_flag,'Y') = 'Y'

Line 1712: xla_ae_headers xah

1708: (Select hz_cust_accounts.account_number customer_number,hz_cust_accounts.cust_account_id customer_id
1709: from hz_parties,hz_cust_accounts where hz_parties.party_id = hz_cust_accounts.party_id) cust, -- bug 3902175
1710: ar_lookups l_cat,
1711: ar_distributions d,
1712: xla_ae_headers xah
1713: WHERE crh.gl_date BETWEEN p_Report.GlDateFrom
1714: AND p_Report.GLDateTo
1715: AND crh.postable_flag = 'Y'
1716: AND cr.cash_receipt_id = crh.cash_receipt_id

Line 1930: xla_ae_headers xah

1926: FROM ar_misc_cash_distributions mcd,
1927: igi_ar_misc_cash_dists igimcd,
1928: ar_cash_receipts cr,
1929: ar_lookups l_cat,
1930: xla_ae_headers xah
1931: WHERE mcd.gl_date BETWEEN p_Report.GlDateFrom AND p_Report.GLDateTo
1932: AND cr.cash_receipt_id = mcd.cash_receipt_id
1933: AND mcd.misc_cash_distribution_id = igimcd.misc_cash_distribution_id
1934: AND l_cat.lookup_type = 'ARRGTA_FUNCTION_MAPPING'