DBA Data[Home] [Help]

APPS.BEN_APL_BUS dependencies on BEN_ACTY_RT_PTD_LMT_F

Line 59: ben_apl_shd.constraint_error('BEN_ACTY_RT_PTD_LMT_F_PK');

55: <> ben_apl_shd.g_old_rec.acty_rt_ptd_lmt_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_apl_shd.constraint_error('BEN_ACTY_RT_PTD_LMT_F_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_apl_shd.constraint_error('BEN_ACTY_RT_PTD_LMT_F_PK');

65: if p_acty_rt_ptd_lmt_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_apl_shd.constraint_error('BEN_ACTY_RT_PTD_LMT_F_PK');
70: --
71: end if;
72: --
73: end if;

Line 398: ben_acty_rt_ptd_lmt_f b

394: --
395: cursor csr_leg_code is
396: select a.legislation_code
397: from per_business_groups a,
398: ben_acty_rt_ptd_lmt_f b
399: where b.acty_rt_ptd_lmt_id = p_acty_rt_ptd_lmt_id
400: and a.business_group_id = b.business_group_id;
401: --
402: -- Declare local variables