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


TABLE: IGS.IGS_AD_RVGR_INC_EXC

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


IGS_AD_APPL_REVGR_INCL_EXCL is the table where all Application Review Group Include Exclude related information will be recorded. Here the Review Group Include Exclude Indicator IDs will be generated and information like Start Value, End Value, Country, Postal Start value, Postal End Value (in case of geographical Group code) 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_RVGR_INC_EXC_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREVGR_INCL_EXCL_ID
IGS_AD_RVGR_INC_EXC_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPL_REVPROF_REVGR_ID
Columns
Name Datatype Length Mandatory Comments
REVGR_INCL_EXCL_ID NUMBER (15) Yes Unique Identifier of a Application Review Profile Review Group include or exclude record..
APPL_REVPROF_REVGR_ID NUMBER (15) Yes Unique Identifier of a Application Review Profile Review Group.
INCL_EXCL_IND VARCHAR2 (1)
Indicator to designate whether to include or exclude the Last name state code market code or organization code at the time of evaluating the review group for assignment of applications through job. Valid values can be Include - 'I' or Excl
START_VALUE VARCHAR2 (60)
Start value for the inclusion/exclusion of Last name state code market code organization code and program code used at the time of evaluating the review group for assignment of applications through job.
END_VALUE VARCHAR2 (60)
End value for the inclusion/exclusion of Last name state code market code organization code and program code used at the time of evaluating the review group for assignment of applications through job.
VERSION_NUMBER NUMBER (3)
Version number of the program code used for ARP review group 'Program of Study'.
COUNTRY VARCHAR2 (60)
Country code used for the evaluation of inclusion/exclusion criteria for Review Group 'Geographical by Applicant Address'.
POSTAL_INCL_EXCL_IND VARCHAR2 (1)
Indicator to designate whether to include or exclude the postal code at the time of evaluating the review group for assignment of applications through job. Valid values can be Include - 'I' or Exclude - 'E'.
POSTAL_START_VALUE VARCHAR2 (60)
Start value for the inclusion/exclusion of postal code used at the time of evaluating the review group for assignment of applications through job.
POSTAL_END_VALUE VARCHAR2 (60)
End value for the inclusion/exclusion of postal code used at the time of evaluating the review group for assignment of applications through job.
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 REVGR_INCL_EXCL_ID
,      APPL_REVPROF_REVGR_ID
,      INCL_EXCL_IND
,      START_VALUE
,      END_VALUE
,      VERSION_NUMBER
,      COUNTRY
,      POSTAL_INCL_EXCL_IND
,      POSTAL_START_VALUE
,      POSTAL_END_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_RVGR_INC_EXC;

Dependencies

[top of page]

IGS.IGS_AD_RVGR_INC_EXC does not reference any database object

IGS.IGS_AD_RVGR_INC_EXC is referenced by following:

SchemaAPPS
SynonymIGS_AD_RVGR_INC_EXC