DBA Data[Home] [Help]

APPS.PER_PAT_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 31: FROM per_business_groups_perf pbg

27: --
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

Line 108: FROM per_business_groups_perf pbg

104: -- Declare cursor
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