DBA Data[Home] [Help]

APPS.BEN_CRP_BUS dependencies on BEN_CBR_PER_IN_LER

Line 56: ben_crp_shd.constraint_error('BEN_CBR_PER_IN_LER_PK');

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

Line 66: ben_crp_shd.constraint_error('BEN_CBR_PER_IN_LER_PK');

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

Line 139: ben_crp_shd.constraint_error('BEN_CBR_PER_IN_LER_FK1');

135: --
136: -- raise error as FK does not relate to PK in ben_cbr_quald_bnf
137: -- table.
138: --
139: ben_crp_shd.constraint_error('BEN_CBR_PER_IN_LER_FK1');
140: --
141: end if;
142: --
143: close c1;

Line 319: ben_cbr_per_in_ler b

315: --
316: cursor csr_leg_code is
317: select a.legislation_code
318: from per_business_groups a,
319: ben_cbr_per_in_ler b
320: where b.cbr_per_in_ler_id = p_cbr_per_in_ler_id
321: and a.business_group_id = b.business_group_id;
322: --
323: -- Declare local variables