DBA Data[Home] [Help]

APPS.ZPB_METADATA_PKG dependencies on ZPB_CYCLE_MODEL_DIMENSIONS

Line 4731: from ZPB_CYCLE_MODEL_DIMENSIONS

4727: l_msg_count number;
4728:
4729: cursor dims is
4730: select DIMENSION_NAME
4731: from ZPB_CYCLE_MODEL_DIMENSIONS
4732: where ANALYSIS_CYCLE_ID = p_instance and
4733: nvl(REMOVE_DIMENSION_FLAG, 'N') <> 'Y'
4734: UNION select 'CAL_PERIODS' from dual;
4735: