[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_INTERVIEW_PANEL_HISTDTLS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_INTERVIEW_PANEL_HISTDTLS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Base View for the Entity that holds the information about the history of panel decision changes.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PANEL_DETAILS_ID | NUMBER | Yes | Panel Details ID | |
| HISTORY_DATE | DATE | Yes | The date when the Panel decision details got changed | |
| FINAL_DECISION_CODE | VARCHAR2 | (30) | Yes | Final Decision |
| _LA:FINAL_DECISION_MEANING | CHAR | (75) | ||
| 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_DETAILS_ID
, HISTORY_DATE
, FINAL_DECISION_CODE
, _LA:FINAL_DECISION_MEANING
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_INTERVIEW_PANEL_HISTDTLS;
APPS
IGS_AD_PNL_HIS_DTLS
APPS.IGSBV_INTERVIEW_PANEL_HISTDTLS is not referenced by any database object
|
|
|
|