[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_ADM_INTERVIEW_PANELS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_ADM_INTERVIEW_PANELS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Base View for the Entity that holds the information about the screening/interview panels that has been created
| 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 |
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.IGSBV_ADM_INTERVIEW_PANELS;
APPS
IGS_AD_INTVW_PNLS
APPS.IGSBV_ADM_INTERVIEW_PANELS is not referenced by any database object
|
|
|
|