DBA Data[Home] [Help]

APPS.BSC_BIS_CUSTOM_KPI_UTIL_PUB dependencies on BIS_DISPLAY_FORM_FUNC_V

Line 777: FROM BIS_DISPLAY_FORM_FUNC_V B

773: RETURN FND_API.G_FALSE;
774: END IF;
775:
776: SELECT COUNT(1) INTO l_Count
777: FROM BIS_DISPLAY_FORM_FUNC_V B
778: WHERE B.FUNCTION_NAME = p_Short_Name
779: AND B.OBJECT_TYPE = BSC_BIS_CUSTOM_KPI_UTIL_PUB.C_OBJECT_TYPE_REPORT;
780: --//For Simulation Objectives we are creating AG Reports but we don't want it to be projected as
781: --//as the report.thats why we are checking the condition that even if form function exists

Line 828: FROM BIS_DISPLAY_FORM_FUNC_V B

824: IS
825: l_Count NUMBER;
826: BEGIN
827: SELECT COUNT(1) INTO l_Count
828: FROM BIS_DISPLAY_FORM_FUNC_V B
829: WHERE B.FUNCTION_NAME = p_Short_Name
830: AND B.OBJECT_TYPE = BSC_BIS_CUSTOM_KPI_UTIL_PUB.C_OBJECT_TYPE_PAGE;
831:
832: IF (l_Count <> 0) THEN