DBA Data[Home] [Help]

APPS.BEN_EVALUATE_RATE_PROFILES dependencies on FF_EXEC

Line 411: l_outputs ff_exec.outputs_t;

407: ,p_elig_per_elctbl_chc_id in number default null
408: ,p_jurisdiction_code in varchar2)
409: is
410: --
411: l_outputs ff_exec.outputs_t;
412: l_inst_set ben_rt_prfl_cache.g_rl_inst_tbl;
413: l_inst_count number;
414: l_ok boolean := false;
415: l_rows_found boolean := false;

Line 1334: l_outputs ff_exec.outputs_t;

1330: l_insttorrw_num binary_integer;
1331: l_ok boolean := false;
1332: l_rows_found boolean := false;
1333: l_ass_rec per_all_assignments_f%rowtype;
1334: l_outputs ff_exec.outputs_t;
1335: l_include_flag varchar2(80);
1336: --
1337: begin
1338: --

Line 2400: l_output ff_exec.outputs_t;

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;
2402: l_pgm_rec ben_pgm_f%rowtype;
2403: l_package varchar2(80) := g_package||'.check_sched_hrs';
2404: --