DBA Data[Home] [Help]

APPS.OTA_LPT_BUS dependencies on OTA_LEARNING_PATHS

Line 33: , ota_learning_paths lps

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: --
37: -- Declare local variables

Line 106: , ota_learning_paths lps

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: --
110: -- Declare local variables

Line 227: ,p_learning_path_id in ota_learning_paths.learning_path_id%TYPE

223: -- ----------------------------------------------------------------------------
224: Procedure insert_validate
225: (p_effective_date in date
226: ,p_rec in ota_lpt_shd.g_rec_type
227: ,p_learning_path_id in ota_learning_paths.learning_path_id%TYPE
228: ) is
229: --
230: l_proc varchar2(72) := g_package||'insert_validate';
231: --