DBA Data[Home] [Help]

APPS.BEN_ENT_BUS dependencies on BEN_ENRLD_ANTHR_PTIP_RT_F

Line 59: ben_ent_shd.constraint_error('BEN_enrld_anthr_ptip_rt_F_PK');

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

Line 69: ben_ent_shd.constraint_error('BEN_enrld_anthr_ptip_rt_F_PK');

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

Line 129: from ben_enrld_anthr_ptip_rt_f

125: l_exists varchar2(1);
126: --
127: cursor c_dup is
128: select null
129: from ben_enrld_anthr_ptip_rt_f
130: where ptip_id = p_ptip_id
131: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
132: and enrl_det_dt_cd = p_enrl_det_dt_cd
133: and enrld_anthr_ptip_rt_id <> nvl(p_enrld_anthr_ptip_rt_id,hr_api.g_number)

Line 430: from ben_enrld_anthr_ptip_rt_f

426: is
427: l_proc varchar2(72) := g_package||' chk_duplicate_ordr_num ';
428: l_dummy char(1);
429: cursor c1 is select null
430: from ben_enrld_anthr_ptip_rt_f
431: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
432: -- changed against bug: 5113011
433: and enrld_anthr_ptip_rt_id <> nvl(p_enrld_anthr_ptip_rt_id ,-1)
434: -- and ptip_id <> nvl(p_ptip_id ,-1)

Line 861: ben_enrld_anthr_ptip_rt_f b

857: --
858: cursor csr_leg_code is
859: select a.legislation_code
860: from per_business_groups a,
861: ben_enrld_anthr_ptip_rt_f b
862: where b.enrld_anthr_ptip_rt_id = p_enrld_anthr_ptip_rt_id
863: and a.business_group_id = b.business_group_id;
864: --
865: -- Declare local variables