DBA Data[Home] [Help]

APPS.PER_APR_BUS dependencies on DUAL

Line 1861: from dual

1857:
1858: cursor csr_apr_exists_in_answers
1859: is
1860: select 'Y'
1861: from dual
1862: where exists (select null
1863: from per_assign_proposal_answers
1864: where answer_for_key = p_appraisal_id);
1865: -- 07/03/97 Changed