[Home] [Help]
[Dependency Information]
Object Name: | IGS_PS_TCH_RSOV_HIST_ALL |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_PS_TCH_RSOV_HIST_ALL describes the teaching responsibility override details for a given unit offering option. If an override is specified, it must total 100% for any given unit offering option.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_PS_TCH_RSOV_HIST_ALL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
IGS_PS_TCH_RSOV_HIST_ALL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_CD | VARCHAR2 | (10) | Yes | Describes the unit code to that the teaching responsibility applies. |
VERSION_NUMBER | NUMBER | (3) | Yes | Describes the unit code to that the teaching responsibility applies. |
CAL_TYPE | VARCHAR2 | (10) | Yes | Describes the teaching calendar type to that the teaching responsibility override applies. |
CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the teaching calendar sequence number to that the teaching responsibility override applies. |
LOCATION_CD | VARCHAR2 | (10) | Yes | Describes the location to that the teaching responsibility override applies. |
UNIT_CLASS | VARCHAR2 | (10) | Yes | Describes the unit class to that the teaching responsibility override applies. |
ORG_UNIT_CD | VARCHAR2 | (30) | Yes | Describes the organization unit responsible for teaching the unit offering option. |
OU_START_DT | DATE | Yes | Describes the organization unit start date responsible for teaching the unit offering option. | |
HIST_START_DT | DATE | Yes | Describes the date from that the history started being effective. | |
HIST_END_DT | DATE | Yes | Describes the date on that the history stopped being effective. | |
HIST_WHO | NUMBER | (15) | Yes | Describes the oracle user who altered the record resulting in the history. |
PERCENTAGE | NUMBER | (5) | Yes | Describes the percentage of the teaching responsibility that applies to the organizational unit. |
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) | Operating unit identifier |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_CD
, VERSION_NUMBER
, CAL_TYPE
, CI_SEQUENCE_NUMBER
, LOCATION_CD
, UNIT_CLASS
, ORG_UNIT_CD
, OU_START_DT
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, PERCENTAGE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_PS_TCH_RSOV_HIST_ALL;
IGS.IGS_PS_TCH_RSOV_HIST_ALL does not reference any database object
IGS.IGS_PS_TCH_RSOV_HIST_ALL is referenced by following:
|
|
|