DBA Data[Home] [Help]

APPS.OTA_LPS_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_learning_paths lps
33: where lps.learning_path_id = p_learning_path_id
34: and pbg.business_group_id = lps.business_group_id;
35: --

Line 101: from per_business_groups_perf pbg

97: -- Declare cursor
98: --
99: cursor csr_leg_code is
100: select pbg.legislation_code
101: from per_business_groups_perf pbg
102: , ota_learning_paths lps
103: where lps.learning_path_id = p_learning_path_id
104: and pbg.business_group_id = lps.business_group_id;
105: --