DBA Data[Home] [Help]

APPS.BSC_SEC_UTILITY dependencies on BSC_SYS_DIM_LEVELS_VL

Line 98: bsc_sys_dim_levels_vl b

94: select
95: b.LEVEL_VIEW_NAME
96: from
97: bsc_sys_com_dim_levels a,
98: bsc_sys_dim_levels_vl b
99: where
100: a.tab_id=p_tab_id
101: and a.DIM_LEVEL_INDEX=p_level_index
102: and a.DIM_LEVEL_ID=b.dim_level_id;

Line 109: bsc_sys_dim_levels_vl b

105: select
106: b.LEVEL_PK_COL
107: from
108: bsc_sys_com_dim_levels a,
109: bsc_sys_dim_levels_vl b
110: where a.tab_id=p_tab_id
111: and a.dim_level_index=p_level_index
112: and a.PARENT_DIM_LEVEL_ID=b.dim_level_id;
113: