DBA Data[Home] [Help]

APPS.BSC_BIS_DIMENSION_PUB dependencies on BSC_SYS_DIM_GROUPS_TL

Line 268: ( p_Short_Name IN BSC_SYS_DIM_GROUPS_TL.Short_Name%TYPE

264: /*********************************************************************************************
265: Returns the Dim_Group_ID of BSC Dimension
266: *********************************************************************************************/
267: FUNCTION Get_Bsc_Dimension_ID
268: ( p_Short_Name IN BSC_SYS_DIM_GROUPS_TL.Short_Name%TYPE
269: ) RETURN NUMBER;
270:
271: /*********************************************************************************************
272: Returns the Name of BSC Dimension

Line 275: ( p_Short_Name IN BSC_SYS_DIM_GROUPS_TL.Short_Name%TYPE

271: /*********************************************************************************************
272: Returns the Name of BSC Dimension
273: *********************************************************************************************/
274: FUNCTION Get_Bsc_Dimension_Name
275: ( p_Short_Name IN BSC_SYS_DIM_GROUPS_TL.Short_Name%TYPE
276: ) RETURN VARCHAR2;
277: /*********************************************************************************************
278: Checks if a Dimension is Attached to a Objective
279: *********************************************************************************************/

Line 281: ( p_dim_group_id IN BSC_SYS_DIM_GROUPS_TL.Dim_Group_ID%TYPE

277: /*********************************************************************************************
278: Checks if a Dimension is Attached to a Objective
279: *********************************************************************************************/
280: FUNCTION Is_Dimension_in_Ind
281: ( p_dim_group_id IN BSC_SYS_DIM_GROUPS_TL.Dim_Group_ID%TYPE
282: ) RETURN BOOLEAN;
283:
284: /**************************************************************************************************************
285: API TO Check if the Dimension/Dimensions is Empty