DBA Data[Home] [Help]

APPS.OTA_LPE_INS dependencies on OTA_LP_ENROLLMENTS

Line 87: -- Insert the row into: ota_lp_enrollments

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: ota_lp_enrollments
88: --
89: insert into ota_lp_enrollments
90: (lp_enrollment_id
91: ,learning_path_id

Line 89: insert into ota_lp_enrollments

85: --
86: --
87: -- Insert the row into: ota_lp_enrollments
88: --
89: insert into ota_lp_enrollments
90: (lp_enrollment_id
91: ,learning_path_id
92: ,person_id
93: ,contact_id

Line 249: Cursor C_Sel1 is select ota_lp_enrollments_s.nextval from sys.dual;

245: Procedure pre_insert
246: (p_rec in out nocopy ota_lpe_shd.g_rec_type
247: ) is
248: --
249: Cursor C_Sel1 is select ota_lp_enrollments_s.nextval from sys.dual;
250: --
251: Cursor C_Sel2 is
252: Select null
253: from ota_lp_enrollments

Line 253: from ota_lp_enrollments

249: Cursor C_Sel1 is select ota_lp_enrollments_s.nextval from sys.dual;
250: --
251: Cursor C_Sel2 is
252: Select null
253: from ota_lp_enrollments
254: where lp_enrollment_id =
255: ota_lpe_ins.g_lp_enrollment_id_i;
256: --
257: l_proc varchar2(72) := g_package||'pre_insert';

Line 275: fnd_message.set_token('TABLE_NAME','ota_lp_enrollments');

271: --
272: -- The primary key values are already in use.
273: --
274: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
275: fnd_message.set_token('TABLE_NAME','ota_lp_enrollments');
276: fnd_message.raise_error;
277: End If;
278: Close C_Sel2;
279: --

Line 442: (p_module_name => 'OTA_LP_ENROLLMENTS'

438: --
439: when hr_api.cannot_find_prog_unit then
440: --
441: hr_api.cannot_find_prog_unit_error
442: (p_module_name => 'OTA_LP_ENROLLMENTS'
443: ,p_hook_type => 'AI');
444: --
445: end;
446: --