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


TABLE: IGS.IGS_AD_APL_RPRF_RGR

Object Details
Object Name: IGS_AD_APL_RPRF_RGR
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_AD_APL_RPRF_RGR
Subobject Name:
Status: VALID


IGS_AD_APL_RPRF_RGR is the table where the Application Review Group Code related information will be recorded. Here the Application Review Group IDs will be generated and information like Review Group Code, Review Group Name 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_RPRF_RGR_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPL_REVPROF_REVGR_ID
IGS_AD_APL_RPRF_RGR_U2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPL_REV_PROFILE_ID
ColumnREVPROF_REVGR_CD
Columns
Name Datatype Length Mandatory Comments
APPL_REVPROF_REVGR_ID NUMBER (15) Yes Unique Identifier of a Application Review Profile Review Group.
APPL_REV_PROFILE_ID NUMBER (15) Yes Unique Identifier of a Application Review Profile Group.
REVPROF_REVGR_CD VARCHAR2 (30) Yes Application Review Profile Review Group Code.
REVPROF_REVGR_NAME VARCHAR2 (80) Yes Application Review Profile Review Group Name.
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_REVGR_ID
,      APPL_REV_PROFILE_ID
,      REVPROF_REVGR_CD
,      REVPROF_REVGR_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_APL_RPRF_RGR;

Dependencies

[top of page]

IGS.IGS_AD_APL_RPRF_RGR does not reference any database object

IGS.IGS_AD_APL_RPRF_RGR is referenced by following:

SchemaAPPS
SynonymIGS_AD_APL_RPRF_RGR