DBA Data[Home] [Help]

APPS.BEN_LBR_SHD dependencies on BEN_LER_BNFT_RSTRN_F

Line 36: If (p_constraint_name = 'BEN_LER_BNFT_RSTRN_F_FK1') Then

32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_LER_BNFT_RSTRN_F_FK1') Then
37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;

Line 41: ElsIf (p_constraint_name = 'BEN_LER_BNFT_RSTRN_F_PK') Then

37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;
41: ElsIf (p_constraint_name = 'BEN_LER_BNFT_RSTRN_F_PK') Then
42: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
43: hr_utility.set_message_token('PROCEDURE', l_proc);
44: hr_utility.set_message_token('STEP','10');
45: hr_utility.raise_error;

Line 128: from ben_ler_bnft_rstrn_f

124: lbr_attribute30,
125: susp_if_ctfn_not_prvd_flag,
126: ctfn_determine_cd,
127: object_version_number
128: from ben_ler_bnft_rstrn_f
129: where ler_bnft_rstrn_id = p_ler_bnft_rstrn_id
130: and p_effective_date
131: between effective_start_date and effective_end_date;
132: --

Line 203: from ben_ler_bnft_rstrn_f t

199: --
200: Cursor C_Sel1 Is
201: select t.ler_id,
202: t.pl_id
203: from ben_ler_bnft_rstrn_f t
204: where t.ler_bnft_rstrn_id = p_base_key_value
205: and p_effective_date
206: between t.effective_start_date and t.effective_end_date;
207: --

Line 226: p_base_table_name => 'ben_ler_bnft_rstrn_f',

222: -- Call the corresponding datetrack api
223: --
224: dt_api.find_dt_del_modes
225: (p_effective_date => p_effective_date,
226: p_base_table_name => 'ben_ler_bnft_rstrn_f',
227: p_base_key_column => 'ler_bnft_rstrn_id',
228: p_base_key_value => p_base_key_value,
229: p_parent_table_name1 => 'ben_ler_f',
230: p_parent_key_column1 => 'ler_id',

Line 263: p_base_table_name => 'ben_ler_bnft_rstrn_f',

259: -- Call the corresponding datetrack api
260: --
261: dt_api.find_dt_upd_modes
262: (p_effective_date => p_effective_date,
263: p_base_table_name => 'ben_ler_bnft_rstrn_f',
264: p_base_key_column => 'ler_bnft_rstrn_id',
265: p_base_key_value => p_base_key_value,
266: p_correction => p_correction,
267: p_update => p_update,

Line 296: (p_base_table_name => 'ben_ler_bnft_rstrn_f',

292: -- version number.
293: --
294: l_object_version_number :=
295: dt_api.get_object_version_number
296: (p_base_table_name => 'ben_ler_bnft_rstrn_f',
297: p_base_key_column => 'ler_bnft_rstrn_id',
298: p_base_key_value => p_base_key_value);
299: --
300: hr_utility.set_location(l_proc, 10);

Line 306: update ben_ler_bnft_rstrn_f t

302: --
303: -- Update the specified datetrack row setting the effective
304: -- end date to the specified new effective end date.
305: --
306: update ben_ler_bnft_rstrn_f t
307: set t.effective_end_date = p_new_effective_end_date,
308: t.object_version_number = l_object_version_number
309: where t.ler_bnft_rstrn_id = p_base_key_value
310: and p_effective_date

Line 403: from ben_ler_bnft_rstrn_f

399: lbr_attribute30,
400: susp_if_ctfn_not_prvd_flag,
401: ctfn_determine_cd,
402: object_version_number
403: from ben_ler_bnft_rstrn_f
404: where ler_bnft_rstrn_id = p_ler_bnft_rstrn_id
405: and p_effective_date
406: between effective_start_date and effective_end_date
407: for update nowait;

Line 462: p_base_table_name => 'ben_ler_bnft_rstrn_f',

458: --
459: dt_api.validate_dt_mode
460: (p_effective_date => p_effective_date,
461: p_datetrack_mode => p_datetrack_mode,
462: p_base_table_name => 'ben_ler_bnft_rstrn_f',
463: p_base_key_column => 'ler_bnft_rstrn_id',
464: p_base_key_value => p_ler_bnft_rstrn_id,
465: p_parent_table_name1 => 'ben_ler_f',
466: p_parent_key_column1 => 'ler_id',

Line 504: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');

500: -- The object is locked therefore we need to supply a meaningful
501: -- error message.
502: --
503: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
504: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');
505: hr_utility.raise_error;
506: When l_object_invalid then
507: --
508: -- The object doesn't exist or is invalid

Line 511: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');

507: --
508: -- The object doesn't exist or is invalid
509: --
510: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
511: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');
512: hr_utility.raise_error;
513: End lck;
514: --
515: -- ----------------------------------------------------------------------------