DBA Data[Home] [Help]

APPS.BEN_XCL_BUS dependencies on BEN_EXT_CHG_EVT_LOG

Line 56: ben_xcl_shd.constraint_error('BEN_EXT_CHG_EVT_LOG_PK');

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

Line 66: ben_xcl_shd.constraint_error('BEN_EXT_CHG_EVT_LOG_PK');

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

Line 144: ben_xcl_shd.constraint_error('BEN_EXT_CHG_EVT_LOG_DT1');

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

Line 311: ben_ext_chg_evt_log b

307: --
308: cursor csr_leg_code is
309: select a.legislation_code
310: from per_business_groups a,
311: ben_ext_chg_evt_log b
312: where b.ext_chg_evt_log_id = p_ext_chg_evt_log_id
313: and a.business_group_id = b.business_group_id;
314: --
315: -- Declare local variables