DBA Data[Home] [Help]

APPS.PER_PAT_BUS dependencies on PER_ALLOCATED_CHECKLISTS

Line 32: , per_allocated_checklists pac

28: cursor csr_sec_grp is
29: SELECT pbg.security_group_id,
30: pbg.legislation_code
31: FROM per_business_groups_perf pbg
32: , per_allocated_checklists pac
33: , per_allocated_tasks pat
34: , per_all_people_f paf
35: WHERE pat.allocated_task_id = p_allocated_task_id
36: AND pat.allocated_checklist_id = pac.allocated_checklist_id

Line 109: , per_allocated_checklists pac

105: --
106: cursor csr_leg_code is
107: select pbg.legislation_code
108: FROM per_business_groups_perf pbg
109: , per_allocated_checklists pac
110: , per_allocated_tasks pat
111: , per_all_people_f paf
112: WHERE pat.allocated_task_id = p_allocated_task_id
113: AND pat.allocated_checklist_id = pac.allocated_checklist_id