[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_TCH_RESP |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_TCH_RESP
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_TCH_RESP describes the breakdown of teaching responsibilities for a unit across organization units. This is divided using a percentage allocation.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_TCH_RESP_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_CD
VERSION_NUMBER
ORG_UNIT_CD
OU_START_DT
|
| IGS_PS_TCH_RESP_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ORG_UNIT_CD
OU_START_DT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_CD | VARCHAR2 | (10) | Yes | Code used to identify the unit. |
| VERSION_NUMBER | NUMBER | (3) | Yes | Version number is used to uniquely identify each version of a unit. |
| ORG_UNIT_CD | VARCHAR2 | (30) | Yes | Describes the code that identifies an academic or administrative organizational unit operating within the university structure. DEET element reference 333. |
| OU_START_DT | DATE | Yes | Describes the date from that the organizational unit is effective. | |
| PERCENTAGE | NUMBER | (5) | Yes | Percentage allocation of teaching responsibility to an organizational unit for a unit of study. |
| 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 UNIT_CD
, VERSION_NUMBER
, ORG_UNIT_CD
, OU_START_DT
, PERCENTAGE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_TCH_RESP;
IGS.IGS_PS_TCH_RESP does not reference any database object
IGS.IGS_PS_TCH_RESP is referenced by following:
APPS
IGS_PS_TCH_RESP
|
|
|
|