[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_PR_COHORTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_PR_COHORTS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Stores Cohort details
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COHORT_NAME | VARCHAR2 | (30) | Yes | Name of the Cohort |
| DESCRIPTION | VARCHAR2 | (120) | Yes | Description of the Cohort |
| ORGANIZATION_CODE | VARCHAR2 | (30) | Organizational Unit Name to which cohort belongs | |
| STATISTICS_TYPE | VARCHAR2 | (50) | Yes | Statistic type used for calculating GPA |
| DEFAULT_DISPLAY_TYPE | VARCHAR2 | (30) | Yes | Display format for the rank. Default value is n of N. |
| TIMEFRAME | VARCHAR2 | (30) | Yes | Timeframe i.e. either Cumulative or Term |
| DENSE_RANK_IND | VARCHAR2 | (1) | Yes | Indicates whether to allow dense rank or not. Default value is N. |
| INCL_ON_TRANSCRIPT_IND | VARCHAR2 | (1) | Yes | Indicates whether to show rank on transcript or not. Default value is Y. |
| INCL_ON_STUD_ACAD_HIST_IND | VARCHAR2 | (1) | Yes | Indicates whether to show rank on student Academic History page. Default value is Y. |
| RULE_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Rule Sequence Number for the rule defined for the cohort |
| STATISTICS_TYPE_DESC | VARCHAR2 | (90) | Yes | The description of the statistic type attached to this cohort |
| _LA: DFLT_DISPLAY_TYPE_DESC | CHAR | (69) | ||
| _LA: TIMEFRAME_MEANING | CHAR | (53) | ||
| ORGANIZATION_DESC | VARCHAR2 | (360) | Yes | The description of the org unit that is attached to the cohort |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates whether the cohort is closed or not |
| 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 COHORT_NAME
, DESCRIPTION
, ORGANIZATION_CODE
, STATISTICS_TYPE
, DEFAULT_DISPLAY_TYPE
, TIMEFRAME
, DENSE_RANK_IND
, INCL_ON_TRANSCRIPT_IND
, INCL_ON_STUD_ACAD_HIST_IND
, RULE_SEQUENCE_NUMBER
, STATISTICS_TYPE_DESC
, _LA: DFLT_DISPLAY_TYPE_DESC
, _LA: TIMEFRAME_MEANING
, ORGANIZATION_DESC
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_PR_COHORTS;
APPS
HZ_PARTIES
IGS_PR_COHORT
IGS_PR_STAT_TYPE
APPS.IGSFV_PR_COHORTS is not referenced by any database object
|
|
|
|