DBA Data[Home] [Help]

APPS.BEN_CQB_BUS dependencies on BEN_CBR_QUALD_BNF

Line 56: ben_cqb_shd.constraint_error('BEN_CBR_QUALD_BNF_PK');

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

Line 66: ben_cqb_shd.constraint_error('BEN_CBR_QUALD_BNF_PK');

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

Line 139: ben_cqb_shd.constraint_error('BEN_CBR_QUALD_BNF_DT3');

135: --
136: -- raise error as FK does not relate to PK in ben_pgm_f
137: -- table.
138: --
139: ben_cqb_shd.constraint_error('BEN_CBR_QUALD_BNF_DT3');
140: --
141: end if;
142: --
143: close c1;

Line 215: ben_cqb_shd.constraint_error('BEN_CBR_QUALD_BNF_DT5');

211: --
212: -- raise error as FK does not relate to PK in ben_ptip_f
213: -- table.
214: --
215: ben_cqb_shd.constraint_error('BEN_CBR_QUALD_BNF_DT5');
216: --
217: end if;
218: --
219: close c1;

Line 291: ben_cqb_shd.constraint_error('BEN_CBR_QUALD_BNF_DT4');

287: --
288: -- raise error as FK does not relate to PK in ben_pl_typ_f
289: -- table.
290: --
291: ben_cqb_shd.constraint_error('BEN_CBR_QUALD_BNF_DT4');
292: --
293: end if;
294: --
295: close c1;

Line 590: ben_cbr_quald_bnf b

586: --
587: cursor csr_leg_code is
588: select a.legislation_code
589: from per_business_groups a,
590: ben_cbr_quald_bnf b
591: where b.cbr_quald_bnf_id = p_cbr_quald_bnf_id
592: and a.business_group_id = b.business_group_id;
593: --
594: -- Declare local variables