DBA Data[Home] [Help]

APPS.PER_KR_EXTRA_AEI_RULES dependencies on DUAL

Line 23: from dual

19: and pds.period_of_service_id = asg.period_of_service_id
20: for update of pds.period_of_service_id nowait;
21: cursor csr_unique is
22: select 'Y'
23: from dual
24: where not exists(
25: select null
26: from per_assignment_extra_info
27: where assignment_id = p_assignment_id