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


TABLE: IGS.IGS_DA_IN_SRC_UNTS

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


Storage for all the Source Units given by the 3rd party for the Students in the Degree AuditRequest. --Obsolete


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_DA_IN_SRC_UNTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSRC_UNIT_ID
IGS_DA_IN_SRC_UNTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
ColumnPERSON_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER
Yes Unique ID for a request
PERSON_ID NUMBER (15) Yes Unique identifier for a person
SRC_UNIT_ID NUMBER
Yes Sequence number generated by the third party software which is associated with each source unit code/version for the student in the request
SRC_UNIT_GROUP VARCHAR2 (3) Yes Grouping number assigned by third party software which assists in linking the transfer evaluation source and result units
SRC_UNIT_DPMASK VARCHAR2 (20) Yes Degree program filter associated with the transfer evaluation's source units. Assists in linking the transfer evaluation's source and result units.
SRC_TRANS_UNIT_INST_ID VARCHAR2 (30)
Id of the institution where the transfer evaluation's source unit was taken.The typical link will be one source to one result. However, there may be many source units to one or more result units each with a group (required) and dpmask(optional). The group and dpmask are used to link the source units with the result units. Likewise, there may be one source to many results.
SRC_TRANS_UNIT_ALT_INST_ID VARCHAR2 (20)
Alternate institution id for institution where the transfer evaluation's source unit was taken
SRC_UNIT_CODE VARCHAR2 (10)
Code for transfer evaluation's source unit
SRC_UNIT_CODE_VERSION NUMBER (3)
Version associated with the transfer evaluation's source unit code above
SRC_UNIT_TEACH_PERIOD VARCHAR2 (30)
Term during which the transfer evaluation's source unit code above was taken
SRC_UNIT_EARNED_CREDIT NUMBER (9)
Credit earned by the student at the prior institution for the transfer evaluation's source unit code above
SRC_UNIT_GRADE VARCHAR2 (5)
Grade earned by the student at the prior institution for the transfer evaluation's source unit code above
SRC_UNIT_COUNT VARCHAR2 (1)
Count associated with the transfer evaluation's source unit code above
SRC_UNIT_TITLE VARCHAR2 (90)
Title associated with the transfer evaluation's source unit code above
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BATCH_ID
,      PERSON_ID
,      SRC_UNIT_ID
,      SRC_UNIT_GROUP
,      SRC_UNIT_DPMASK
,      SRC_TRANS_UNIT_INST_ID
,      SRC_TRANS_UNIT_ALT_INST_ID
,      SRC_UNIT_CODE
,      SRC_UNIT_CODE_VERSION
,      SRC_UNIT_TEACH_PERIOD
,      SRC_UNIT_EARNED_CREDIT
,      SRC_UNIT_GRADE
,      SRC_UNIT_COUNT
,      SRC_UNIT_TITLE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM IGS.IGS_DA_IN_SRC_UNTS;

Dependencies

[top of page]

IGS.IGS_DA_IN_SRC_UNTS does not reference any database object

IGS.IGS_DA_IN_SRC_UNTS is referenced by following:

SchemaAPPS
SynonymIGS_DA_IN_SRC_UNTS