DBA Data[Home] [Help]

APPS.OTA_LPC_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_lp_sections lpc
33: where lpc.learning_path_section_id = p_learning_path_section_id
34: and pbg.business_group_id = lpc.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_lp_sections lpc
103: where lpc.learning_path_section_id = p_learning_path_section_id
104: and pbg.business_group_id = lpc.business_group_id;
105: --