DBA Data[Home] [Help]

APPS.BEN_EPN_BUS dependencies on BEN_ELIG_PRBTN_PERD_PRTE_F

Line 59: ben_epn_shd.constraint_error('BEN_ELIG_PRBTN_PERD_PRTE_F_PK');

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

Line 69: ben_epn_shd.constraint_error('BEN_ELIG_PRBTN_PERD_PRTE_F_PK');

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

Line 548: ben_ELIG_PRBTN_PERD_PRTE_f b

544: --
545: cursor csr_leg_code is
546: select a.legislation_code
547: from per_business_groups a,
548: ben_ELIG_PRBTN_PERD_PRTE_f b
549: where b.ELIG_PRBTN_PERD_PRTE_id = p_ELIG_PRBTN_PERD_PRTE_id
550: and a.business_group_id = b.business_group_id;
551: --
552: -- Declare local variables