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


VIEW: APPS.IGS_RE_CDT_FLD_OF_SY_V

Object Details
Object Name: IGS_RE_CDT_FLD_OF_SY_V
Object Type: VIEW
Owner: APPS
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 Id
PERSON_ID NUMBER (15) Yes Describes the person identifier number that uniquely identifies a person
CA_SEQUENCE_NUMBER NUMBER (6) Yes Describes the candidature sequence number
FOS_TYPE_CODE VARCHAR2 (30) Yes Field of study type code
FOS_TYPE_CODE_DESC VARCHAR2 (80) Yes Description for Field of Study type code
FIELD_OF_STUDY VARCHAR2 (10) Yes Describes the field of study applicable to the candidature
PERCENTAGE NUMBER (5) Yes Describes the percentage of the candidature effort applying to the nominated field of study
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
Query Text

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


SELECT ROW_ID
,      PERSON_ID
,      CA_SEQUENCE_NUMBER
,      FOS_TYPE_CODE
,      FOS_TYPE_CODE_DESC
,      FIELD_OF_STUDY
,      PERCENTAGE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_RE_CDT_FLD_OF_SY_V;

Dependencies

[top of page]

APPS.IGS_RE_CDT_FLD_OF_SY_V references the following:

SchemaAPPS
ViewIGS_PS_FLD_OF_STUDY
SynonymIGS_RE_CDT_FLD_OF_SY
APPS.IGS_RE_CDT_FLD_OF_SY_V is referenced by following:

SchemaAPPS
Package BodyIGS_RE_VAL_CAFOS - show dependent code
Package BodyIGS_RE_VAL_TEX - show dependent code