[Home] [Help]
[Dependency Information]
| Object Name: | IGS_OR_UNIT_HIST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_OR_UNIT_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 |
|---|---|---|---|---|
| ORG_UNIT_CD | VARCHAR2 | (30) | The code for the organisational unit. An organisational unit is uniquely identified by the combination of its code and start date. An organisational unit is a business unit of an institution or organisation. Common organisational units in tertiary institutions are faculties, schools, departments and divisions. Each organisational unit must be assigned a start date, description, status, organisational type and member type. | |
| OU_START_DT | DATE | The date from which the organisational unit is effective. The organisational unit is uniquely identified by the combination of its code and start date. | ||
| HIST_START_DT | DATE | The effective start date/time of the organisational unit history record. It is the date/time the previous history record was ended. | ||
| HIST_END_DT | DATE | The effective end date/time of the organisational unit history record. It is the date/time the subsequent history record was created. | ||
| HIST_WHO | NUMBER | (15) | The Oracle username of the person who created the history record. | |
| END_DT | DATE | |||
| DESCRIPTION | VARCHAR2 | (4000) | The description of the organisational unit during the currency of the history record. There will be a value in this field only if the description was changed when the subsequent record was created. | |
| ORG_STATUS | VARCHAR2 | (4000) | The status of the organisational unit during the currency of the history record. There will be a value in this field only if the status changed when the subsequent history record was created. It indicates the level of activity of the organisational unit. | |
| ORG_TYPE | VARCHAR2 | (4000) | The organisational type of the organisational unit during the currency of the history record. There will be a value in this field only if the organisational type changed when the subsequent record was created. | |
| MEMBER_TYPE | VARCHAR2 | (4000) | The member type of the organisational unit during the currency of the history record. There will be a value in this field only if the member type changed when the subsequent history record was created. | |
| INSTITUTION_CD | VARCHAR2 | (4000) | The code for the institution the organisational unit was associated with during the currency of the history record. There will be a value in this field only if the association changed when the subsequent history record was created. | |
| NAME | VARCHAR2 | (4000) | The description, or name, of the institution the organisational unit was associated with during the currency of the history record. There will be a value in this field only if the association changed when the subsequent history record was created. | |
| 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 ORG_UNIT_CD
, OU_START_DT
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, END_DT
, DESCRIPTION
, ORG_STATUS
, ORG_TYPE
, MEMBER_TYPE
, INSTITUTION_CD
, NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_OR_UNIT_HIST_V;
APPS
HZ_PARTIES
IGS_AU_GEN_003
- show dependent code
IGS_GE_DATE
- show dependent code
IGS_OR_UNIT_HIST_ALL
IGS_PE_HZ_PARTIES
APPS.IGS_OR_UNIT_HIST_V is not referenced by any database object
|
|
|
|