DBA Data[Home] [Help]

APPS.BEN_LEN_BUS dependencies on BEN_LEE_RSN_F

Line 59: ben_len_shd.constraint_error('BEN_LEE_RSN_F_PK');

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

Line 69: ben_len_shd.constraint_error('BEN_LEE_RSN_F_PK');

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

Line 1339: ben_lee_rsn_f len1,

1335: select 1
1336: from
1337: ben_popl_enrt_typ_cycl_f pet,
1338: ben_pl_f pln,
1339: ben_lee_rsn_f len1,
1340: ben_popl_enrt_typ_cycl_f pet1,
1341: ben_pl_f pln1
1342: where
1343: pet.popl_enrt_typ_cycl_id = p_popl_enrt_typ_cycl_id

Line 2174: ben_lee_rsn_f b

2170: --
2171: cursor csr_leg_code is
2172: select a.legislation_code
2173: from per_business_groups a,
2174: ben_lee_rsn_f b
2175: where b.lee_rsn_id = p_lee_rsn_id
2176: and a.business_group_id = b.business_group_id;
2177: --
2178: -- Declare local variables