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


VIEW: APPS.IGSFV_ADM_INTERVIEW_PANELS

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

View Type

A Business Intelligence System view


Full View for the Entity that holds the information about the screening/interview panels that has been created


[View Source]

Columns
Name Datatype Length Mandatory Comments
PANEL_CODE VARCHAR2 (30) Yes Admission Panel code
PANEL_DESC VARCHAR2 (60) Yes Panel Description
_LA:PANEL_TYPE_MEANING CHAR (70)
_LA:CLOSED_IND_FLAG CHAR (52)
_LA:PANEL_LEVEL_MEANING CHAR (72)
_DF CHAR (34)
CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PANEL_CODE
,      PANEL_DESC
,      _LA:PANEL_TYPE_MEANING
,      _LA:CLOSED_IND_FLAG
,      _LA:PANEL_LEVEL_MEANING
,      _DF
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_ADM_INTERVIEW_PANELS;

Dependencies

[top of page]

APPS.IGSFV_ADM_INTERVIEW_PANELS references the following:

SchemaAPPS
SynonymIGS_AD_INTVW_PNLS

APPS.IGSFV_ADM_INTERVIEW_PANELS is not referenced by any database object