DBA Data[Home] [Help]

APPS.OTA_LPT_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 32: from per_business_groups_perf pbg

28: --Modified for Bug#4310348
29: cursor csr_sec_grp is
30: select pbg.security_group_id,
31: pbg.legislation_code
32: from per_business_groups_perf pbg
33: , ota_learning_paths lps
34: where lps.learning_path_id = p_learning_path_id
35: and pbg.business_group_id = lps.business_group_id;
36: --

Line 105: from per_business_groups_perf pbg

101: --
102: --Modified for Bug#4310348
103: cursor csr_leg_code is
104: select pbg.legislation_code
105: from per_business_groups_perf pbg
106: , ota_learning_paths lps
107: where lps.learning_path_id = p_learning_path_id
108: and pbg.business_group_id = lps.business_group_id;
109: --