[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_INST_STAT_DETAILS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_INST_STAT_DETAILS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity describes Institution Statistic Detail for the institution and statistics type combinations.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INST_STAT_ID | NUMBER | (15) | Yes | Institution Statistics Identifier |
| YEAR | DATE | Yes | Statistics Year | |
| VALUE | VARCHAR2 | (25) | Yes | Statistics Value |
| INSTITUTION_CODE | VARCHAR2 | (30) | Code of the Institution for which the statistics is defined. | |
| _LA:STATISTICS_TYPE | CHAR | (65) | Statistic Type | |
| INST_STAT_DTL_ID | NUMBER | (15) | Yes | Institution Statistics Detail Identifier. |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT INST_STAT_ID
, YEAR
, VALUE
, INSTITUTION_CODE
, _LA:STATISTICS_TYPE
, INST_STAT_DTL_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_INST_STAT_DETAILS;
APPS
IGS_OR_INST_STATS
IGS_OR_INST_STAT_DTL
IGS_PE_HZ_PARTIES
APPS.IGSBV_INST_STAT_DETAILS is not referenced by any database object
|
|
|
|