DBA Data[Home] [Help]

APPS.PER_APR_BUS dependencies on DUAL

Line 92: FROM DUAL

88: --
89: CURSOR csr_is_future_term_exist
90: IS
91: SELECT 'Y'
92: FROM DUAL
93: WHERE EXISTS (
94: SELECT NULL
95: FROM per_periods_of_service ppser
96: WHERE person_id = p_appraisee_person_id

Line 2029: from dual

2025:
2026: cursor csr_apr_exists_in_answers
2027: is
2028: select 'Y'
2029: from dual
2030: where exists (select null
2031: from per_assign_proposal_answers
2032: where answer_for_key = p_appraisal_id);
2033: -- 07/03/97 Changed