DBA Data[Home] [Help]

APPS.OTA_CTT_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 31: from per_business_groups_perf pbg

27: --
28: cursor csr_sec_grp is
29: select pbg.security_group_id,
30: pbg.legislation_code
31: from per_business_groups_perf pbg
32: , ota_category_usages ctu
33: where ctu.category_usage_id = p_category_usage_id
34: and pbg.business_group_id = ctu.business_group_id;
35: -- Declare local variables

Line 102: from per_business_groups_perf pbg

98: -- Declare cursor
99: --
100: cursor csr_leg_code is
101: select pbg.legislation_code
102: from per_business_groups_perf pbg
103: , ota_category_usages ctu
104: where ctu.category_usage_id = p_category_usage_id
105: and pbg.business_group_id = ctu.business_group_id;
106: --