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


VIEW: APPS.IGS_PR_COHORT_INST_RANK_V

Object Details
Object Name: IGS_PR_COHORT_INST_RANK_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PR_COHORT_INST_RANK_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
PERSON_ID NUMBER (15) Yes Person Id of student
PERSON_NUMBER VARCHAR2 (30) Yes The person number of the student
PERSON_NAME VARCHAR2 (360) Yes Name of this person
COURSE_CD VARCHAR2 (6) Yes Program Code of the student attempt
COURSE_TITLE VARCHAR2 (90) Yes The title of the program in the students program attempt
AS_OF_RANK_GPA NUMBER (22) Yes The as of GPA calculated at the time of ranking
COHORT_RANK NUMBER (15) Yes Rank in the given cohort
COHORT_OVERRIDE_RANK NUMBER (15)
Overridden rank in the given cohort
COMMENTS VARCHAR2 (240)
Comments for overriding the cohort rank
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
,      PERSON_ID
,      PERSON_NUMBER
,      PERSON_NAME
,      COURSE_CD
,      COURSE_TITLE
,      AS_OF_RANK_GPA
,      COHORT_RANK
,      COHORT_OVERRIDE_RANK
,      COMMENTS
,      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_RANK_V;

Dependencies

[top of page]

APPS.IGS_PR_COHORT_INST_RANK_V references the following:

SchemaAPPS
SynonymHZ_PARTIES
ViewIGS_EN_STDNT_PS_ATT
SynonymIGS_PR_COHINST_RANK
SynonymIGS_PR_COHORT_INST
ViewIGS_PS_OFR_OPT
ViewIGS_PS_VER
APPS.IGS_PR_COHORT_INST_RANK_V is referenced by following:

SchemaAPPS
Package BodyIGS_PR_CLASS_RANK - show dependent code