DBA Data[Home] [Help]

APPS.BEN_LRE_BUS dependencies on BEN_LER_RQRS_ENRT_CTFN_F

Line 59: ben_lre_shd.constraint_error('BEN_LER_RQRS_ENRT_CTFN_F_PK');

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

Line 69: ben_lre_shd.constraint_error('BEN_LER_RQRS_ENRT_CTFN_F_PK');

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

Line 588: ben_ler_rqrs_enrt_ctfn_f b

584: --
585: cursor csr_leg_code is
586: select a.legislation_code
587: from per_business_groups a,
588: ben_ler_rqrs_enrt_ctfn_f b
589: where b.ler_rqrs_enrt_ctfn_id = p_ler_rqrs_enrt_ctfn_id
590: and a.business_group_id = b.business_group_id;
591: --
592: -- Declare local variables