DBA Data[Home] [Help]

APPS.BEN_TUR_INS dependencies on BEN_TBCO_USE_RT_F

Line 68: from ben_tbco_use_rt_f t

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

Line 75: l_created_by ben_tbco_use_rt_f.created_by%TYPE;

71: ben_tur_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_tbco_use_rt_f.created_by%TYPE;
76: l_creation_date ben_tbco_use_rt_f.creation_date%TYPE;
77: l_last_update_date ben_tbco_use_rt_f.last_update_date%TYPE;
78: l_last_updated_by ben_tbco_use_rt_f.last_updated_by%TYPE;
79: l_last_update_login ben_tbco_use_rt_f.last_update_login%TYPE;

Line 76: l_creation_date ben_tbco_use_rt_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_tbco_use_rt_f.created_by%TYPE;
76: l_creation_date ben_tbco_use_rt_f.creation_date%TYPE;
77: l_last_update_date ben_tbco_use_rt_f.last_update_date%TYPE;
78: l_last_updated_by ben_tbco_use_rt_f.last_updated_by%TYPE;
79: l_last_update_login ben_tbco_use_rt_f.last_update_login%TYPE;
80: --

Line 77: l_last_update_date ben_tbco_use_rt_f.last_update_date%TYPE;

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

Line 78: l_last_updated_by ben_tbco_use_rt_f.last_updated_by%TYPE;

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

Line 79: l_last_update_login ben_tbco_use_rt_f.last_update_login%TYPE;

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

Line 88: (p_base_table_name => 'ben_tbco_use_rt_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_tbco_use_rt_f',
89: p_base_key_column => 'tbco_use_rt_id',
90: p_base_key_value => p_rec.tbco_use_rt_id);
91: --
92: -- Set the effective start and end dates to the corresponding

Line 130: -- Insert the row into: ben_tbco_use_rt_f

126: End If;
127: --
128: ben_tur_shd.g_api_dml := true; -- Set the api dml status
129: --
130: -- Insert the row into: ben_tbco_use_rt_f
131: --
132: insert into ben_tbco_use_rt_f
133: ( tbco_use_rt_id,
134: effective_start_date,

Line 132: insert into ben_tbco_use_rt_f

128: ben_tur_shd.g_api_dml := true; -- Set the api dml status
129: --
130: -- Insert the row into: ben_tbco_use_rt_f
131: --
132: insert into ben_tbco_use_rt_f
133: ( tbco_use_rt_id,
134: effective_start_date,
135: effective_end_date,
136: business_group_id,

Line 317: cursor c1 is select ben_tbco_use_rt_f_s.nextval

313: p_validation_start_date in date,
314: p_validation_end_date in date) is
315: --
316: l_proc varchar2(72) := g_package||'pre_insert';
317: cursor c1 is select ben_tbco_use_rt_f_s.nextval
318: from sys.dual;
319: --
320: --
321: --

Line 435: (p_module_name => 'ben_tbco_use_rt_f'

431: --
432: when hr_api.cannot_find_prog_unit then
433: --
434: hr_api.cannot_find_prog_unit_error
435: (p_module_name => 'ben_tbco_use_rt_f'
436: ,p_hook_type => 'AI');
437: --
438: end;
439: --

Line 503: p_base_table_name => 'ben_tbco_use_rt_f',

499: --
500: dt_api.validate_dt_mode
501: (p_effective_date => p_effective_date,
502: p_datetrack_mode => p_datetrack_mode,
503: p_base_table_name => 'ben_tbco_use_rt_f',
504: p_base_key_column => 'tbco_use_rt_id',
505: p_base_key_value => p_rec.tbco_use_rt_id,
506: p_parent_table_name1 => 'ben_vrbl_rt_prfl_f',
507: p_parent_key_column1 => 'vrbl_rt_prfl_id',