[Home] [Help]
[Dependency Information]
Object Name: | IGS_TR_GROUP_ALL |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_TR_GROUP_ALL describes a grouping of tracking items. The ability to group tracking items together can have a number of uses within the system.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_TR_GROUP_ALL_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRACKING_GROUP_ID | NUMBER | (9) | Yes | Unique name of the tracking group. A tracking group is an institution-defined grouping of tracking items. For example, all special consideration applications for student 12345678 in semester 1 1999-all applications for admission to program abc123 in academic year 1999. |
DESCRIPTION | VARCHAR2 | (60) | Yes | Describes tracking group. A tracking group is an institution-defined grouping of tracking items. For example, all special consideration applications for student 12345678 in semester 1 1999-all applications for admission to program abc123 in academic year 1999. |
ORG_ID | NUMBER | (15) | Operating unit identifier | |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT TRACKING_GROUP_ID
, DESCRIPTION
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_TR_GROUP_ALL;
IGS.IGS_TR_GROUP_ALL does not reference any database object
IGS.IGS_TR_GROUP_ALL is referenced by following:
|
|
|