[Home] [Help]
[Dependency Information]
Object Name: | IGSFV_INST_STAT_DETAILS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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. | |
INSTITUTION_NAME | VARCHAR2 | (360) | Yes | Name 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
, INSTITUTION_NAME
, _LA:STATISTICS_TYPE
, INST_STAT_DTL_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_INST_STAT_DETAILS;
APPS.IGSFV_INST_STAT_DETAILS is not referenced by any database object
|
|
|