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


VIEW: APPS.IGS_EN_USEC_STAT_DSP_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Contains the Unit section statuses what are to be displayed to the self service user for enrollment based on whether displayed is set to yes/no.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Rowid.
UNIT_SECTION_STATUS VARCHAR2 (30) Yes Unit section status.
MEANING VARCHAR2 (80) Yes Unit section status meaning.
DISPLAYED VARCHAR2 (1)
Indicate whether the unit section with the status selected will be displayed for self service enrollment or not.
CREATED_BY NUMBER (15)
Standard WHO Column
CREATION_DATE DATE

Standard WHO Column
LAST_UPDATED_BY NUMBER (15)
Standard WHO Column
LAST_UPDATE_DATE DATE

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 ROW_ID
,      UNIT_SECTION_STATUS
,      MEANING
,      DISPLAYED
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_USEC_STAT_DSP_V;

Dependencies

[top of page]

APPS.IGS_EN_USEC_STAT_DSP_V references the following:

SchemaAPPS
SynonymIGS_EN_USEC_STAT_DSP
ViewIGS_LOOKUPS_VIEW
APPS.IGS_EN_USEC_STAT_DSP_V is referenced by following:

SchemaAPPS
Package BodyIGS_SS_EN_WRAPPERS - show dependent code