DBA Data[Home] [Help]

APPS.OTA_LST_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_lp_sections lpc
34: where lpc.learning_path_section_id = p_learning_path_section_id
35: and pbg.business_group_id = lpc.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_lp_sections lpc
107: where lpc.learning_path_section_id = p_learning_path_section_id
108: and pbg.business_group_id = lpc.business_group_id;
109: --