DBA Data[Home] [Help]

APPS.BEN_OPT_BUS dependencies on BEN_PL_TYP_F

Line 90: from ben_pl_typ_f plt,

86:
87:
88: cursor c_opt_cwb is
89: select opt_typ_cd
90: from ben_pl_typ_f plt,
91: ben_pl_typ_opt_typ_f pto
92: where pto.opt_id = p_opt_id
93: and plt.pl_typ_id = pto.pl_typ_id
94: and p_effective_date between plt.effective_start_date

Line 108: l_opt_typ_cd ben_pl_typ_f.opt_typ_cd%type ;

104: and effective_end_date > p_effective_date
105: ;
106: -- dont validate the date
107: l_dummy varchar2(1) ;
108: l_opt_typ_cd ben_pl_typ_f.opt_typ_cd%type ;
109: l_proc varchar2(72) := g_package||'chk_opt_group_child';
110:
111: Begin
112:

Line 162: ben_pl_typ_f plt

158:
159: cursor c_opt_cwb is
160: select opt_typ_cd
161: from ben_pl_typ_opt_typ_f pto ,
162: ben_pl_typ_f plt
163: where pto.opt_id = p_opt_id
164: and plt.pl_typ_id = pto.pl_typ_id
165: and plt.opt_typ_cd = 'CWB'
166: and p_effective_date between plt.effective_start_date

Line 174: l_opt_typ_cd ben_pl_typ_f.opt_typ_cd%type ;

170:
171:
172:
173: l_dummy varchar2(1) ;
174: l_opt_typ_cd ben_pl_typ_f.opt_typ_cd%type ;
175:
176: --
177: Begin
178: --