DBA Data[Home] [Help]

APPS.OTA_CUS_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_chat_users cus
38: where cus.chat_id = p_chat_id
39: and cus.person_id = p_person_id
40: and cus.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_chat_users cus
126: where cus.chat_id = p_chat_id
127: and cus.person_id = p_person_id
128: and cus.contact_id = p_contact_id