DBA Data[Home] [Help]

APPS.OTA_FNS_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 36: from per_business_groups_perf pbg

32: --
33: cursor csr_sec_grp is
34: select pbg.security_group_id,
35: pbg.legislation_code
36: from per_business_groups_perf pbg
37: , ota_frm_notif_subscribers fns
38: where fns.forum_id = p_forum_id
39: and fns.person_id = p_person_id
40: and fns.contact_id = p_contact_id

Line 124: from per_business_groups_perf pbg

120: -- Declare cursor
121: --
122: cursor csr_leg_code is
123: select pbg.legislation_code
124: from per_business_groups_perf pbg
125: , ota_frm_notif_subscribers fns
126: where fns.forum_id = p_forum_id
127: and fns.person_id = p_person_id
128: and fns.contact_id = p_contact_id