[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_APPL_REVPRF_RATING_SCALE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_APPL_REVPRF_RATING_SCALE
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Full View for the Entity that holds the information about the Application Review Profile Rating Scales
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPL_REVPROFILE_RTSCALE_ID | NUMBER | (15) | Yes | Unique Identifier of an Application Review Profile Rating Scale |
| APPL_REVIEW_PROFILE_ID | NUMBER | (15) | Yes | Unique Identifier of a Application Review Profile Review Group. |
| REVIEW_PROFILE_NAME | VARCHAR2 | (80) | Yes | User defined Application Review Profile Name. |
| RATING_TYPE_ID | NUMBER | (15) | Yes | Unique Identifier of a Rating Type. |
| RATING_TYPE | VARCHAR2 | (10) | Name of the code | |
| RATING_TYPE_DESC | VARCHAR2 | (30) | Description of the code | |
| RATING_SCALE_ID | NUMBER | (15) | Yes | Unique Identifier of a Rating Scale. |
| RATING_SCALE_NAME | VARCHAR2 | (40) | Yes | Rating scale name |
| RATING_SCALE_DESC | VARCHAR2 | (80) | Yes | Rating scale description |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| CREATION_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column |
Cut, paste (and edit) the following text to query this object:
SELECT APPL_REVPROFILE_RTSCALE_ID
, APPL_REVIEW_PROFILE_ID
, REVIEW_PROFILE_NAME
, RATING_TYPE_ID
, RATING_TYPE
, RATING_TYPE_DESC
, RATING_SCALE_ID
, RATING_SCALE_NAME
, RATING_SCALE_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_APPL_REVPRF_RATING_SCALE;
APPS
IGS_AD_APL_REV_PRF_ALL
IGS_AD_APL_RVPF_RSL
IGS_AD_CODE_CLASSES
IGS_AD_RATING_SCALES
APPS.IGSFV_APPL_REVPRF_RATING_SCALE is not referenced by any database object
|
|
|
|