DBA Data[Home] [Help]

APPS.BEN_CVG_CACHE dependencies on BEN_PL_F

Line 28: ,cvg_incr_r_decr_only_cd ben_pl_f.cvg_incr_r_decr_only_cd%type

24: ,lwr_lmt_val ben_cvg_amt_calc_mthd_f.lwr_lmt_val%type
25: ,lwr_lmt_calc_rl ben_cvg_amt_calc_mthd_f.lwr_lmt_calc_rl%type
26: ,upr_lmt_val ben_cvg_amt_calc_mthd_f.upr_lmt_val%type
27: ,upr_lmt_calc_rl ben_cvg_amt_calc_mthd_f.upr_lmt_calc_rl%type
28: ,cvg_incr_r_decr_only_cd ben_pl_f.cvg_incr_r_decr_only_cd%type
29: ,bnft_or_option_rstrctn_cd ben_pl_f.bnft_or_option_rstrctn_cd%type
30: ,mx_cvg_rl ben_pl_f.mx_cvg_rl%type
31: ,mn_cvg_rl ben_pl_f.mn_cvg_rl%type
32: );

Line 29: ,bnft_or_option_rstrctn_cd ben_pl_f.bnft_or_option_rstrctn_cd%type

25: ,lwr_lmt_calc_rl ben_cvg_amt_calc_mthd_f.lwr_lmt_calc_rl%type
26: ,upr_lmt_val ben_cvg_amt_calc_mthd_f.upr_lmt_val%type
27: ,upr_lmt_calc_rl ben_cvg_amt_calc_mthd_f.upr_lmt_calc_rl%type
28: ,cvg_incr_r_decr_only_cd ben_pl_f.cvg_incr_r_decr_only_cd%type
29: ,bnft_or_option_rstrctn_cd ben_pl_f.bnft_or_option_rstrctn_cd%type
30: ,mx_cvg_rl ben_pl_f.mx_cvg_rl%type
31: ,mn_cvg_rl ben_pl_f.mn_cvg_rl%type
32: );
33: --

Line 30: ,mx_cvg_rl ben_pl_f.mx_cvg_rl%type

26: ,upr_lmt_val ben_cvg_amt_calc_mthd_f.upr_lmt_val%type
27: ,upr_lmt_calc_rl ben_cvg_amt_calc_mthd_f.upr_lmt_calc_rl%type
28: ,cvg_incr_r_decr_only_cd ben_pl_f.cvg_incr_r_decr_only_cd%type
29: ,bnft_or_option_rstrctn_cd ben_pl_f.bnft_or_option_rstrctn_cd%type
30: ,mx_cvg_rl ben_pl_f.mx_cvg_rl%type
31: ,mn_cvg_rl ben_pl_f.mn_cvg_rl%type
32: );
33: --
34: type g_epeplncvg_cache is table of g_epeplncvg_cache_rec index by binary_integer;

Line 31: ,mn_cvg_rl ben_pl_f.mn_cvg_rl%type

27: ,upr_lmt_calc_rl ben_cvg_amt_calc_mthd_f.upr_lmt_calc_rl%type
28: ,cvg_incr_r_decr_only_cd ben_pl_f.cvg_incr_r_decr_only_cd%type
29: ,bnft_or_option_rstrctn_cd ben_pl_f.bnft_or_option_rstrctn_cd%type
30: ,mx_cvg_rl ben_pl_f.mx_cvg_rl%type
31: ,mn_cvg_rl ben_pl_f.mn_cvg_rl%type
32: );
33: --
34: type g_epeplncvg_cache is table of g_epeplncvg_cache_rec index by binary_integer;
35: --