DBA Data[Home] [Help]

APPS.BEN_LER_INS dependencies on BEN_LER_F

Line 69: from ben_ler_f t

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

Line 76: l_created_by ben_ler_f.created_by%TYPE;

72: ben_ler_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_ler_f.created_by%TYPE;
77: l_creation_date ben_ler_f.creation_date%TYPE;
78: l_last_update_date ben_ler_f.last_update_date%TYPE;
79: l_last_updated_by ben_ler_f.last_updated_by%TYPE;
80: l_last_update_login ben_ler_f.last_update_login%TYPE;

Line 77: l_creation_date ben_ler_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_ler_f.created_by%TYPE;
77: l_creation_date ben_ler_f.creation_date%TYPE;
78: l_last_update_date ben_ler_f.last_update_date%TYPE;
79: l_last_updated_by ben_ler_f.last_updated_by%TYPE;
80: l_last_update_login ben_ler_f.last_update_login%TYPE;
81: --

Line 78: l_last_update_date ben_ler_f.last_update_date%TYPE;

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

Line 79: l_last_updated_by ben_ler_f.last_updated_by%TYPE;

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

Line 80: l_last_update_login ben_ler_f.last_update_login%TYPE;

76: l_created_by ben_ler_f.created_by%TYPE;
77: l_creation_date ben_ler_f.creation_date%TYPE;
78: l_last_update_date ben_ler_f.last_update_date%TYPE;
79: l_last_updated_by ben_ler_f.last_updated_by%TYPE;
80: l_last_update_login ben_ler_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_ler_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_ler_f',
90: p_base_key_column => 'ler_id',
91: p_base_key_value => p_rec.ler_id);
92: --
93: -- Set the effective start and end dates to the corresponding

Line 131: -- Insert the row into: ben_ler_f

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

Line 133: insert into ben_ler_f

129: ben_ler_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into: ben_ler_f
132: --
133: insert into ben_ler_f
134: ( ler_id,
135: effective_start_date,
136: effective_end_date,
137: name,

Line 264: insert into ben_ler_f_tl (

260: );
261: --
262: -- Insert into translation table.
263: --
264: insert into ben_ler_f_tl (
265: ler_id,
266: effective_start_date,
267: effective_end_date,
268: typ_cd,

Line 297: from ben_ler_f_tl t

293: from fnd_languages l
294: where l.installed_flag in ('I', 'B')
295: and not exists
296: (select null
297: from ben_ler_f_tl t
298: where t.ler_id = p_rec.ler_id
299: and t.effective_start_date = p_rec.effective_start_date
300: and t.language = l.language_code);
301: --

Line 393: Cursor C_Sel1 is select ben_ler_f_s.nextval from sys.dual;

389: p_validation_end_date in date) is
390: --
391: l_proc varchar2(72) := g_package||'pre_insert';
392: --
393: Cursor C_Sel1 is select ben_ler_f_s.nextval from sys.dual;
394: --
395: Begin
396: hr_utility.set_location('Entering:'||l_proc, 5);
397: --

Line 527: (p_module_name => 'ben_ler_f'

523: --
524: when hr_api.cannot_find_prog_unit then
525: --
526: hr_api.cannot_find_prog_unit_error
527: (p_module_name => 'ben_ler_f'
528: ,p_hook_type => 'AI');
529: --
530: end;
531: --

Line 594: p_base_table_name => 'ben_ler_f',

590: --
591: dt_api.validate_dt_mode
592: (p_effective_date => p_effective_date,
593: p_datetrack_mode => p_datetrack_mode,
594: p_base_table_name => 'ben_ler_f',
595: p_base_key_column => 'ler_id',
596: p_base_key_value => p_rec.ler_id,
597: p_parent_table_name1 => 'ff_formulas_f',
598: p_parent_key_column1 => 'formula_id',