DBA Data[Home] [Help]

APPS.BEN_ECQ_BUS dependencies on BEN_ELIG_CBR_QUALD_BNF_F

Line 59: ben_ecq_shd.constraint_error('BEN_ELIG_CBR_QUALD_BNF_F_PK');

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

Line 69: ben_ecq_shd.constraint_error('BEN_ELIG_CBR_QUALD_BNF_F_PK');

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

Line 144: ben_ecq_shd.constraint_error('BEN_ELIG_CBR_QUALD_BNF_F_DT3');

140: --
141: -- raise error as FK does not relate to PK in ben_pgm_f
142: -- table.
143: --
144: ben_ecq_shd.constraint_error('BEN_ELIG_CBR_QUALD_BNF_F_DT3');
145: --
146: end if;
147: --
148: close c1;

Line 221: ben_ecq_shd.constraint_error('BEN_ELIG_CBR_QUALD_BNF_F_DT2');

217: --
218: -- raise error as FK does not relate to PK in ben_ptip_f
219: -- table.
220: --
221: ben_ecq_shd.constraint_error('BEN_ELIG_CBR_QUALD_BNF_F_DT2');
222: --
223: end if;
224: --
225: close c1;

Line 342: from ben_elig_cbr_quald_bnf_f

338: l_proc varchar2(72) := g_package||'chk_duplicate_ordr_num';
339: l_dummy char(1);
340: cursor c1 is
341: select null
342: from ben_elig_cbr_quald_bnf_f
343: where elig_cbr_quald_bnf_id <> nvl(p_elig_cbr_quald_bnf_id,-1)
344: and eligy_prfl_id = p_eligy_prfl_id
345: and ordr_num = p_ordr_num
346: and business_group_id = p_business_group_id;

Line 740: ben_elig_cbr_quald_bnf_f b

736: --
737: cursor csr_leg_code is
738: select a.legislation_code
739: from per_business_groups a,
740: ben_elig_cbr_quald_bnf_f b
741: where b.elig_cbr_quald_bnf_id = p_elig_cbr_quald_bnf_id
742: and a.business_group_id = b.business_group_id;
743: --
744: -- Declare local variables