DBA Data[Home] [Help]

APPS.OTA_TSR_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 55: from per_business_groups_perf pbg

51: --
52: cursor csr_sec_grp is
53: select pbg.security_group_id,
54: pbg.legislation_code
55: from per_business_groups_perf pbg
56: , ota_suppliable_resources tsr
57: where tsr.supplied_resource_id = p_supplied_resource_id
58: and pbg.business_group_id = tsr.business_group_id;
59: --

Line 1173: from per_business_groups_perf pbg,

1169: -- Declare cursor
1170: --
1171: cursor csr_leg_code is
1172: select legislation_code
1173: from per_business_groups_perf pbg,
1174: ota_suppliable_resources tsr
1175: where pbg.business_group_id = tsr.business_group_id
1176: and tsr.supplied_resource_id = p_supplied_resource_id;
1177: