[Home] [Help]
[Dependency Information]
Object Name: | IGS_PE_STD_TODO |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_PE_STD_TODO represents a todo item placed against a student. For example, re-assess fees, produce outcome notification. Todos can have a date specified they must not be actioned before.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_PE_STD_TODO_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
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 | |
TODO_DT | DATE | Describes the date a student to do item is to be actioned | ||
LOGICAL_DELETE_DT | DATE | Describes the date student to do 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 concurrentprogram 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 PERSON_ID
, S_STUDENT_TODO_TYPE
, SEQUENCE_NUMBER
, TODO_DT
, 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
FROM IGS.IGS_PE_STD_TODO;
IGS.IGS_PE_STD_TODO does not reference any database object
IGS.IGS_PE_STD_TODO is referenced by following:
|
|
|