DBA Data[Home] [Help]

APPS.BEN_LBC_BUS dependencies on BEN_LER_BNFT_RSTRN_CTFN_F

Line 59: ben_lbc_shd.constraint_error('BEN_LER_BNFT_RSTRN_CTFN_F_PK');

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

Line 69: ben_lbc_shd.constraint_error('BEN_LER_BNFT_RSTRN_CTFN_F_PK');

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

Line 307: -- p_ler_bnft_rstrn_ctfn_id Primary Key for BEN_LER_BNFT_RSTRN_CTFN_F

303: -- None.
304: --
305: -- In Parameters
306: -- p_ler_bnft_rstrn_id Life Event Reason ID
307: -- p_ler_bnft_rstrn_ctfn_id Primary Key for BEN_LER_BNFT_RSTRN_CTFN_F
308: -- p_validation_start_date
309: -- p_validation_end_date
310: -- p_enrt_ctfn_typ_cd Enrollment Certification Type Code
311: -- p_ctfn_rqd_when_rl Certification Required When Rule

Line 336: from ben_ler_bnft_rstrn_ctfn_f

332: is
333: l_proc varchar2(72) := g_package||'chk_cd_and_rl_unique';
334: l_dummy char(1);
335: cursor c1 is select null
336: from ben_ler_bnft_rstrn_ctfn_f
337: Where ler_bnft_rstrn_ctfn_id <> nvl(p_ler_bnft_rstrn_ctfn_id,-1)
338: and enrt_ctfn_typ_cd || to_char(ctfn_rqd_when_rl) ||
339: to_char(ler_bnft_rstrn_id) = p_enrt_ctfn_typ_cd ||
340: to_char(p_ctfn_rqd_when_rl) || to_char(p_ler_bnft_rstrn_id)

Line 722: ben_ler_bnft_rstrn_ctfn_f b

718: --
719: cursor csr_leg_code is
720: select a.legislation_code
721: from per_business_groups a,
722: ben_ler_bnft_rstrn_ctfn_f b
723: where b.ler_bnft_rstrn_ctfn_id = p_ler_bnft_rstrn_ctfn_id
724: and a.business_group_id = b.business_group_id;
725: --
726: -- Declare local variables