DBA Data[Home] [Help]

APPS.OTA_LCI_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_category_usages ctu
35: , ota_lp_cat_inclusions lci
36: where ctu.category_usage_id = p_category_usage_id
37: and lci.category_usage_id = ctu.category_usage_id

Line 115: from per_business_groups_perf pbg

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