DBA Data[Home] [Help]

APPS.BEN_CPD_SHD dependencies on BEN_CWB_PL_DSGN

Line 32: If (p_constraint_name = 'BEN_CWB_PL_DSGN_PK') Then

28: l_proc varchar2(72) := g_package||'constraint_error';
29: --
30: Begin
31: --
32: If (p_constraint_name = 'BEN_CWB_PL_DSGN_PK') Then
33: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
34: fnd_message.set_token('PROCEDURE', l_proc);
35: fnd_message.set_token('STEP','5');
36: fnd_message.raise_error;

Line 152: from ben_cwb_pl_dsgn

148: ,ovrid_rt_strt_dt
149: ,do_not_process_flag
150: ,ovr_perf_revw_strt_dt
151: ,object_version_number
152: from ben_cwb_pl_dsgn
153: where pl_id = p_pl_id
154: and lf_evt_ocrd_dt = p_lf_evt_ocrd_dt
155: and oipl_id = p_oipl_id;
156: --

Line 317: from ben_cwb_pl_dsgn

313: ,ovrid_rt_strt_dt
314: ,do_not_process_flag
315: ,ovr_perf_revw_strt_dt
316: ,object_version_number
317: from ben_cwb_pl_dsgn
318: where pl_id = p_pl_id
319: and lf_evt_ocrd_dt = p_lf_evt_ocrd_dt
320: and oipl_id = p_oipl_id
321: for update nowait;

Line 382: fnd_message.set_token('TABLE_NAME', 'ben_cwb_pl_dsgn');

378: -- The object is locked therefore we need to supply a meaningful
379: -- error message.
380: --
381: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
382: fnd_message.set_token('TABLE_NAME', 'ben_cwb_pl_dsgn');
383: fnd_message.raise_error;
384: End lck;
385: --
386: -- ----------------------------------------------------------------------------