DBA Data[Home] [Help]

APPS.PER_GRA_INS dependencies on PER_CAGR_GRADES

Line 63: -- Insert the row into: per_cagr_grades

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

Line 65: insert into per_cagr_grades

61: per_gra_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_cagr_grades
64: --
65: insert into per_cagr_grades
66: ( cagr_grade_id,
67: cagr_grade_structure_id,
68: cagr_grade_def_id,
69: sequence,

Line 146: Cursor C_Sel1 is select per_cagr_grades_s.nextval from sys.dual;

142: ,p_effective_date in date) is
143: --
144: l_proc varchar2(72) := g_package||'pre_insert';
145: --
146: Cursor C_Sel1 is select per_cagr_grades_s.nextval from sys.dual;
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --

Line 221: (p_module_name => 'per_cagr_grades'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'per_cagr_grades'
222: ,p_hook_type => 'AI');
223: --
224: end;
225: --