[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_INST_STA_REF |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_INST_STA_REF
|
| Subobject Name: | |
| Status: | VALID |
Defines which Unit Reference Codes are Included or Excluded for a user defined Institution Statistic Type
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_INST_STA_REF_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
STAT_TYPE
REFERENCE_CD_TYPE
UNIT_REF_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STAT_TYPE | VARCHAR2 | (50) | Yes | Statistic Type |
| UNIT_REF_CD | VARCHAR2 | (90) | Yes | Indicates which Unit Reference Code is to be Included or Excluded from Calculation |
| INCLUDE_OR_EXCLUDE | VARCHAR2 | (20) | Yes | Indicates whether to Include or Exclude units associated with Reference Codes from calculation of Credit Points and GPA |
| 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 | |
| REFERENCE_CD_TYPE | VARCHAR2 | (30) | Yes | The reference code type |
Cut, paste (and edit) the following text to query this object:
SELECT STAT_TYPE
, UNIT_REF_CD
, INCLUDE_OR_EXCLUDE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REFERENCE_CD_TYPE
FROM IGS.IGS_PR_INST_STA_REF;
IGS.IGS_PR_INST_STA_REF does not reference any database object
IGS.IGS_PR_INST_STA_REF is referenced by following:
APPS
IGS_PR_INST_STA_REF
|
|
|
|