DBA Data[Home] [Help]

APPS.BEN_ADS_BUS dependencies on BEN_ACTY_RT_DED_SCHED_F

Line 59: ben_ads_shd.constraint_error('BEN_ACTY_RT_DED_SCHED_F_PK');

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

Line 69: ben_ads_shd.constraint_error('BEN_ACTY_RT_DED_SCHED_F_PK');

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

Line 146: ben_ads_shd.constraint_error('BEN_ACTY_RT_DED_SCHED_FK2');

142: --
143: -- raise error as FK does not relate to PK in ben_ded_sched_py_freq
144: -- table.
145: --
146: ben_ads_shd.constraint_error('BEN_ACTY_RT_DED_SCHED_FK2');
147: --
148: end if;
149: --
150: close c1;

Line 735: ben_acty_rt_ded_sched_f b

731: --
732: cursor csr_leg_code is
733: select a.legislation_code
734: from per_business_groups a,
735: ben_acty_rt_ded_sched_f b
736: where b.acty_rt_ded_sched_id = p_acty_rt_ded_sched_id
737: and a.business_group_id = b.business_group_id;
738: --
739: -- Declare local variables