DBA Data[Home] [Help]

APPS.FEM_DIS_UTL_PKG dependencies on FEM_DIMENSION_UTIL_PKG

Line 242: from the FEM_DIMENSION_UTIL_PKG.

238: Get_Relative_cal_period_name
239:
240: Given a base calendar period ID and an offset count this API returns the period
241: name for the offset period. The API retrieves the Relative Cal Period ID info
242: from the FEM_DIMENSION_UTIL_PKG.
243:
244: *******************************************************************************/
245:
246: FUNCTION Get_Relative_cal_period_name(p_base_cal_period_id NUMBER,

Line 261: l_prev_cal_period_id:= FEM_DIMENSION_UTIL_PKG.Relative_Cal_Period_ID (

257: FROM fem_cal_periods_vl
258: WHERE cal_period_id =p_period_id;
259:
260: BEGIN
261: l_prev_cal_period_id:= FEM_DIMENSION_UTIL_PKG.Relative_Cal_Period_ID (
262: x_return_status => x_return_status ,
263: x_msg_count =>x_msg_count ,
264: x_msg_data =>x_msg_data ,
265: p_per_num_offset => p_offset,