DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGS_PR_COHORT_INST_V

Object Details
Object Name: IGS_PR_COHORT_INST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PR_COHORT_INST_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
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
START_DT DATE
Yes
END_DT DATE
Yes
DESCRIPTION VARCHAR2 (30)
COHORT_STATUS VARCHAR2 (30) Yes Status of cohort instance either Working or frozen
COHORT_STATUS_MEANING VARCHAR2 (80) Yes
RANK_STATUS VARCHAR2 (30) Yes Status of rank either Working or final
RANK_STATUS_MEANING VARCHAR2 (80) Yes
RUN_DATE DATE

Date on which Ranking was done
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
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record.
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record.
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record.
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      COHORT_NAME
,      LOAD_CAL_TYPE
,      LOAD_CI_SEQUENCE_NUMBER
,      START_DT
,      END_DT
,      DESCRIPTION
,      COHORT_STATUS
,      COHORT_STATUS_MEANING
,      RANK_STATUS
,      RANK_STATUS_MEANING
,      RUN_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM APPS.IGS_PR_COHORT_INST_V;

Dependencies

[top of page]

APPS.IGS_PR_COHORT_INST_V references the following:

SchemaAPPS
ViewIGS_CA_INST
ViewIGS_LOOKUP_VALUES
SynonymIGS_PR_COHORT_INST
APPS.IGS_PR_COHORT_INST_V is referenced by following:

SchemaAPPS
Package BodyIGS_PR_CLASS_RANK - show dependent code