DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_TAXATION_PKG dependencies on DUAL

Line 159: dual where exists

155: cursor IsPayrollRun (p_person_id in number
156: ,p_effective_date in date
157: ,p_income_code in varchar2 ) is
158: select 'Y' from
159: dual where exists
160: (select ppa.date_earned
161: from pay_payroll_actions ppa
162: ,pay_assignment_actions paa
163: ,pay_run_results prr