DBA Data[Home] [Help]

APPS.IRC_APL_PROFILE_ACCESS_API dependencies on PER_ALL_ASSIGNMENTS_F

Line 21: select 1 from per_all_assignments_f asg, per_all_people_f allper, per_all_people_f per

17: ) is
18: --
19: --
20: Cursor Chk_BG_Tracking_Enabled is
21: select 1 from per_all_assignments_f asg, per_all_people_f allper, per_all_people_f per
22: where asg.person_id = allper.person_id
23: and allper.party_id = per.party_id
24: and trunc(sysdate) between asg.effective_start_date and asg.effective_end_date
25: and trunc(sysdate) between per.effective_start_date and per.effective_end_date