[Home] [Help]
[Dependency Information]
Object Name: | IGS_DA_XML_CONTROLGPA_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
XML element ControlGPACalculation
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GPA_TYPE | VARCHAR2 | (50) | Yes | Contains the value for the type of GPA to be calculated. |
GPA_TIMEFRAME | VARCHAR2 | (50) | Yes | Contains the time period over which the GPA is calculated. |
SESSIONID | VARCHAR2 | (30) | Contains the term for which the GPA is to be calculated. | |
BATCH_ID | NUMBER | Yes | Contains the Batch_Id of the request document number. |
Cut, paste (and edit) the following text to query this object:
SELECT GPA_TYPE
, GPA_TIMEFRAME
, SESSIONID
, BATCH_ID
FROM APPS.IGS_DA_XML_CONTROLGPA_V;
APPS.IGS_DA_XML_CONTROLGPA_V is not referenced by any database object
|
|
|