DBA Data[Home] [Help]

APPS.BEN_DOT_BUS dependencies on BEN_DPNT_OTHR_PTIP_RT_F

Line 59: ben_dot_shd.constraint_error('BEN_DPNT_OTHR_PTIP_RT_F_PK');

55: <> ben_dot_shd.g_old_rec.dpnt_othr_ptip_rt_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_dot_shd.constraint_error('BEN_DPNT_OTHR_PTIP_RT_F_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_dot_shd.constraint_error('BEN_DPNT_OTHR_PTIP_RT_F_PK');

65: if p_dpnt_othr_ptip_rt_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_dot_shd.constraint_error('BEN_DPNT_OTHR_PTIP_RT_F_PK');
70: --
71: end if;
72: --
73: end if;

Line 125: from ben_dpnt_othr_ptip_rt_f

121: l_exists varchar2(1);
122: --
123: cursor c_dup is
124: select null
125: from ben_dpnt_othr_ptip_rt_f
126: where ptip_id = p_ptip_id
127: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
128: and dpnt_othr_ptip_rt_id <> nvl(p_dpnt_othr_ptip_rt_id,hr_api.g_number)
129: and business_group_id + 0 = p_business_group_id

Line 277: from ben_dpnt_othr_ptip_rt_f

273: is
274: l_proc varchar2(72) := g_package||' chk_duplicate_ordr_num ';
275: l_dummy char(1);
276: cursor c1 is select null
277: from ben_dpnt_othr_ptip_rt_f
278: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
279: -- changed against bug: 5113011
280: and dpnt_othr_ptip_rt_id <> nvl(p_dpnt_othr_ptip_rt_id ,-1)
281: -- and ptip_id <> nvl(p_ptip_id ,-1)

Line 675: ben_dpnt_othr_ptip_rt_f b

671: --
672: cursor csr_leg_code is
673: select a.legislation_code
674: from per_business_groups a,
675: ben_dpnt_othr_ptip_rt_f b
676: where b.dpnt_othr_ptip_rt_id = p_dpnt_othr_ptip_rt_id
677: and a.business_group_id = b.business_group_id;
678: --
679: -- Declare local variables