DBA Data[Home] [Help]

APPS.BEN_ENB_SHD dependencies on BEN_ENRT_BNFT

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

32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_ENRT_BNFT_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;

Line 134: from ben_enrt_bnft

130: ,mx_wout_ctfn_val
131: ,mx_wo_ctfn_flag
132: ,program_update_date
133: ,object_version_number
134: from ben_enrt_bnft
135: where enrt_bnft_id = p_enrt_bnft_id;
136:
137: --
138: l_proc varchar2(72) := g_package||'api_updating';

Line 264: from ben_enrt_bnft

260: ,mx_wout_ctfn_val
261: ,mx_wo_ctfn_flag
262: ,program_update_date
263: ,object_version_number
264: from ben_enrt_bnft
265: where enrt_bnft_id = p_enrt_bnft_id
266: for update nowait;
267: --
268: l_proc varchar2(72) := g_package||'lck';

Line 307: hr_utility.set_message_token('TABLE_NAME', 'ben_enrt_bnft');

303: -- The object is locked therefore we need to supply a meaningful
304: -- error message.
305: --
306: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
307: hr_utility.set_message_token('TABLE_NAME', 'ben_enrt_bnft');
308: hr_utility.raise_error;
309: End lck;
310: --
311: -- ----------------------------------------------------------------------------