DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on DUAL

Line 127: from dual

123: END IF;
124:
125: select 'N'
126: into l_create_acct
127: from dual
128: where exists (select 'X'
129: from ar_distributions dist
130: where dist.source_id = p_ae_doc_rec.source_id
131: and dist.source_table = p_ae_doc_rec.source_table);