DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS1 dependencies on DUAL

Line 997: from dual

993: /* Bug fix 3677912
994: Bank charges record can be present for any CRH record */
995: select 'Y'
996: into l_bank_charges_row_exists
997: from dual
998: where exists (select crh.cash_receipt_history_id
999: from ar_cash_receipt_history crh, ar_distributions dis
1000: where crh.cash_receipt_id = l_crh_rec.cash_receipt_id
1001: and dis.source_id = crh.cash_receipt_history_id