DBA Data[Home] [Help]

APPS.BEN_BEC_SHD dependencies on BEN_BATCH_ELCTBL_CHC_INFO

Line 46: ElsIf (p_constraint_name = 'BEN_BATCH_ELCTBL_CHC_INFO_FK1') 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;
46: ElsIf (p_constraint_name = 'BEN_BATCH_ELCTBL_CHC_INFO_FK1') Then
47: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
48: hr_utility.set_message_token('PROCEDURE', l_proc);
49: hr_utility.set_message_token('STEP','15');
50: hr_utility.raise_error;

Line 51: ElsIf (p_constraint_name = 'BEN_BATCH_ELCTBL_CHC_INFO_FK2') Then

47: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
48: hr_utility.set_message_token('PROCEDURE', l_proc);
49: hr_utility.set_message_token('STEP','15');
50: hr_utility.raise_error;
51: ElsIf (p_constraint_name = 'BEN_BATCH_ELCTBL_CHC_INFO_FK2') Then
52: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
53: hr_utility.set_message_token('PROCEDURE', l_proc);
54: hr_utility.set_message_token('STEP','20');
55: hr_utility.raise_error;

Line 56: ElsIf (p_constraint_name = 'BEN_BATCH_ELCTBL_CHC_INFO_PK') Then

52: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
53: hr_utility.set_message_token('PROCEDURE', l_proc);
54: hr_utility.set_message_token('STEP','20');
55: hr_utility.raise_error;
56: ElsIf (p_constraint_name = 'BEN_BATCH_ELCTBL_CHC_INFO_PK') Then
57: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
58: hr_utility.set_message_token('PROCEDURE', l_proc);
59: hr_utility.set_message_token('STEP','25');
60: hr_utility.raise_error;

Line 102: from ben_batch_elctbl_chc_info

98: mndtry_flag,
99: dflt_flag,
100: business_group_id,
101: object_version_number
102: from ben_batch_elctbl_chc_info
103: where batch_elctbl_id = p_batch_elctbl_id;
104: --
105: l_proc varchar2(72) := g_package||'api_updating';
106: l_fct_ret boolean;

Line 188: from ben_batch_elctbl_chc_info

184: mndtry_flag,
185: dflt_flag,
186: business_group_id,
187: object_version_number
188: from ben_batch_elctbl_chc_info
189: where batch_elctbl_id = p_batch_elctbl_id
190: for update nowait;
191: --
192: l_proc varchar2(72) := g_package||'lck';

Line 231: hr_utility.set_message_token('TABLE_NAME', 'ben_batch_elctbl_chc_info');

227: -- The object is locked therefore we need to supply a meaningful
228: -- error message.
229: --
230: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
231: hr_utility.set_message_token('TABLE_NAME', 'ben_batch_elctbl_chc_info');
232: hr_utility.raise_error;
233: End lck;
234: --
235: -- ----------------------------------------------------------------------------