DBA Data[Home] [Help]

APPS.BEN_DERIVE_PART_AND_RATE_CACHE dependencies on BEN_PCT_FL_TM_FCTR

Line 168: use_prmry_asnt_only_flag ben_pct_fl_tm_fctr.use_prmry_asnt_only_flag%type,

164: --
165: type g_cache_pff_rec_obj is record
166: (id number,
167: exist varchar2(1),
168: use_prmry_asnt_only_flag ben_pct_fl_tm_fctr.use_prmry_asnt_only_flag%type,
169: use_sum_of_all_asnts_flag ben_pct_fl_tm_fctr.use_sum_of_all_asnts_flag%type,
170: rndg_cd ben_pct_fl_tm_fctr.rndg_cd%type,
171: rndg_rl ben_pct_fl_tm_fctr.rndg_rl%type,
172: mn_pct_val ben_pct_fl_tm_fctr.mn_pct_val%type,

Line 169: use_sum_of_all_asnts_flag ben_pct_fl_tm_fctr.use_sum_of_all_asnts_flag%type,

165: type g_cache_pff_rec_obj is record
166: (id number,
167: exist varchar2(1),
168: use_prmry_asnt_only_flag ben_pct_fl_tm_fctr.use_prmry_asnt_only_flag%type,
169: use_sum_of_all_asnts_flag ben_pct_fl_tm_fctr.use_sum_of_all_asnts_flag%type,
170: rndg_cd ben_pct_fl_tm_fctr.rndg_cd%type,
171: rndg_rl ben_pct_fl_tm_fctr.rndg_rl%type,
172: mn_pct_val ben_pct_fl_tm_fctr.mn_pct_val%type,
173: mx_pct_val ben_pct_fl_tm_fctr.mx_pct_val%type);

Line 170: rndg_cd ben_pct_fl_tm_fctr.rndg_cd%type,

166: (id number,
167: exist varchar2(1),
168: use_prmry_asnt_only_flag ben_pct_fl_tm_fctr.use_prmry_asnt_only_flag%type,
169: use_sum_of_all_asnts_flag ben_pct_fl_tm_fctr.use_sum_of_all_asnts_flag%type,
170: rndg_cd ben_pct_fl_tm_fctr.rndg_cd%type,
171: rndg_rl ben_pct_fl_tm_fctr.rndg_rl%type,
172: mn_pct_val ben_pct_fl_tm_fctr.mn_pct_val%type,
173: mx_pct_val ben_pct_fl_tm_fctr.mx_pct_val%type);
174: --

Line 171: rndg_rl ben_pct_fl_tm_fctr.rndg_rl%type,

167: exist varchar2(1),
168: use_prmry_asnt_only_flag ben_pct_fl_tm_fctr.use_prmry_asnt_only_flag%type,
169: use_sum_of_all_asnts_flag ben_pct_fl_tm_fctr.use_sum_of_all_asnts_flag%type,
170: rndg_cd ben_pct_fl_tm_fctr.rndg_cd%type,
171: rndg_rl ben_pct_fl_tm_fctr.rndg_rl%type,
172: mn_pct_val ben_pct_fl_tm_fctr.mn_pct_val%type,
173: mx_pct_val ben_pct_fl_tm_fctr.mx_pct_val%type);
174: --
175: type g_cache_pff_rec_table is table of g_cache_pff_rec_obj index

Line 172: mn_pct_val ben_pct_fl_tm_fctr.mn_pct_val%type,

168: use_prmry_asnt_only_flag ben_pct_fl_tm_fctr.use_prmry_asnt_only_flag%type,
169: use_sum_of_all_asnts_flag ben_pct_fl_tm_fctr.use_sum_of_all_asnts_flag%type,
170: rndg_cd ben_pct_fl_tm_fctr.rndg_cd%type,
171: rndg_rl ben_pct_fl_tm_fctr.rndg_rl%type,
172: mn_pct_val ben_pct_fl_tm_fctr.mn_pct_val%type,
173: mx_pct_val ben_pct_fl_tm_fctr.mx_pct_val%type);
174: --
175: type g_cache_pff_rec_table is table of g_cache_pff_rec_obj index
176: by binary_integer;

Line 173: mx_pct_val ben_pct_fl_tm_fctr.mx_pct_val%type);

169: use_sum_of_all_asnts_flag ben_pct_fl_tm_fctr.use_sum_of_all_asnts_flag%type,
170: rndg_cd ben_pct_fl_tm_fctr.rndg_cd%type,
171: rndg_rl ben_pct_fl_tm_fctr.rndg_rl%type,
172: mn_pct_val ben_pct_fl_tm_fctr.mn_pct_val%type,
173: mx_pct_val ben_pct_fl_tm_fctr.mx_pct_val%type);
174: --
175: type g_cache_pff_rec_table is table of g_cache_pff_rec_obj index
176: by binary_integer;
177: --