DBA Data[Home] [Help]

APPS.BEN_PRV_BUS dependencies on BEN_PRTT_RT_VAL

Line 56: ben_prv_shd.constraint_error('BEN_PRTT_RT_VAL_PK');

52: <> ben_prv_shd.g_old_rec.prtt_rt_val_id) then
53: --
54: -- raise error as PK has changed
55: --
56: ben_prv_shd.constraint_error('BEN_PRTT_RT_VAL_PK');
57: --
58: elsif not l_api_updating then
59: --
60: -- check if PK is null

Line 66: ben_prv_shd.constraint_error('BEN_PRTT_RT_VAL_PK');

62: if p_prtt_rt_val_id is not null then
63: --
64: -- raise error as PK is not null
65: --
66: ben_prv_shd.constraint_error('BEN_PRTT_RT_VAL_PK');
67: --
68: end if;
69: --
70: end if;

Line 144: ben_prv_shd.constraint_error('BEN_PRTT_RT_VAL_DT1');

140: --
141: -- raise error as FK does not relate to PK in ben_prtt_enrt_rslt_f
142: -- table.
143: --
144: ben_prv_shd.constraint_error('BEN_PRTT_RT_VAL_DT1');
145: --
146: end if;
147: --
148: close c1;

Line 224: ben_prv_shd.constraint_error('BEN_PRTT_RT_VAL_DT2');

220: --
221: -- raise error as FK does not relate to PK in pay_element_entry_values_f
222: -- table.
223: --
224: ben_prv_shd.constraint_error('BEN_PRTT_RT_VAL_DT2');
225: --
226: end if;
227: --
228: close c1;

Line 1829: ben_prtt_rt_val b

1825: --
1826: cursor csr_leg_code is
1827: select a.legislation_code
1828: from per_business_groups a,
1829: ben_prtt_rt_val b
1830: where b.prtt_rt_val_id = p_prtt_rt_val_id
1831: and a.business_group_id = b.business_group_id;
1832: --
1833: -- Declare local variables