DBA Data[Home] [Help]

APPS.OTA_RUD_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 30: from per_business_groups_perf pbg

26: --
27: cursor csr_sec_grp is
28: select pbg.security_group_id,
29: pbg.legislation_code
30: from per_business_groups_perf pbg
31: , ota_resource_usages rud
32: , ota_offerings off
33: where rud.resource_usage_id = p_resource_usage_id
34: and rud.offering_id = off.offering_id

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_resource_usages rud
104: , ota_suppliable_resources tsr
105: where rud.resource_usage_id = p_resource_usage_id
106: and rud.supplied_resource_id = tsr.supplied_Resource_id