[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_UNIT_REF_HIST_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_UNIT_REF_HIST_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_UNIT_REF_HIST_ALL describes the history of changes to a unit version's reference codes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_UNIT_REF_HIST_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_CD
VERSION_NUMBER
REFERENCE_CD_TYPE
REFERENCE_CD
HIST_START_DT
|
| IGS_PS_UNIT_REF_HIST_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REFERENCE_CD_TYPE
|
| 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. |
| REFERENCE_CD_TYPE | VARCHAR2 | (10) | Yes | Describes the types of reference codes that are applied to the program offering options. |
| REFERENCE_CD | VARCHAR2 | (30) | Yes | Other System reference code for a unit. For example, an IVRS code used to represent a unit. |
| HIST_START_DT | DATE | Yes | Effective start date and time of the history record. | |
| HIST_END_DT | DATE | Yes | Effective end date and time of the history record. | |
| HIST_WHO | NUMBER | (15) | Yes | Oracle username of the person who created the history record. |
| DESCRIPTION | VARCHAR2 | (60) | Description, or name, of the unit reference code. | |
| 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
, REFERENCE_CD_TYPE
, REFERENCE_CD
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_PS_UNIT_REF_HIST_ALL;
IGS.IGS_PS_UNIT_REF_HIST_ALL does not reference any database object
IGS.IGS_PS_UNIT_REF_HIST_ALL is referenced by following:
APPS
IGS_PS_UNIT_REF_HIST_ALL
|
|
|
|