DBA Data[Home] [Help]

APPS.PER_GRS_INS dependencies on PER_CAGR_GRADE_STRUCTURES

Line 63: -- Insert the row into: per_cagr_grade_structures

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

Line 65: insert into per_cagr_grade_structures

61: per_grs_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_cagr_grade_structures
64: --
65: insert into per_cagr_grade_structures
66: ( cagr_grade_structure_id,
67: collective_agreement_id,
68: object_version_number,
69: id_flex_num,

Line 189: Cursor C_Sel1 is select per_cagr_grade_structures_s.nextval from sys.dual;

185: ) is
186: --
187: l_proc varchar2(72) := g_package||'pre_insert';
188: --
189: Cursor C_Sel1 is select per_cagr_grade_structures_s.nextval from sys.dual;
190: --
191: Begin
192: hr_utility.set_location('Entering:'||l_proc, 5);
193: --

Line 285: (p_module_name => 'per_cagr_grade_structures'

281: --
282: when hr_api.cannot_find_prog_unit then
283: --
284: hr_api.cannot_find_prog_unit_error
285: (p_module_name => 'per_cagr_grade_structures'
286: ,p_hook_type => 'AI');
287: --
288: end;
289: --