[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_BAT_SUA_INTS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_BAT_SUA_INTS
|
| Subobject Name: | |
| Status: | VALID |
Contains the batch details for the student unit attempt upload. This table is required for each batch prior to running the concurrent program.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Student Unit Attempt Batch
Category: BUSINESS_ENTITY IGS_STUDENT_UNIT
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_BAT_SUA_INTS_PK | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
BATCH_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | Yes | Batch Id to run for a group of unit attempt uploads | |
| BATCH_DESC | VARCHAR2 | (80) | Yes | Batch description |
| CREATED_BY | NUMBER | (15) | Standard who column | |
| CREATION_DATE | DATE | Standard who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column | |
| LAST_UPDATE_DATE | DATE | Standard who column | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, BATCH_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_BAT_SUA_INTS;
IGS.IGS_EN_BAT_SUA_INTS does not reference any database object
IGS.IGS_EN_BAT_SUA_INTS is referenced by following:
APPS
IGS_EN_BAT_SUA_INTS
|
|
|
|