DBA Data[Home] [Help]

APPS.BEN_BRR_BUS dependencies on BEN_BNFT_VRBL_RT_RL_F

Line 59: ben_brr_shd.constraint_error('BEN_BNFT_VRBL_RT_RL_F_PK');

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

Line 69: ben_brr_shd.constraint_error('BEN_BNFT_VRBL_RT_RL_F_PK');

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

Line 92: -- p_bnft_vrbl_rt_rl_id Primary Key of BEN_BNFT_VRBL_RT_RL_F

88: -- None.
89: --
90: -- In Parameters
91: -- p_ordr_to_aply_num Sequence Number
92: -- p_bnft_vrbl_rt_rl_id Primary Key of BEN_BNFT_VRBL_RT_RL_F
93: -- p_cvg_amt_calc_mthd_id Foreign Key to BEN_CVG_AMT_CALC_MTHD_F
94: -- p_business_group_id
95: --
96: -- Post Success

Line 115: from ben_bnft_vrbl_rt_rl_f

111: is
112: l_proc varchar2(72) := g_package||'chk_ordr_to_aply_num_unique';
113: l_dummy char(1);
114: cursor c1 is select null
115: from ben_bnft_vrbl_rt_rl_f
116: Where bnft_vrbl_rt_rl_id <> nvl(p_bnft_vrbl_rt_rl_id,-1)
117: and cvg_amt_calc_mthd_id = p_cvg_amt_calc_mthd_id
118: and ordr_to_aply_num = p_ordr_to_aply_num
119: and business_group_id = p_business_group_id;

Line 661: ben_bnft_vrbl_rt_rl_f b

657: --
658: cursor csr_leg_code is
659: select a.legislation_code
660: from per_business_groups a,
661: ben_bnft_vrbl_rt_rl_f b
662: where b.bnft_vrbl_rt_rl_id = p_bnft_vrbl_rt_rl_id
663: and a.business_group_id = b.business_group_id;
664: --
665: -- Declare local variables