DBA Data[Home] [Help]

APPS.BEN_DEC_INS dependencies on BEN_DSGNTR_ENRLD_CVG_F

Line 69: from ben_dsgntr_enrld_cvg_f t

65: --
66: Cursor C_Sel1 Is
67: select t.created_by,
68: t.creation_date
69: from ben_dsgntr_enrld_cvg_f t
70: where t.dsgntr_enrld_cvg_id = p_rec.dsgntr_enrld_cvg_id
71: and t.effective_start_date =
72: ben_dec_shd.g_old_rec.effective_start_date
73: and t.effective_end_date = (p_validation_start_date - 1);

Line 76: l_created_by ben_dsgntr_enrld_cvg_f.created_by%TYPE;

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

Line 77: l_creation_date ben_dsgntr_enrld_cvg_f.creation_date%TYPE;

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

Line 78: l_last_update_date ben_dsgntr_enrld_cvg_f.last_update_date%TYPE;

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

Line 79: l_last_updated_by ben_dsgntr_enrld_cvg_f.last_updated_by%TYPE;

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

Line 80: l_last_update_login ben_dsgntr_enrld_cvg_f.last_update_login%TYPE;

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

Line 89: (p_base_table_name => 'ben_dsgntr_enrld_cvg_f',

85: -- Get the object version number for the insert
86: --
87: p_rec.object_version_number :=
88: dt_api.get_object_version_number
89: (p_base_table_name => 'ben_dsgntr_enrld_cvg_f',
90: p_base_key_column => 'dsgntr_enrld_cvg_id',
91: p_base_key_value => p_rec.dsgntr_enrld_cvg_id);
92: --
93: -- Set the effective start and end dates to the corresponding

Line 131: -- Insert the row into: ben_dsgntr_enrld_cvg_f

127: End If;
128: --
129: ben_dec_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into: ben_dsgntr_enrld_cvg_f
132: --
133: insert into ben_dsgntr_enrld_cvg_f
134: ( dsgntr_enrld_cvg_id,
135: effective_start_date,

Line 133: insert into ben_dsgntr_enrld_cvg_f

129: ben_dec_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into: ben_dsgntr_enrld_cvg_f
132: --
133: insert into ben_dsgntr_enrld_cvg_f
134: ( dsgntr_enrld_cvg_id,
135: effective_start_date,
136: effective_end_date,
137: dsgntr_crntly_enrld_flag,

Line 321: select ben_dsgntr_enrld_cvg_f_s.nextval

317: Begin
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: --
320: --
321: select ben_dsgntr_enrld_cvg_f_s.nextval
322: into p_rec.dsgntr_enrld_cvg_id from sys.dual;
323: --
324: --
325: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 427: (p_module_name => 'ben_dsgntr_enrld_cvg_f'

423: --
424: when hr_api.cannot_find_prog_unit then
425: --
426: hr_api.cannot_find_prog_unit_error
427: (p_module_name => 'ben_dsgntr_enrld_cvg_f'
428: ,p_hook_type => 'AI');
429: --
430: end;
431: --

Line 495: p_base_table_name => 'ben_dsgntr_enrld_cvg_f',

491: --
492: dt_api.validate_dt_mode
493: (p_effective_date => p_effective_date,
494: p_datetrack_mode => p_datetrack_mode,
495: p_base_table_name => 'ben_dsgntr_enrld_cvg_f',
496: p_base_key_column => 'dsgntr_enrld_cvg_id',
497: p_base_key_value => p_rec.dsgntr_enrld_cvg_id,
498: p_enforce_foreign_locking => true,
499: p_validation_start_date => l_validation_start_date,