DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on DUAL

Line 207: from dual

203: END IF;
204:
205: select 'N'
206: into l_create_acct
207: from dual
208: where exists (select 'X'
209: from ar_distributions dist
210: where dist.source_id = p_ae_doc_rec.source_id
211: and dist.source_table = p_ae_doc_rec.source_table);