DBA Data[Home] [Help]

APPS.OTA_CCI_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 33: from per_business_groups_perf pbg

29: --
30: cursor csr_sec_grp is
31: select pbg.security_group_id,
32: pbg.legislation_code
33: from per_business_groups_perf pbg
34: , ota_cert_cat_inclusions cci
35: , ota_category_usages ctu
36: where ctu.category_usage_id = p_category_usage_id
37: and cci.category_usage_id = ctu.category_usage_id

Line 114: from per_business_groups_perf pbg

110: -- Declare cursor
111: --
112: cursor csr_leg_code is
113: select pbg.legislation_code
114: from per_business_groups_perf pbg
115: , ota_cert_cat_inclusions cci
116: , ota_category_usages ctu
117: where ctu.category_usage_id = p_category_usage_id
118: and cci.category_usage_id = ctu.category_usage_id