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


VIEW: APPS.IGF_AP_INS_VERN_ITEM_V

Object Details
Object Name: IGF_AP_INS_VERN_ITEM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AP_INS_VERN_ITEM_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)
Shows the database row id
BASE_ID NUMBER (10) Yes Identifier for student
UDF_VERN_ITEM_SEQ_NUM VARCHAR2 (0)
Shows the user defined item sequence number
FIELD_LABEL VARCHAR2 (80) Yes Contains the column name for the user defined field
ISIR_MAP_COL VARCHAR2 (30)
Shows the ISIR mapping column
PROFILE_MAP_COL VARCHAR2 (0)
FIELD_TYPE VARCHAR2 (0)
Shows the data type of the field mention in the field label
REQ_BY_FLAG VARCHAR2 (0)
Shows whether the user defined field is requested by federal, institutional or both
ITEM_VALUE VARCHAR2 (100)
Shows the user defined value
WAIVE_FLAG VARCHAR2 (30)
Shows the waive value of the user defined value
LEGACY_RECORD_FLAG VARCHAR2 (1)
Indicates this student award record is imported through legacy import process
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
INCL_IN_TOLERANCE VARCHAR2 (1)
Indicates that the item is included in the Total Tolerance Amount
Query Text

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


SELECT ROW_ID
,      BASE_ID
,      UDF_VERN_ITEM_SEQ_NUM
,      FIELD_LABEL
,      ISIR_MAP_COL
,      PROFILE_MAP_COL
,      FIELD_TYPE
,      REQ_BY_FLAG
,      ITEM_VALUE
,      WAIVE_FLAG
,      LEGACY_RECORD_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      INCL_IN_TOLERANCE
FROM APPS.IGF_AP_INS_VERN_ITEM_V;

Dependencies

[top of page]

APPS.IGF_AP_INS_VERN_ITEM_V references the following:

SchemaAPPS
ViewIGF_AP_BATCH_AW_MAP
SynonymIGF_AP_FA_BASE_REC_ALL
ViewIGF_AP_INST_VER_ITEM
SynonymIGF_FC_SAR_CD_MST
ViewIGF_LOOKUPS_VIEW

APPS.IGF_AP_INS_VERN_ITEM_V is not referenced by any database object