DBA Data[Home] [Help]

APPS.FEM_DIMENSION_UTIL_PKG dependencies on FEM_DIM_ATTRIBUTES_VL

Line 1324: FROM fem_dim_attributes_vl

1320: -- Attribute: ATTRIBUTE_VARCHAR_LABEL
1321:
1322: SELECT attribute_name
1323: INTO v_cal_attr_name
1324: FROM fem_dim_attributes_vl
1325: WHERE attribute_id = v_cal_attr_id;
1326:
1327: FEM_ENGINES_PKG.Put_Message(
1328: p_app_name => 'FEM',

Line 1522: FROM fem_dim_attributes_vl

1518: -- than the number of existing Calendar Periods before or after the base period.
1519:
1520: SELECT attribute_name
1521: INTO v_cal_attr_name
1522: FROM fem_dim_attributes_vl
1523: WHERE attribute_id = v_cal_attr_id;
1524:
1525: FEM_ENGINES_PKG.TECH_MESSAGE(
1526: p_severity => FND_LOG.level_error,