DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS1 dependencies on DUAL

Line 1027: from dual

1023: /* Bug fix 3677912
1024: Bank charges record can be present for any CRH record */
1025: select 'Y'
1026: into l_bank_charges_row_exists
1027: from dual
1028: where exists (select crh.cash_receipt_history_id
1029: from ar_cash_receipt_history crh, ar_distributions dis
1030: where crh.cash_receipt_id = l_crh_rec.cash_receipt_id
1031: and dis.source_id = crh.cash_receipt_history_id