[Home] [Help]
[Dependency Information]
Object Name: | IGS_AD_APL_RVPF_RSL |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_AD_APL_RVPF_RSL is the table where all Rating Scale related information corresponding to an Application Review Profile will be recorded. Here the Application Review Profile related Rating Scale IDs will be generated and information like Rating Type Id, Rating Scale Id will be stored. This is not expected to be a 'high transaction' table. Hence it can be classed as 'CLASS3' table as per the storage clause.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_AD_APL_RVPF_RSL_U1 | NORMAL | UNIQUE |
![]() |
![]() |
IGS_AD_APL_RVPF_RSL_U2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPL_REVPROF_RTSCALE_ID | NUMBER | (15) | Yes | Unique Identifier of an Application Review Profile Rating Scale |
APPL_REV_PROFILE_ID | NUMBER | (15) | Yes | Unique Identifier of a Application Review Profile Review Group. |
RATING_TYPE_ID | NUMBER | (15) | Yes | Unique Identifier of a Rating Type. |
RATING_SCALE_ID | NUMBER | (15) | Yes | Unique Identifier of a Rating Scale. |
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 | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column |
Cut, paste (and edit) the following text to query this object:
SELECT APPL_REVPROF_RTSCALE_ID
, APPL_REV_PROFILE_ID
, RATING_TYPE_ID
, RATING_SCALE_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_APL_RVPF_RSL;
IGS.IGS_AD_APL_RVPF_RSL does not reference any database object
IGS.IGS_AD_APL_RVPF_RSL is referenced by following:
|
|
|