DBA Data[Home] [Help]

APPS.OTA_ADT_BUS dependencies on PER_BUSINESS_GROUPS

Line 213: from per_business_groups pbg

209: --
210: cursor csr_sec_grp is
211: select pbg.security_group_id,
212: pbg.legislation_code
213: from per_business_groups pbg
214: , ota_activity_definitions tad
215: where tad.activity_id = p_activity_id
216: and pbg.business_group_id = tad.business_group_id;
217: --

Line 285: from per_business_groups pbg

281: -- Declare cursor
282: --
283: cursor csr_leg_code is
284: select pbg.legislation_code
285: from per_business_groups pbg
286: , ota_activity_definitions tad
287: where tad.activity_id = p_activity_id
288: and pbg.business_group_id = tad.business_group_id;
289: --