[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_UNIT_UNIT_VERSION_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PS_UNIT_UNIT_VERSION_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Includes the title of the latest active version of a unit
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_CD | VARCHAR2 | (10) | Yes | The code used to identify the unit |
| UNIT_TITLE | VARCHAR2 | (90) | Yes | Title of unit 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 |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_CD
, UNIT_TITLE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_UNIT_UNIT_VERSION_V;
APPS
IGS_PS_UNIT
IGS_PS_UNIT_STAT
IGS_PS_UNIT_VER
APPS.IGS_PS_UNIT_UNIT_VERSION_V is not referenced by any database object
|
|
|
|