1: PACKAGE BODY edw_hr_rec_act_m_sizing AS
2: /* $Header: hriezrec.pkb 120.1 2005/06/08 02:49:50 anmajumd noship $ */
3: /******************************************************************************/
4: /* Sets p_row_count to the number of rows which would be collected between */
5: /* the given dates */
162: p_avg_row_length := x_total_rec + x_total_aty;
163:
164: END estimate_row_length;
165:
166: END edw_hr_rec_act_m_sizing;