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


VIEW: APPS.IGS_DA_XML_INSTITUTION_V

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

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


XML element InstitutionTypeGets the Institution codes for the requested Institution. Base on the institution_cd passed in the XML whereclase.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ENTITY_ID_CODE_QUALIFER VARCHAR2 (10)
Contains the code set used for describing entities.
ENTITY_ID_CODE VARCHAR2 (30)
Contains the indentifying code for the entity.
ENTITY_ID_CODE_GROUP CHAR (0)
Contains a subdivision of the EntityIDCode.
INSTITUTION_CD VARCHAR2 (30)
Describes the institution from which the degree program is offered. The Institution is composed of the EntityID type. See this type for institution details.
Query Text

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


SELECT ENTITY_ID_CODE_QUALIFER
,      ENTITY_ID_CODE
,      ENTITY_ID_CODE_GROUP
,      INSTITUTION_CD
FROM APPS.IGS_DA_XML_INSTITUTION_V;

Dependencies

[top of page]

APPS.IGS_DA_XML_INSTITUTION_V references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_DA_SETUP
SynonymIGS_OR_ORG_ALT_IDS
SynonymIGS_PE_HZ_PARTIES

APPS.IGS_DA_XML_INSTITUTION_V is not referenced by any database object