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


TABLE: IGS.IGS_PE_STD_TODO_REF

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


IGS_PE_STD_TODO_REF represents reference information against a todo item placed against a student. For example, the todo action may be to assign default assessment items against a student in a unit for a particular teaching period. Todo items cannot be considered actioned until all reference items have been actioned, logical_delete_dt is not null.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PE_STD_TODO_REF_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnS_STUDENT_TODO_TYPE
ColumnSEQUENCE_NUMBER
ColumnREFERENCE_NUMBER
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Describes the person ID of the student the to do item relates to
S_STUDENT_TODO_TYPE VARCHAR2 (30) Yes Describes the 'to do' for a student
SEQUENCE_NUMBER NUMBER
Yes Uniquely identifies the student to do item
REFERENCE_NUMBER NUMBER
Yes Uniquely identifies the student to do reference item
CAL_TYPE VARCHAR2 (10)
The calendar type of the calendar instance in which the unit is offered. Units can only be offered in instances of calendar types that are categorised as teaching calendars. For examples include SEM - 1 semester 1 teaching period, SEM - 2 semester 2 teaching period and SUM summer teaching period.
CI_SEQUENCE_NUMBER NUMBER (6)
Unique identifier for the calendar instance
COURSE_CD VARCHAR2 (6)
Unique identifier for the program
UNIT_CD VARCHAR2 (10)
Unique identifier of the unit
OTHER_REFERENCE VARCHAR2 (60)
Any reference not specific to a calendar instance, program version or unit version
LOGICAL_DELETE_DT DATE

Describes the date student to do reference item is logically deleted
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
UOO_ID NUMBER (7)
Unit Section identifier
Query Text

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


SELECT PERSON_ID
,      S_STUDENT_TODO_TYPE
,      SEQUENCE_NUMBER
,      REFERENCE_NUMBER
,      CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      COURSE_CD
,      UNIT_CD
,      OTHER_REFERENCE
,      LOGICAL_DELETE_DT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      UOO_ID
FROM IGS.IGS_PE_STD_TODO_REF;

Dependencies

[top of page]

IGS.IGS_PE_STD_TODO_REF does not reference any database object

IGS.IGS_PE_STD_TODO_REF is referenced by following:

SchemaAPPS
SynonymIGS_PE_STD_TODO_REF