DBA Data[Home] [Help]

APPS.PER_CKL_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_checklists ckl
33: where ckl.checklist_id = p_checklist_id
34: and pbg.business_group_id (+) = ckl.business_group_id;
35: --

Line 101: from per_business_groups_perf pbg

97: -- Declare cursor
98: --
99: cursor csr_leg_code is
100: select pbg.legislation_code
101: from per_business_groups_perf pbg
102: , per_checklists ckl
103: where ckl.checklist_id = p_checklist_id
104: and pbg.business_group_id (+) = ckl.business_group_id;
105: --