[Home] [Help]
[Dependency Information]
Object Name: | IGS_AD_APL_RPRF_RGR |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_AD_APL_RPRF_RGR_U1 | NORMAL | UNIQUE |
![]() |
![]() |
IGS_AD_APL_RPRF_RGR_U2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
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 |
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;
IGS.IGS_AD_APL_RPRF_RGR does not reference any database object
IGS.IGS_AD_APL_RPRF_RGR is referenced by following:
|
|
|