DBA Data[Home] [Help]

APPS.BEN_JRT_INS dependencies on BEN_JOB_RT_F

Line 91: from ben_job_rt_f t

87: --
88: Cursor C_Sel1 Is
89: select t.created_by,
90: t.creation_date
91: from ben_job_rt_f t
92: where t.job_rt_id = p_rec.job_rt_id
93: and t.effective_start_date =
94: ben_jrt_shd.g_old_rec.effective_start_date
95: and t.effective_end_date = (p_validation_start_date - 1);

Line 98: l_created_by ben_job_rt_f.created_by%TYPE;

94: ben_jrt_shd.g_old_rec.effective_start_date
95: and t.effective_end_date = (p_validation_start_date - 1);
96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by ben_job_rt_f.created_by%TYPE;
99: l_creation_date ben_job_rt_f.creation_date%TYPE;
100: l_last_update_date ben_job_rt_f.last_update_date%TYPE;
101: l_last_updated_by ben_job_rt_f.last_updated_by%TYPE;
102: l_last_update_login ben_job_rt_f.last_update_login%TYPE;

Line 99: l_creation_date ben_job_rt_f.creation_date%TYPE;

95: and t.effective_end_date = (p_validation_start_date - 1);
96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by ben_job_rt_f.created_by%TYPE;
99: l_creation_date ben_job_rt_f.creation_date%TYPE;
100: l_last_update_date ben_job_rt_f.last_update_date%TYPE;
101: l_last_updated_by ben_job_rt_f.last_updated_by%TYPE;
102: l_last_update_login ben_job_rt_f.last_update_login%TYPE;
103: --

Line 100: l_last_update_date ben_job_rt_f.last_update_date%TYPE;

96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by ben_job_rt_f.created_by%TYPE;
99: l_creation_date ben_job_rt_f.creation_date%TYPE;
100: l_last_update_date ben_job_rt_f.last_update_date%TYPE;
101: l_last_updated_by ben_job_rt_f.last_updated_by%TYPE;
102: l_last_update_login ben_job_rt_f.last_update_login%TYPE;
103: --
104: Begin

Line 101: l_last_updated_by ben_job_rt_f.last_updated_by%TYPE;

97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by ben_job_rt_f.created_by%TYPE;
99: l_creation_date ben_job_rt_f.creation_date%TYPE;
100: l_last_update_date ben_job_rt_f.last_update_date%TYPE;
101: l_last_updated_by ben_job_rt_f.last_updated_by%TYPE;
102: l_last_update_login ben_job_rt_f.last_update_login%TYPE;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);

Line 102: l_last_update_login ben_job_rt_f.last_update_login%TYPE;

98: l_created_by ben_job_rt_f.created_by%TYPE;
99: l_creation_date ben_job_rt_f.creation_date%TYPE;
100: l_last_update_date ben_job_rt_f.last_update_date%TYPE;
101: l_last_updated_by ben_job_rt_f.last_updated_by%TYPE;
102: l_last_update_login ben_job_rt_f.last_update_login%TYPE;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --

Line 111: (p_base_table_name => 'ben_job_rt_f'

107: -- Get the object version number for the insert
108: --
109: p_rec.object_version_number :=
110: dt_api.get_object_version_number
111: (p_base_table_name => 'ben_job_rt_f'
112: ,p_base_key_column => 'job_rt_id'
113: ,p_base_key_value => p_rec.job_rt_id
114: );
115: --

Line 154: -- Insert the row into: ben_job_rt_f

150: End If;
151: --
152: --
153: --
154: -- Insert the row into: ben_job_rt_f
155: --
156: insert into ben_job_rt_f
157: (job_rt_id
158: ,effective_start_date

Line 156: insert into ben_job_rt_f

152: --
153: --
154: -- Insert the row into: ben_job_rt_f
155: --
156: insert into ben_job_rt_f
157: (job_rt_id
158: ,effective_start_date
159: ,effective_end_date
160: ,job_id

Line 344: Cursor C_Sel1 is select ben_job_rt_f_s.nextval from sys.dual;

340: ,p_validation_start_date in date
341: ,p_validation_end_date in date
342: ) is
343: --
344: Cursor C_Sel1 is select ben_job_rt_f_s.nextval from sys.dual;
345: --
346: Cursor C_Sel2 is
347: Select null
348: from ben_job_rt_f

Line 348: from ben_job_rt_f

344: Cursor C_Sel1 is select ben_job_rt_f_s.nextval from sys.dual;
345: --
346: Cursor C_Sel2 is
347: Select null
348: from ben_job_rt_f
349: where job_rt_id =
350: ben_jrt_ins.g_job_rt_id_i;
351: --
352: l_proc varchar2(72) := g_package||'pre_insert';

Line 370: fnd_message.set_token('TABLE_NAME','ben_job_rt_f');

366: --
367: -- The primary key values are already in use.
368: --
369: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
370: fnd_message.set_token('TABLE_NAME','ben_job_rt_f');
371: fnd_message.raise_error;
372: End If;
373: Close C_Sel2;
374: --

Line 536: (p_module_name => 'BEN_JOB_RT_F'

532: --
533: when hr_api.cannot_find_prog_unit then
534: --
535: hr_api.cannot_find_prog_unit_error
536: (p_module_name => 'BEN_JOB_RT_F'
537: ,p_hook_type => 'AI');
538: --
539: end;
540: --

Line 601: ,p_base_table_name => 'ben_job_rt_f'

597: --
598: dt_api.validate_dt_mode
599: (p_effective_date => p_effective_date
600: ,p_datetrack_mode => p_datetrack_mode
601: ,p_base_table_name => 'ben_job_rt_f'
602: ,p_base_key_column => 'job_rt_id'
603: ,p_base_key_value => p_rec.job_rt_id
604: ,p_parent_table_name1 => 'ben_vrbl_rt_prfl_f'
605: ,p_parent_key_column1 => 'vrbl_rt_prfl_id'