DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGS_PS_UNIT_UNIT_VERSION_V

Object Details
Object Name: IGS_PS_UNIT_UNIT_VERSION_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_UNIT_UNIT_VERSION_V
Subobject Name:
Status: VALID

View Type

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


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGS_PS_UNIT_UNIT_VERSION_V references the following:

SchemaAPPS
SynonymIGS_PS_UNIT
SynonymIGS_PS_UNIT_STAT
ViewIGS_PS_UNIT_VER

APPS.IGS_PS_UNIT_UNIT_VERSION_V is not referenced by any database object