DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_AD_APL_RVPF_RSL

Object Details
Object Name: IGS_AD_APL_RVPF_RSL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_AD_APL_RVPF_RSL
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_APL_RVPF_RSL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPL_REVPROF_RTSCALE_ID
IGS_AD_APL_RVPF_RSL_U2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPL_REV_PROFILE_ID
ColumnRATING_TYPE_ID
ColumnRATING_SCALE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_AD_APL_RVPF_RSL does not reference any database object

IGS.IGS_AD_APL_RVPF_RSL is referenced by following:

SchemaAPPS
SynonymIGS_AD_APL_RVPF_RSL