DBA Data[Home] [Help]

APPS.BEN_XRS_BUS dependencies on BEN_EXT_RSLT

Line 56: ben_xrs_shd.constraint_error('BEN_EXT_RSLT_PK');

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

Line 66: ben_xrs_shd.constraint_error('BEN_EXT_RSLT_PK');

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

Line 139: ben_xrs_shd.constraint_error('BEN_EXT_RSLT_FK1');

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

Line 428: ben_ext_rslt b

424: --
425: cursor csr_leg_code is
426: select a.legislation_code
427: from per_business_groups a,
428: ben_ext_rslt b
429: where b.ext_rslt_id = p_ext_rslt_id
430: and a.business_group_id = b.business_group_id;
431: --
432: -- Declare local variables