DBA Data[Home] [Help]

APPS.PER_CTK_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_tasks_in_checklist tic
33: , per_checklists ckl
34: where tic.task_in_checklist_id = p_task_in_checklist_id
35: and tic.checklist_id = ckl.checklist_id

Line 103: from per_business_groups_perf pbg

99: -- Declare cursor
100: --
101: cursor csr_leg_code is
102: select pbg.legislation_code
103: from per_business_groups_perf pbg
104: , per_tasks_in_checklist tic
105: , per_checklists ckl
106: where tic.task_in_checklist_id = p_task_in_checklist_id
107: and tic.checklist_id = ckl.checklist_id