DBA Data[Home] [Help]

APPS.BEN_EVALUATE_RATE_PROFILES dependencies on BEN_SCHEDD_HRS_RT_F

Line 2394: l_min_hours ben_schedd_hrs_rt_f.hrs_num%type;

2390: l_inst_count number;
2391: l_ok boolean := false;
2392: l_rows_found boolean := false;
2393:
2394: l_min_hours ben_schedd_hrs_rt_f.hrs_num%type;
2395: l_max_hours ben_schedd_hrs_rt_f.max_hrs_num%type;
2396: l_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;
2397: l_person_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;
2398: l_person_hours number;

Line 2395: l_max_hours ben_schedd_hrs_rt_f.max_hrs_num%type;

2391: l_ok boolean := false;
2392: l_rows_found boolean := false;
2393:
2394: l_min_hours ben_schedd_hrs_rt_f.hrs_num%type;
2395: l_max_hours ben_schedd_hrs_rt_f.max_hrs_num%type;
2396: l_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;
2397: l_person_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;
2398: l_person_hours number;
2399: l_det_dt date;

Line 2396: l_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;

2392: l_rows_found boolean := false;
2393:
2394: l_min_hours ben_schedd_hrs_rt_f.hrs_num%type;
2395: l_max_hours ben_schedd_hrs_rt_f.max_hrs_num%type;
2396: l_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;
2397: l_person_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;
2398: l_person_hours number;
2399: l_det_dt date;
2400: l_output ff_exec.outputs_t;

Line 2397: l_person_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;

2393:
2394: l_min_hours ben_schedd_hrs_rt_f.hrs_num%type;
2395: l_max_hours ben_schedd_hrs_rt_f.max_hrs_num%type;
2396: l_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;
2397: l_person_freq_cd ben_schedd_hrs_rt_f.freq_cd%type;
2398: l_person_hours number;
2399: l_det_dt date;
2400: l_output ff_exec.outputs_t;
2401: l_pl_rec ben_pl_f%rowtype;