DBA Data[Home] [Help]

APPS.BEN_CRD_BUS dependencies on BEN_CRT_ORDR_CVRD_PER

Line 56: ben_crd_shd.constraint_error('BEN_CRT_ORDR_CVRD_PER_PK');

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

Line 66: ben_crd_shd.constraint_error('BEN_CRT_ORDR_CVRD_PER_PK');

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

Line 144: ben_crd_shd.constraint_error('BEN_CRT_ORDR_CVRD_PER_DT1');

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

Line 220: ben_crd_shd.constraint_error('BEN_CRT_ORDR_CVRD_PER_FK1');

216: --
217: -- raise error as FK does not relate to PK in ben_crt_ordr
218: -- table.
219: --
220: ben_crd_shd.constraint_error('BEN_CRT_ORDR_CVRD_PER_FK1');
221: --
222: end if;
223: --
224: close c1;

Line 314: ben_crt_ordr_cvrd_per b

310: --
311: cursor csr_leg_code is
312: select a.legislation_code
313: from per_business_groups a,
314: ben_crt_ordr_cvrd_per b
315: where b.crt_ordr_cvrd_per_id = p_crt_ordr_cvrd_per_id
316: and a.business_group_id = b.business_group_id;
317: --
318: -- Declare local variables