DBA Data[Home] [Help]

APPS.BEN_ECC_BUS dependencies on BEN_ELCTBL_CHC_CTFN

Line 56: ben_ecc_shd.constraint_error('BEN_ELCTBL_CHC_CTFN_PK');

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

Line 66: ben_ecc_shd.constraint_error('BEN_ELCTBL_CHC_CTFN_PK');

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

Line 141: ben_ecc_shd.constraint_error('BEN_ELCTBL_CHC_CTFN_FK2');

137: --
138: -- raise error as FK does not relate to PK in ben_enrt_bnft
139: -- table.
140: --
141: ben_ecc_shd.constraint_error('BEN_ELCTBL_CHC_CTFN_FK2');
142: --
143: end if;
144: --
145: close c1;

Line 509: ben_elctbl_chc_ctfn b

505: --
506: cursor csr_leg_code is
507: select a.legislation_code
508: from per_business_groups a,
509: ben_elctbl_chc_ctfn b
510: where b.elctbl_chc_ctfn_id = p_elctbl_chc_ctfn_id
511: and a.business_group_id = b.business_group_id;
512: --
513: -- Declare local variables