DBA Data[Home] [Help]

APPS.BEN_EPS_INS dependencies on BEN_ELIG_PSTN_PRTE_F

Line 91: from ben_elig_pstn_prte_f t

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

Line 98: l_created_by ben_elig_pstn_prte_f.created_by%TYPE;

94: ben_eps_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_elig_pstn_prte_f.created_by%TYPE;
99: l_creation_date ben_elig_pstn_prte_f.creation_date%TYPE;
100: l_last_update_date ben_elig_pstn_prte_f.last_update_date%TYPE;
101: l_last_updated_by ben_elig_pstn_prte_f.last_updated_by%TYPE;
102: l_last_update_login ben_elig_pstn_prte_f.last_update_login%TYPE;

Line 99: l_creation_date ben_elig_pstn_prte_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_elig_pstn_prte_f.created_by%TYPE;
99: l_creation_date ben_elig_pstn_prte_f.creation_date%TYPE;
100: l_last_update_date ben_elig_pstn_prte_f.last_update_date%TYPE;
101: l_last_updated_by ben_elig_pstn_prte_f.last_updated_by%TYPE;
102: l_last_update_login ben_elig_pstn_prte_f.last_update_login%TYPE;
103: --

Line 100: l_last_update_date ben_elig_pstn_prte_f.last_update_date%TYPE;

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

Line 101: l_last_updated_by ben_elig_pstn_prte_f.last_updated_by%TYPE;

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

Line 102: l_last_update_login ben_elig_pstn_prte_f.last_update_login%TYPE;

98: l_created_by ben_elig_pstn_prte_f.created_by%TYPE;
99: l_creation_date ben_elig_pstn_prte_f.creation_date%TYPE;
100: l_last_update_date ben_elig_pstn_prte_f.last_update_date%TYPE;
101: l_last_updated_by ben_elig_pstn_prte_f.last_updated_by%TYPE;
102: l_last_update_login ben_elig_pstn_prte_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_elig_pstn_prte_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_elig_pstn_prte_f',
112: p_base_key_column => 'elig_pstn_prte_id',
113: p_base_key_value => p_rec.elig_pstn_prte_id);
114: --
115: -- Set the effective start and end dates to the corresponding

Line 153: -- Insert the row into: ben_elig_pstn_prte_f

149: End If;
150: --
151: ben_eps_shd.g_api_dml := true; -- Set the api dml status
152: --
153: -- Insert the row into: ben_elig_pstn_prte_f
154: --
155: insert into ben_elig_pstn_prte_f
156: ( elig_pstn_prte_id,
157: effective_start_date,

Line 155: insert into ben_elig_pstn_prte_f

151: ben_eps_shd.g_api_dml := true; -- Set the api dml status
152: --
153: -- Insert the row into: ben_elig_pstn_prte_f
154: --
155: insert into ben_elig_pstn_prte_f
156: ( elig_pstn_prte_id,
157: effective_start_date,
158: effective_end_date,
159: excld_flag,

Line 344: select BEN_ELIG_pstn_prte_F_S.nextval

340: p_validation_start_date in date,
341: p_validation_end_date in date) is
342: --
343: cursor c1 is
344: select BEN_ELIG_pstn_prte_F_S.nextval
345: from sys.dual;
346: --
347: --
348: Cursor C_Sel2 is

Line 350: from ben_elig_pstn_prte_f

346: --
347: --
348: Cursor C_Sel2 is
349: Select null
350: from ben_elig_pstn_prte_f
351: where elig_pstn_prte_id = ben_eps_ins.g_elig_pstn_prte_id_i;
352: --
353: l_proc varchar2(72) := g_package||'pre_insert';
354: l_exists varchar2(1);

Line 371: fnd_message.set_token('TABLE_NAME','ben_elig_pstn_prte_f');

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

Line 497: (p_module_name => 'ben_elig_pstn_prte_f'

493: --
494: when hr_api.cannot_find_prog_unit then
495: --
496: hr_api.cannot_find_prog_unit_error
497: (p_module_name => 'ben_elig_pstn_prte_f'
498: ,p_hook_type => 'AI');
499: --
500: end;
501: --

Line 565: p_base_table_name => 'ben_elig_pstn_prte_f',

561: --
562: dt_api.validate_dt_mode
563: (p_effective_date => p_effective_date,
564: p_datetrack_mode => p_datetrack_mode,
565: p_base_table_name => 'ben_elig_pstn_prte_f',
566: p_base_key_column => 'elig_pstn_prte_id',
567: p_base_key_value => p_rec.elig_pstn_prte_id,
568: p_enforce_foreign_locking => true,
569: p_validation_start_date => l_validation_start_date,