DBA Data[Home] [Help]

APPS.BSC_BIS_KPI_CRUD_PUB dependencies on STANDARD

Line 7201: implements the standard has been for change to be displayed in units if actual

7197: The format id 0, 1, 2 in BSC represents percentage format and the rest is of non-percent
7198: type
7199:
7200: This API returns the display type for the Change Attribute for a PMV report and
7201: implements the standard has been for change to be displayed in units if actual
7202: is in percent, and change displayed in percent if actual displayed in units.
7203:
7204: */
7205:

Line 7218: -- Check for standard format ids

7214:
7215: l_Format_Id := p_Format_Id;
7216: l_Display_Type := BSC_BIS_KPI_CRUD_PUB.C_FORMAT_POINTER; -- displays %age
7217:
7218: -- Check for standard format ids
7219: IF (p_Format_Id NOT IN (0, 1, 2, 5, 6, 7)) THEN
7220: l_Format_Id := 0;
7221: END IF;
7222: