[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_PR_COHORT_INSTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_PR_COHORT_INSTS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Stores Cohort instance details
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COHORT_NAME | VARCHAR2 | (30) | Yes | Name of the Cohort |
| LOAD_CAL_TYPE | VARCHAR2 | (10) | Yes | Calendar type to define the cohort instance |
| LOAD_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Sequence Number to define the cohort instance |
| COHORT_STATUS | VARCHAR2 | (30) | Yes | Status of cohort instance either Working or frozen |
| RANK_STATUS | VARCHAR2 | (30) | Yes | Status of rank either Working or final |
| RUN_DATE | DATE | Date on which Ranking was done | ||
| COHORT_NAME_DESC | VARCHAR2 | (120) | Yes | The description of the cohort to which the instance is attached |
| CAL_ALT_CODE | VARCHAR2 | (10) | The alternate code of the calendar to which this cohort instance is attached | |
| _LA: COHORT_STATUS_DESC | CHAR | (62) | ||
| _LA: RANK_STATUS_DESC | CHAR | (58) | ||
| 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
, LOAD_CAL_TYPE
, LOAD_CI_SEQUENCE_NUMBER
, COHORT_STATUS
, RANK_STATUS
, RUN_DATE
, COHORT_NAME_DESC
, CAL_ALT_CODE
, _LA: COHORT_STATUS_DESC
, _LA: RANK_STATUS_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_PR_COHORT_INSTS;
APPS
IGS_CA_INST
IGS_PR_COHORT
IGS_PR_COHORT_INST
APPS.IGSFV_PR_COHORT_INSTS is not referenced by any database object
|
|
|
|