DBA Data[Home] [Help]

APPS.BSC_BIS_DIM_OBJ_PUB dependencies on BISFV_DIMENSION_LEVELS

Line 5487: l_dim_id BISFV_DIMENSION_LEVELS.dimension_id%TYPE;

5483: SELECT dimension_id
5484: FROM BIS_DIMENSIONS
5485: WHERE short_name = p_dim_short_name;
5486:
5487: l_dim_id BISFV_DIMENSION_LEVELS.dimension_id%TYPE;
5488: BEGIN
5489: IF (c_dim_short_name%ISOPEN) THEN
5490: CLOSE c_dim_short_name;
5491: END IF;