DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COVERAGE dependencies on FF_EXEC

Line 1261: l_mn_outputs ff_exec.outputs_t;

1257: l_max_possible_amt number := null;
1258: l_mn_amt number := null;
1259: l_mx_amt number := null;
1260: --
1261: l_mn_outputs ff_exec.outputs_t;
1262: l_mx_outputs ff_exec.outputs_t;
1263: --Bug No:4436573 Creating another variable to concatenate
1264: -- all the feilds in PLN and LBR blocks of coverage restriction form
1265: l_pln_lbr_itms varchar2(500) := null;

Line 1262: l_mx_outputs ff_exec.outputs_t;

1258: l_mn_amt number := null;
1259: l_mx_amt number := null;
1260: --
1261: l_mn_outputs ff_exec.outputs_t;
1262: l_mx_outputs ff_exec.outputs_t;
1263: --Bug No:4436573 Creating another variable to concatenate
1264: -- all the feilds in PLN and LBR blocks of coverage restriction form
1265: l_pln_lbr_itms varchar2(500) := null;
1266: --End Bug No:4436573

Line 1553: l_outputs ff_exec.outputs_t;

1549: l_combined_val number;
1550: l_calculated_val number;
1551: l_vr_val number;
1552: l_vr_trtmt_cd varchar2(30);
1553: l_outputs ff_exec.outputs_t;
1554: l_dflt_flag varchar2(30) := 'N';
1555: i number;
1556: l_incr_r_decr_cd varchar2(15);
1557: l_order_number number := 1;

Line 1595: l_upr_outputs ff_exec.outputs_t;

1591: l_dflt_elcn_val number;
1592: l_interim_bnft_val number; /*ENH*/
1593: l_upr_val number;
1594: l_lwr_val number;
1595: l_upr_outputs ff_exec.outputs_t;
1596: l_lwr_outputs ff_exec.outputs_t;
1597: l_ult_lwr_outputs ff_exec.outputs_t;
1598: --
1599: /* Start of Changes for WWBUG: 2054078 */

Line 1596: l_lwr_outputs ff_exec.outputs_t;

1592: l_interim_bnft_val number; /*ENH*/
1593: l_upr_val number;
1594: l_lwr_val number;
1595: l_upr_outputs ff_exec.outputs_t;
1596: l_lwr_outputs ff_exec.outputs_t;
1597: l_ult_lwr_outputs ff_exec.outputs_t;
1598: --
1599: /* Start of Changes for WWBUG: 2054078 */
1600: l_mx_cvg_wout_ctfn_val number;

Line 1597: l_ult_lwr_outputs ff_exec.outputs_t;

1593: l_upr_val number;
1594: l_lwr_val number;
1595: l_upr_outputs ff_exec.outputs_t;
1596: l_lwr_outputs ff_exec.outputs_t;
1597: l_ult_lwr_outputs ff_exec.outputs_t;
1598: --
1599: /* Start of Changes for WWBUG: 2054078 */
1600: l_mx_cvg_wout_ctfn_val number;
1601: /* End of Changes for WWBUG: 2054078 */