DBA Data[Home] [Help]

APPS.IGIRCBJP dependencies on IGI_AR_CASH_RECEIPT_HIST

Line 1706: igi_ar_cash_receipt_hist igicrh,

1702: ) Category,
1703: l_cat.meaning CatMeaning,
1704: d.source_type SourceType
1705: FROM ar_cash_receipt_history crh,
1706: igi_ar_cash_receipt_hist igicrh,
1707: ar_cash_receipts cr,
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,