[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_TCH_RSOV_HIST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PS_TCH_RSOV_HIST_V
|
| 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) | This field describes the unit code to which the teaching responsibility applies. | |
| VERSION_NUMBER | NUMBER | (3) | This field describes the unit code to which the teaching responsibility applies. | |
| CAL_TYPE | VARCHAR2 | (10) | This field desctibes the teaching calendar type to which the teaching responsibility override applies. | |
| CI_SEQUENCE_NUMBER | NUMBER | (6) | This field desctibes the teaching calendar sequence number to which the teaching responsibility override applies. | |
| LOCATION_CD | VARCHAR2 | (10) | This field describes the location to which the teaching responsibility override applies. | |
| UNIT_CLASS | VARCHAR2 | (10) | This field describes the unit class to which the teaching responsibility override applies. | |
| ORG_UNIT_CD | VARCHAR2 | (30) | This field describes the organisation unit responsible for teaching the unit offering option. | |
| OU_START_DT | DATE | This field describes the organisation unit start date responsible for teaching the unit offering option. | ||
| HIST_START_DT | DATE | This field describes the date from which the history started being effective. | ||
| HIST_END_DT | DATE | This field describes the date on which the history stopped being effective. | ||
| HIST_WHO | NUMBER | (15) | This field describes the oracle user who altered the record resulting in the history. | |
| PERCENTAGE | NUMBER | This field describes the percentage of the teaching responsibility that applies to the organisational unit. | ||
| 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
, 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
FROM APPS.IGS_PS_TCH_RSOV_HIST_V;
APPS
IGS_AU_GEN_004
- show dependent code
IGS_PS_TCH_RESP_OVRD
IGS_PS_TCH_RSOV_HIST
IGS_PS_UNIT_OFR_OPT
APPS.IGS_PS_TCH_RSOV_HIST_V is not referenced by any database object
|
|
|
|