DBA Data[Home] [Help]

APPS.BEN_PON_BUS dependencies on BEN_PL_TYP_OPT_TYP_F

Line 59: ben_pon_shd.constraint_error('BEN_PL_TYP_OPT_TYP_F_PK');

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

Line 69: ben_pon_shd.constraint_error('BEN_PL_TYP_OPT_TYP_F_PK');

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

Line 115: from ben_pl_typ_opt_typ_f

111: is
112: l_proc varchar2(72) := g_package||'chk_plan_typ_and_opt_unique';
113: l_dummy char(1);
114: cursor c1 is select null
115: from ben_pl_typ_opt_typ_f
116: where pl_typ_opt_typ_id <> nvl(p_pl_typ_opt_typ_id,-1)
117: and business_group_id + 0 = p_business_group_id
118: and pl_typ_id = p_pl_typ_id
119: and opt_id = p_opt_id

Line 574: ben_pl_typ_opt_typ_f b

570: --
571: cursor csr_leg_code is
572: select a.legislation_code
573: from per_business_groups a,
574: ben_pl_typ_opt_typ_f b
575: where b.pl_typ_opt_typ_id = p_pl_typ_opt_typ_id
576: and a.business_group_id = b.business_group_id;
577: --
578: -- Declare local variables