DBA Data[Home] [Help]

APPS.PER_SUB_INS dependencies on PER_SUBJECTS_TAKEN

Line 63: -- Insert the row into: per_subjects_taken

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: per_sub_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_subjects_taken
64: --
65: insert into per_subjects_taken
66: ( subjects_taken_id,
67: start_date,

Line 65: insert into per_subjects_taken

61: per_sub_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_subjects_taken
64: --
65: insert into per_subjects_taken
66: ( subjects_taken_id,
67: start_date,
68: major,
69: subject_status,

Line 238: Cursor C_Sel1 is select per_subjects_taken_s.nextval from sys.dual;

234: Procedure pre_insert(p_rec in out nocopy per_sub_shd.g_rec_type) is
235: --
236: l_proc varchar2(72) := g_package||'pre_insert';
237: --
238: Cursor C_Sel1 is select per_subjects_taken_s.nextval from sys.dual;
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);
242: --

Line 354: (p_module_name => 'PER_SUBJECTS_TAKEN'

350: );
351: exception
352: when hr_api.cannot_find_prog_unit then
353: hr_api.cannot_find_prog_unit_error
354: (p_module_name => 'PER_SUBJECTS_TAKEN'
355: ,p_hook_type => 'AI'
356: );
357: end;
358: --