DBA Data[Home] [Help]

APPS.BEN_ENB_BUS dependencies on BEN_ENRT_BNFT

Line 56: ben_enb_shd.constraint_error('BEN_ENRT_BNFT_PK');

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

Line 66: ben_enb_shd.constraint_error('BEN_ENRT_BNFT_PK');

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

Line 724: ben_enrt_bnft b

720: --
721: cursor csr_leg_code is
722: select a.legislation_code
723: from per_business_groups a,
724: ben_enrt_bnft b
725: where b.enrt_bnft_id = p_enrt_bnft_id
726: and a.business_group_id = b.business_group_id;
727: --
728: -- Declare local variables