DBA Data[Home] [Help]

APPS.BEN_DPNT_EDC_INS dependencies on BEN_DPNT_ELIGY_CRIT_VALUES_F

Line 69: from ben_dpnt_eligy_crit_values_f t

65: --
66: Cursor C_sel1 is
67: Select t.created_by,
68: t.creation_date
69: from ben_dpnt_eligy_crit_values_f t
70: where t.dpnt_eligy_crit_values_id = p_rec.dpnt_eligy_crit_values_id
71: and t.effective_start_date = ben_dpnt_edc_shd.g_old_rec.effective_start_date
72: and t.effective_end_date = (p_validation_start_date - 1);
73: --

Line 75: l_created_by ben_dpnt_eligy_crit_values_f.created_by%TYPE;

71: and t.effective_start_date = ben_dpnt_edc_shd.g_old_rec.effective_start_date
72: and t.effective_end_date = (p_validation_start_date - 1);
73: --
74: l_proc varchar2(72) := g_package||'dt_insert_dml';
75: l_created_by ben_dpnt_eligy_crit_values_f.created_by%TYPE;
76: l_creation_date ben_dpnt_eligy_crit_values_f.creation_date%TYPE;
77: l_last_update_date ben_dpnt_eligy_crit_values_f.last_update_date%TYPE;
78: l_last_updated_by ben_dpnt_eligy_crit_values_f.last_updated_by%TYPE;
79: l_last_update_login ben_dpnt_eligy_crit_values_f.last_update_login%TYPE;

Line 76: l_creation_date ben_dpnt_eligy_crit_values_f.creation_date%TYPE;

72: and t.effective_end_date = (p_validation_start_date - 1);
73: --
74: l_proc varchar2(72) := g_package||'dt_insert_dml';
75: l_created_by ben_dpnt_eligy_crit_values_f.created_by%TYPE;
76: l_creation_date ben_dpnt_eligy_crit_values_f.creation_date%TYPE;
77: l_last_update_date ben_dpnt_eligy_crit_values_f.last_update_date%TYPE;
78: l_last_updated_by ben_dpnt_eligy_crit_values_f.last_updated_by%TYPE;
79: l_last_update_login ben_dpnt_eligy_crit_values_f.last_update_login%TYPE;
80: --

Line 77: l_last_update_date ben_dpnt_eligy_crit_values_f.last_update_date%TYPE;

73: --
74: l_proc varchar2(72) := g_package||'dt_insert_dml';
75: l_created_by ben_dpnt_eligy_crit_values_f.created_by%TYPE;
76: l_creation_date ben_dpnt_eligy_crit_values_f.creation_date%TYPE;
77: l_last_update_date ben_dpnt_eligy_crit_values_f.last_update_date%TYPE;
78: l_last_updated_by ben_dpnt_eligy_crit_values_f.last_updated_by%TYPE;
79: l_last_update_login ben_dpnt_eligy_crit_values_f.last_update_login%TYPE;
80: --
81: Begin

Line 78: l_last_updated_by ben_dpnt_eligy_crit_values_f.last_updated_by%TYPE;

74: l_proc varchar2(72) := g_package||'dt_insert_dml';
75: l_created_by ben_dpnt_eligy_crit_values_f.created_by%TYPE;
76: l_creation_date ben_dpnt_eligy_crit_values_f.creation_date%TYPE;
77: l_last_update_date ben_dpnt_eligy_crit_values_f.last_update_date%TYPE;
78: l_last_updated_by ben_dpnt_eligy_crit_values_f.last_updated_by%TYPE;
79: l_last_update_login ben_dpnt_eligy_crit_values_f.last_update_login%TYPE;
80: --
81: Begin
82: hr_utility.set_location('Entering :'||l_proc,10);

Line 79: l_last_update_login ben_dpnt_eligy_crit_values_f.last_update_login%TYPE;

75: l_created_by ben_dpnt_eligy_crit_values_f.created_by%TYPE;
76: l_creation_date ben_dpnt_eligy_crit_values_f.creation_date%TYPE;
77: l_last_update_date ben_dpnt_eligy_crit_values_f.last_update_date%TYPE;
78: l_last_updated_by ben_dpnt_eligy_crit_values_f.last_updated_by%TYPE;
79: l_last_update_login ben_dpnt_eligy_crit_values_f.last_update_login%TYPE;
80: --
81: Begin
82: hr_utility.set_location('Entering :'||l_proc,10);
83: --

Line 88: (p_base_table_name => 'ben_dpnt_eligy_crit_values_f',

84: -- Get the object version number for the insert
85: --
86: p_rec.object_version_number :=
87: dt_api.get_object_version_number
88: (p_base_table_name => 'ben_dpnt_eligy_crit_values_f',
89: p_base_key_column => 'dpnt_eligy_crit_values_id',
90: p_base_key_value => p_rec.dpnt_eligy_crit_values_id
91: );
92: --

Line 131: -- Insert the row into ben_dpnt_eligy_crit_values_f

127: End If;
128: --
129: ben_dpnt_edc_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into ben_dpnt_eligy_crit_values_f
132: --
133: Insert into ben_dpnt_eligy_crit_values_f
134: (
135: dpnt_eligy_crit_values_id,

Line 133: Insert into ben_dpnt_eligy_crit_values_f

129: ben_dpnt_edc_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into ben_dpnt_eligy_crit_values_f
132: --
133: Insert into ben_dpnt_eligy_crit_values_f
134: (
135: dpnt_eligy_crit_values_id,
136: dpnt_cvg_eligy_prfl_id,
137: eligy_criteria_dpnt_id,

Line 345: Cursor C_Sel1 is select ben_dpnt_eligy_crit_values_f_s.nextval from sys.dual;

341: p_validation_end_date in date) is
342: --
343: l_proc varchar2(72) := g_package||'pre_insert';
344: --
345: Cursor C_Sel1 is select ben_dpnt_eligy_crit_values_f_s.nextval from sys.dual;
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --

Line 474: (p_module_name => 'ben_dpnt_eligy_crit_values_f'

470: --
471: when hr_api.cannot_find_prog_unit then
472: --
473: hr_api.cannot_find_prog_unit_error
474: (p_module_name => 'ben_dpnt_eligy_crit_values_f'
475: ,p_hook_type => 'AI');
476: --
477: end;
478: --

Line 542: p_base_table_name => 'ben_dpnt_eligy_crit_values_f',

538: --
539: dt_api.validate_dt_mode
540: (p_effective_date => p_effective_date,
541: p_datetrack_mode => p_datetrack_mode,
542: p_base_table_name => 'ben_dpnt_eligy_crit_values_f',
543: p_base_key_column => 'dpnt_eligy_crit_values_id',
544: p_base_key_value => p_rec.dpnt_eligy_crit_values_id,
545: -- p_parent_table_name1 => 'ben_eligy_criteria',
546: -- p_parent_key_column1 => 'eligy_criteria_dpnt_id',