DBA Data[Home] [Help]

APPS.BEN_ETW_BUS dependencies on BEN_ELIG_PER_WV_PL_TYP_F

Line 59: ben_etw_shd.constraint_error('BEN_ELIG_PER_WV_PL_TYP_F_PK');

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

Line 69: ben_etw_shd.constraint_error('BEN_ELIG_PER_WV_PL_TYP_F_PK');

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

Line 641: ben_elig_per_wv_pl_typ_f b

637: --
638: cursor csr_leg_code is
639: select a.legislation_code
640: from per_business_groups a,
641: ben_elig_per_wv_pl_typ_f b
642: where b.elig_per_wv_pl_typ_id = p_elig_per_wv_pl_typ_id
643: and a.business_group_id = b.business_group_id;
644: --
645: -- Declare local variables