[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_LGCY_SUARC_INT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_LGCY_SUARC_INT
|
| Subobject Name: | |
| Status: | VALID |
Contains the Student Unit Attempt Reference Codes to be imported into the IGS_AS_SUA_REF_CDS Table by the legacy data import process. Rows in this table must correspond to a batch in the IGS_EN_LGCY_BAT_INT table.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Legacy Student Unit Attempt Reference Codes
Category: BUSINESS_ENTITY IGS_STUDENT_UNIT
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEGACY_SUAR_INT_ID | NUMBER | Yes | A value to uniquely identify each record in the interface table. To be generated from a sequence. | |
| BATCH_ID | NUMBER | Yes | Batch Identifier for the row | |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Person number |
| PROGRAM_CD | VARCHAR2 | (6) | Yes | Program ID |
| UNIT_CD | VARCHAR2 | (10) | Yes | The unit code to which the reference code is attached. |
| VERSION_NUMBER | NUMBER | (3) | Yes | Unit Version Number |
| TEACH_CAL_ALT_CODE | VARCHAR2 | (10) | Yes | Teaching Calendar Alternate code |
| LOCATION_CD | VARCHAR2 | (10) | Yes | Unit Section Location code |
| UNIT_CLASS | VARCHAR2 | (10) | Yes | Unit Section Unit Class |
| REFERENCE_CD_TYPE | VARCHAR2 | (10) | Yes | The reference code type |
| REFERENCE_CD | VARCHAR2 | (30) | Yes | The reference code applied to the student unit attempt |
| APPLIED_PROGRAM_CD | VARCHAR2 | (6) | Yes | The program code under which the reference code is saved. |
| IMPORT_STATUS | VARCHAR2 | (1) | Yes | Record Import Status , Allowable values are U - Unprocessed (Default) R - Ready For Re-Processing E - Error W - Warning I - Imported |
| 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_LOGIN | NUMBER | (15) | Standard who column | |
| REQUEST_ID | NUMBER | Standard concurrent program who column | ||
| PROGRAM_ID | NUMBER | Standard concurrent program who column | ||
| PROGRAM_APPLICATION_ID | NUMBER | Standard concurrent program who column | ||
| PROGRAM_UPDATE_DATE | DATE | Standard concurrent program who column | ||
| LAST_UPDATE_DATE | DATE | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT LEGACY_SUAR_INT_ID
, BATCH_ID
, PERSON_NUMBER
, PROGRAM_CD
, UNIT_CD
, VERSION_NUMBER
, TEACH_CAL_ALT_CODE
, LOCATION_CD
, UNIT_CLASS
, REFERENCE_CD_TYPE
, REFERENCE_CD
, APPLIED_PROGRAM_CD
, IMPORT_STATUS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
, LAST_UPDATE_DATE
FROM IGS.IGS_AS_LGCY_SUARC_INT;
IGS.IGS_AS_LGCY_SUARC_INT does not reference any database object
IGS.IGS_AS_LGCY_SUARC_INT is referenced by following:
APPS
IGS_AS_LGCY_SUARC_INT
|
|
|
|