[Home] [Help]
[Dependency Information]
Object Name: | IGS_PS_TCH_RESP_HIST_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_CD | VARCHAR2 | (10) | The code used to identify the unit. | |
VERSION_NUMBER | NUMBER | (3) | Version number is used to uniquely identify each version of a unit. | |
ORG_UNIT_CD | VARCHAR2 | (30) | This field describes the code which uniquely identifies an academic or administrative organisational unit operating within the University structure. DEET element reference 333. | |
OU_START_DT | DATE | This field describes the date from which the organisational unit is effective. | ||
HIST_START_DT | DATE | The effective start date/time of the history record. | ||
HIST_END_DT | DATE | The effective end date/time of the history record. | ||
HIST_WHO | NUMBER | (15) | The Oracle username of the person who created the history record. | |
PERCENTAGE | NUMBER | The percentage allocation of teaching responsibilitiy to an organisational unit for a unit of study. | ||
CREATED_BY | NUMBER | (15) | ||
CREATION_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | (15) | ||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATE_LOGIN | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_CD
, VERSION_NUMBER
, 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
FROM APPS.IGS_PS_TCH_RESP_HIST_V;
APPS.IGS_PS_TCH_RESP_HIST_V is not referenced by any database object
|
|
|