DBA Data[Home] [Help]

APPS.BEN_EXT_EVALUATE_INCLUSION dependencies on FF_EXEC

Line 2311: l_outputs ff_exec.outputs_t;

2307: and asg.effective_end_date
2308: order by decode(asg.primary_flag , 'Y', 1, 2) ;
2309: --
2310: l_asg c_asg%rowtype;
2311: l_outputs ff_exec.outputs_t;
2312: --
2313: l_proc varchar2(72);
2314: --
2315: Begin

Line 5975: l_outputs ff_exec.outputs_t;

5971: p_param_val_2 in varchar2
5972: )
5973: is
5974: --
5975: l_outputs ff_exec.outputs_t;
5976: --
5977: l_proc varchar2(72);
5978: --
5979: Begin

Line 6065: l_outputs ff_exec.outputs_t;

6061: and asg.effective_end_date;
6062: --
6063: l_asg c_asg%rowtype;
6064:
6065: l_outputs ff_exec.outputs_t;
6066: --
6067: l_proc varchar2(72);
6068: --
6069: Begin