DBA Data[Home] [Help]

APPS.PER_GRS_DEL dependencies on PER_CAGR_GRADE_STRUCTURES

Line 60: -- Delete the per_cagr_grade_structures row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_grs_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_cagr_grade_structures row.
61: --
62: delete from per_cagr_grade_structures
63: where cagr_grade_structure_id = p_rec.cagr_grade_structure_id;
64: --

Line 62: delete from per_cagr_grade_structures

58: per_grs_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_cagr_grade_structures row.
61: --
62: delete from per_cagr_grade_structures
63: where cagr_grade_structure_id = p_rec.cagr_grade_structure_id;
64: --
65: per_grs_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 204: (p_module_name => 'per_cagr_grade_structures'

200: --
201: when hr_api.cannot_find_prog_unit then
202: --
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'per_cagr_grade_structures'
205: ,p_hook_type => 'AD');
206: --
207: end;
208: --