DBA Data[Home] [Help]

APPS.OTA_ONT_BUS dependencies on OTA_OFFERINGS

Line 32: , ota_offerings off

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_offerings off
33: where off.offering_id = p_offering_id
34: and pbg.business_group_id = off.business_group_id;
35: --
36: -- Declare local variables

Line 104: , ota_offerings off

100: --
101: cursor csr_leg_code is
102: select pbg.legislation_code
103: from per_business_groups_perf pbg
104: , ota_offerings off
105: where off.offering_id = p_offering_id
106: and pbg.business_group_id = off.business_group_id;
107: --
108: -- Declare local variables