DBA Data[Home] [Help]

APPS.PER_KR_EXTRA_CTR_RULES dependencies on PER_PEOPLE_F

Line 15: from per_people_f

11: is
12: l_exists varchar2(1);
13: cursor csr_lck is
14: select null
15: from per_people_f
16: where person_id = p_person_id
17: and effective_start_date = start_date
18: for update of person_id nowait;
19: /* Changed from static to dynamic SQL to remove dependency.