[Home] [Help]
[Dependency Information]
Object Name: | IGS_PR_OU_PS_ALL |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_PR_OU_PS_ALL contains the program codes that are used to hold resulting from the outcome. For example, course exclusions.
Note: An outcome resulting in a program exclusion with no entry in this table will be assumed to mean exclusion from the enrolled program version.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_PR_OU_PS_ALL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
IGS_PR_OU_PS_ALL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROGRESSION_RULE_CAT | VARCHAR2 | (10) | Yes | Describes the institution-defined category for a progression rule |
PRA_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the progression rule sequence number of the related rule |
PRO_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the progression outcome sequence number of the related outcome |
COURSE_CD | VARCHAR2 | (6) | Yes | Describes the program code to that the hold is applied |
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 | |
ORG_ID | NUMBER | (15) | Holds the information of the organization that entered this data. This field will be used for row level security in a multi-organization setup. |
Cut, paste (and edit) the following text to query this object:
SELECT PROGRESSION_RULE_CAT
, PRA_SEQUENCE_NUMBER
, PRO_SEQUENCE_NUMBER
, COURSE_CD
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_PR_OU_PS_ALL;
IGS.IGS_PR_OU_PS_ALL does not reference any database object
IGS.IGS_PR_OU_PS_ALL is referenced by following:
|
|
|