[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_APPL_RSCALE_VALUES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_APPL_RSCALE_VALUES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Full View for the Entity that holds the information about the Application Rating Scale Values
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RATING_VALUES_ID | NUMBER | Yes | A unique identifier assigned to each of the rating scales values. | |
| RATING_SCALE_ID | NUMBER | Yes | Rating scale identifier | |
| RATING_SCALE_NAME | VARCHAR2 | (40) | Yes | Rating scale name |
| RATING_SCALE_DESC | VARCHAR2 | (80) | Yes | Rating scale description |
| RATING_VALUE | VARCHAR2 | (40) | Yes | Rating value |
| RATING_VALUE_DESC | VARCHAR2 | (80) | Yes | Description of the rating scale |
| _LA:CLOSED_IND_FLAG | CHAR | (51) | ||
| CREATED_BY | NUMBER | (15) | Yes | |
| CREATION_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | (15) | Yes | |
| LAST_UPDATE_DATE | DATE | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RATING_VALUES_ID
, RATING_SCALE_ID
, RATING_SCALE_NAME
, RATING_SCALE_DESC
, RATING_VALUE
, RATING_VALUE_DESC
, _LA:CLOSED_IND_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_APPL_RSCALE_VALUES;
APPS
IGS_AD_RATING_SCALES
IGS_AD_RS_VALUES
APPS.IGSFV_APPL_RSCALE_VALUES is not referenced by any database object
|
|
|
|