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


VIEW: APPS.IGS_OR_INSTITUTION_V

Object Details
Object Name: IGS_OR_INSTITUTION_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_OR_INSTITUTION_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)
Indicates the Row Identifier
PARTY_ID NUMBER (15) Yes Indicates the Party Identifier
INSTITUTION_CD VARCHAR2 (30)
Indicates the Institution Code
NAME VARCHAR2 (360) Yes Indicates the Institution Name
INSTITUTION_STATUS VARCHAR2 (10)
Indicates the Institution Status
LOCAL_INSTITUTION_IND VARCHAR2 (1)
Indicates if the Institution is local
OS_IND VARCHAR2 (1)
Flag indicates whether institution is local or not
GOVT_INSTITUTION_CD VARCHAR2 (30)
Indicates the government institution code
INSTITUTION_TYPE VARCHAR2 (20)
Indicates the Institution Type
DESCRIPTION VARCHAR2 (60)
Indicates the Institution Type description
INST_CONTROL_TYPE VARCHAR2 (30)
Indicates the Institution Control Type
CTRL_DESCRIPTION VARCHAR2 (80)
Indicates the Institution Control Type description
PREF_INST_ID_TYPE VARCHAR2 (10)
Preferred Institution Alternate ID Type
PREF_INST_ALT_ID VARCHAR2 (20)
Preferred Institution Alternate ID
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Indicates the Descriptive flex field structure column
ATTRIBUTE1 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE2 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE3 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE4 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE5 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE6 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE7 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE8 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE9 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE10 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE11 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE12 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE13 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE14 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE15 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE16 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE17 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE18 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE19 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
ATTRIBUTE20 VARCHAR2 (150)
Indicates the Descriptive flex field segment column
EPS_CODE VARCHAR2 (8)
Indicates the Institution Market Code
INSTITUTION_PRIORITY VARCHAR2 (30)
Indicates the Institution priority
PRIORITY_DESCRIPTION VARCHAR2 (80)
Indicates the Institution priority description
INST_PHONE_COUNTRY_CODE VARCHAR2 (10)
Indicates the Institution phone country code
INST_PHONE_AREA_CODE VARCHAR2 (10)
Indicates the Institution phone area code
INST_PHONE_NUMBER VARCHAR2 (40)
Indicates the Institution phone number
ADV_STUDIES_CLASSES NUMBER

Indicates the number of advanced studies offered
HONORS_CLASSES NUMBER

Indicates the number of honors classes offered
CLASS_SIZE NUMBER

Indicates the class size
SEC_SCHOOL_LOCATION_ID NUMBER (15)
Indicates the secondary school location identifier
SEC_SCHOOL_LOCATION_CODE VARCHAR2 (10)
Indicates the secondary school location code
SEC_SCHOOL_LOCATION_DESC VARCHAR2 (30)
Indicates the secondary school location description
PERCENT_PLAN_HIGHER_EDU NUMBER

Indicates the percentage of students planning to pursue higher education
Query Text

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


SELECT ROW_ID
,      PARTY_ID
,      INSTITUTION_CD
,      NAME
,      INSTITUTION_STATUS
,      LOCAL_INSTITUTION_IND
,      OS_IND
,      GOVT_INSTITUTION_CD
,      INSTITUTION_TYPE
,      DESCRIPTION
,      INST_CONTROL_TYPE
,      CTRL_DESCRIPTION
,      PREF_INST_ID_TYPE
,      PREF_INST_ALT_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ATTRIBUTE16
,      ATTRIBUTE17
,      ATTRIBUTE18
,      ATTRIBUTE19
,      ATTRIBUTE20
,      EPS_CODE
,      INSTITUTION_PRIORITY
,      PRIORITY_DESCRIPTION
,      INST_PHONE_COUNTRY_CODE
,      INST_PHONE_AREA_CODE
,      INST_PHONE_NUMBER
,      ADV_STUDIES_CLASSES
,      HONORS_CLASSES
,      CLASS_SIZE
,      SEC_SCHOOL_LOCATION_ID
,      SEC_SCHOOL_LOCATION_CODE
,      SEC_SCHOOL_LOCATION_DESC
,      PERCENT_PLAN_HIGHER_EDU
FROM APPS.IGS_OR_INSTITUTION_V;

Dependencies

[top of page]

APPS.IGS_OR_INSTITUTION_V references the following:

SchemaAPPS
ViewIGS_OR_INSTITUTION
APPS.IGS_OR_INSTITUTION_V is referenced by following:

SchemaAPPS
ViewIGS_DA_FTR_VAL_V
ViewIGS_DA_XML_COURSE_V