DBA Data[Home] [Help]

APPS.OTA_FNS_BUS dependencies on OTA_FRM_NOTIF_SUBSCRIBERS

Line 37: , ota_frm_notif_subscribers fns

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
41: and pbg.business_group_id = fns.business_group_id;

Line 125: , ota_frm_notif_subscribers fns

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
129: and pbg.business_group_id = fns.business_group_id;