DBA Data[Home] [Help]

APPS.FEM_DIS_UTL_PKG dependencies on FEM_DIM_ATTRIBUTES_UTIL_PKG

Line 195: This API is a wrapper over the FEM_DIM_ATTRIBUTES_UTIL_PKG and returns the

191: /****************************************************************************
192:
193: Get Dim Attribute Value
194:
195: This API is a wrapper over the FEM_DIM_ATTRIBUTES_UTIL_PKG and returns the
196: member value of an attribute assignment of either a dimension member or a
197: dimension member/value set combination. If an attribute version is not
198: specified, the default is used.
199:

Line 220: l_attribute_value:=FEM_DIM_ATTRIBUTES_UTIL_PKG.Get_Dim_Attribute_Value (

216: l_attribute_value VARCHAR2(150);
217:
218: BEGIN
219:
220: l_attribute_value:=FEM_DIM_ATTRIBUTES_UTIL_PKG.Get_Dim_Attribute_Value (
221: x_return_status => x_return_status,
222: x_msg_count => x_msg_count,
223: x_msg_data => x_msg_data,
224: p_dimension_varchar_label => p_dimension_varchar_label,