DBA Data[Home] [Help]

APPS.BEN_EGL_INS dependencies on BEN_ELIGY_CRITERIA

Line 63: -- Insert the row into: ben_eligy_criteria

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

Line 65: insert into ben_eligy_criteria

61: ben_egl_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_eligy_criteria
64: --
65: insert into ben_eligy_criteria
66: (
67: eligy_criteria_id,
68: name,
69: short_code,

Line 260: Cursor C_Sel1 is select ben_eligy_criteria_s.nextval from sys.dual;

256: Procedure pre_insert(p_rec in out nocopy ben_egl_shd.g_rec_type) is
257: --
258: l_proc varchar2(72) := g_package||'pre_insert';
259: --
260: Cursor C_Sel1 is select ben_eligy_criteria_s.nextval from sys.dual;
261: --
262: Begin
263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --

Line 311: l_eligy_criteria_id ben_eligy_criteria.eligy_criteria_id%TYPE;

307: Procedure post_insert(p_rec in ben_egl_shd.g_rec_type
308: ,p_effective_date in date) is
309: --
310: l_proc varchar2(72) := g_package||'post_insert';
311: l_eligy_criteria_id ben_eligy_criteria.eligy_criteria_id%TYPE;
312: --
313: Begin
314:
315: hr_utility.set_location('Entering:'||l_proc, 5);

Line 395: (p_module_name => 'ben_eligy_criteria'

391: --
392: when hr_api.cannot_find_prog_unit then
393: --
394: hr_api.cannot_find_prog_unit_error
395: (p_module_name => 'ben_eligy_criteria'
396: ,p_hook_type => 'AI');
397: --
398: end;
399: --