DBA Data[Home] [Help]

APPS.BEN_WCN_BUS dependencies on BEN_WV_PRTN_RSN_CTFN_PL_F

Line 59: ben_wcn_shd.constraint_error('BEN_WV_PRTN_RSN_CTFN_PL_F_PK');

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

Line 69: ben_wcn_shd.constraint_error('BEN_WV_PRTN_RSN_CTFN_PL_F_PK');

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

Line 819: ben_wv_prtn_rsn_ctfn_pl_f b

815: --
816: cursor csr_leg_code is
817: select a.legislation_code
818: from per_business_groups a,
819: ben_wv_prtn_rsn_ctfn_pl_f b
820: where b.wv_prtn_rsn_ctfn_pl_id = p_wv_prtn_rsn_ctfn_pl_id
821: and a.business_group_id = b.business_group_id;
822: --
823: -- Declare local variables