DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COVERAGE dependencies on FF_EXEC

Line 1222: l_mn_outputs ff_exec.outputs_t;

1218: l_max_possible_amt number := null;
1219: l_mn_amt number := null;
1220: l_mx_amt number := null;
1221: --
1222: l_mn_outputs ff_exec.outputs_t;
1223: l_mx_outputs ff_exec.outputs_t;
1224: --Bug No:4436573 Creating another variable to concatenate
1225: -- all the feilds in PLN and LBR blocks of coverage restriction form
1226: l_pln_lbr_itms varchar2(500) := null;

Line 1223: l_mx_outputs ff_exec.outputs_t;

1219: l_mn_amt number := null;
1220: l_mx_amt number := null;
1221: --
1222: l_mn_outputs ff_exec.outputs_t;
1223: l_mx_outputs ff_exec.outputs_t;
1224: --Bug No:4436573 Creating another variable to concatenate
1225: -- all the feilds in PLN and LBR blocks of coverage restriction form
1226: l_pln_lbr_itms varchar2(500) := null;
1227: --End Bug No:4436573

Line 1514: l_outputs ff_exec.outputs_t;

1510: l_combined_val number;
1511: l_calculated_val number;
1512: l_vr_val number;
1513: l_vr_trtmt_cd varchar2(30);
1514: l_outputs ff_exec.outputs_t;
1515: l_dflt_flag varchar2(30) := 'N';
1516: i number;
1517: l_incr_r_decr_cd varchar2(15);
1518: l_order_number number := 1;

Line 1556: l_upr_outputs ff_exec.outputs_t;

1552: l_dflt_elcn_val number;
1553: l_interim_bnft_val number; /*ENH*/
1554: l_upr_val number;
1555: l_lwr_val number;
1556: l_upr_outputs ff_exec.outputs_t;
1557: l_lwr_outputs ff_exec.outputs_t;
1558: l_ult_lwr_outputs ff_exec.outputs_t;
1559: --
1560: /* Start of Changes for WWBUG: 2054078 */

Line 1557: l_lwr_outputs ff_exec.outputs_t;

1553: l_interim_bnft_val number; /*ENH*/
1554: l_upr_val number;
1555: l_lwr_val number;
1556: l_upr_outputs ff_exec.outputs_t;
1557: l_lwr_outputs ff_exec.outputs_t;
1558: l_ult_lwr_outputs ff_exec.outputs_t;
1559: --
1560: /* Start of Changes for WWBUG: 2054078 */
1561: l_mx_cvg_wout_ctfn_val number;

Line 1558: l_ult_lwr_outputs ff_exec.outputs_t;

1554: l_upr_val number;
1555: l_lwr_val number;
1556: l_upr_outputs ff_exec.outputs_t;
1557: l_lwr_outputs ff_exec.outputs_t;
1558: l_ult_lwr_outputs ff_exec.outputs_t;
1559: --
1560: /* Start of Changes for WWBUG: 2054078 */
1561: l_mx_cvg_wout_ctfn_val number;
1562: /* End of Changes for WWBUG: 2054078 */