[Home] [Help]
[Dependency Information]
| Object Name: | IGS_ST_GVT_SPSHT_CTL_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_ST_GVT_SPSHT_CTL_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_ST_GVT_SPSHT_CTL_ALL describes the characteristics of each government submission and is used to control the various snapshot and extract processes. There is a version for each government submission. For example, 1995 submission 1.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_ST_GVT_SPSHT_CTL_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SUBMISSION_YR
SUBMISSION_NUMBER
|
| IGS_ST_GVT_SPSHT_CTL_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ESS_SNAPSHOT_DT_TIME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SUBMISSION_YR | NUMBER | (4) | Yes | Higher education student data collection submission year |
| SUBMISSION_NUMBER | NUMBER | (1) | Yes | Higher education student data collection submission number |
| ESS_SNAPSHOT_DT_TIME | DATE | Displays the date the enrollment statistics snapshot was captured | ||
| COMPLETION_DT | DATE | Displays the date that the enrollments statistics snapshot data was frozen | ||
| ORG_ID | NUMBER | (15) | Operation unit identifier | |
| 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 | |
| REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record | |
| PROGRAM_ID | NUMBER | (15) | Program identifier of last concurrent program to update this record | |
| PROGRAM_UPDATE_DATE | DATE | Last update date of this record by a concurrent program |
Cut, paste (and edit) the following text to query this object:
SELECT SUBMISSION_YR
, SUBMISSION_NUMBER
, ESS_SNAPSHOT_DT_TIME
, COMPLETION_DT
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM IGS.IGS_ST_GVT_SPSHT_CTL_ALL;
IGS.IGS_ST_GVT_SPSHT_CTL_ALL does not reference any database object
IGS.IGS_ST_GVT_SPSHT_CTL_ALL is referenced by following:
APPS
IGS_ST_GVT_SPSHT_CTL_ALL
|
|
|
|