DBA Data[Home] [Help]

APPS.BEN_XRD_BUS dependencies on BEN_EXT_RSLT_DTL

Line 56: ben_xrd_shd.constraint_error('BEN_EXT_RSLT_DTL_PK');

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

Line 66: ben_xrd_shd.constraint_error('BEN_EXT_RSLT_DTL_PK');

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

Line 144: ben_xrd_shd.constraint_error('BEN_EXT_RSLT_DTL_DT1');

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

Line 219: ben_xrd_shd.constraint_error('BEN_EXT_RSLT_DTL_FK3');

215: --
216: -- raise error as FK does not relate to PK in ben_ext_rcd
217: -- table.
218: --
219: ben_xrd_shd.constraint_error('BEN_EXT_RSLT_DTL_FK3');
220: --
221: end if;
222: --
223: close c1;

Line 273: ben_xrd_shd.constraint_error('BEN_EXT_RSLT_DTL_FK3');

269: --
270: -- raise error as FK does not relate to PK in ben_ext_rcd
271: -- table.
272: --
273: ben_xrd_shd.constraint_error('BEN_EXT_RSLT_DTL_FK3');
274: --
275: end if;
276: --
277: close c1;

Line 351: ben_xrd_shd.constraint_error('BEN_EXT_RSLT_DTL_FK1');

347: --
348: -- raise error as FK does not relate to PK in ben_ext_rslt
349: -- table.
350: --
351: ben_xrd_shd.constraint_error('BEN_EXT_RSLT_DTL_FK1');
352: --
353: end if;
354: --
355: close c1;

Line 474: ben_ext_rslt_dtl b

470: --
471: cursor csr_leg_code is
472: select a.legislation_code
473: from per_business_groups a,
474: ben_ext_rslt_dtl b
475: where b.ext_rslt_dtl_id = p_ext_rslt_dtl_id
476: and a.business_group_id = b.business_group_id;
477: --
478: -- Declare local variables