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


VIEW: APPS.IGF_AW_COA_GRP_ITEM_V

Object Details
Object Name: IGF_AW_COA_GRP_ITEM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_COA_GRP_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)
Database Rowid for cost of attendence item
COA_CODE VARCHAR2 (30) Yes Unique identifier for cost of attendence
CI_CAL_TYPE VARCHAR2 (10) Yes Indicates the code for the award year calender type, used within the operating unit
CI_SEQUENCE_NUMBER NUMBER (6) Yes Indicates a unique identifier for the award year calender instance
CI_ALTERNATE_CODE VARCHAR2 (10)
Indicates the alternate short reference code for identifying a award year calendar instance
CI_START_DT DATE
Yes Indicates the award year start date
CI_END_DT DATE
Yes Indicates the award year end date
ITEM_CODE VARCHAR2 (30) Yes Unique identifier for items used in the computation of the cost of attendence
DESCRIPTION VARCHAR2 (80)
Long name for the cost of attendence item
DEFAULT_VALUE NUMBER

The default value of the cost of attendence item
FIXED_COST VARCHAR2 (30) Yes Flag defining the use of fixed costs for the cost of attendence item
ACTIVE VARCHAR2 (30) Yes Indicator that specifies if the cost of attendence item is active or not. Setting the checkbox to inactive prevents use of the cost of attendence item in new or modified records
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
PELL_AMOUNT NUMBER

PELL_ALTERNATE_AMT NUMBER

ITEM_DIST VARCHAR2 (30)
LOCK_FLAG VARCHAR2 (1)
Lock Indicator
Query Text

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


SELECT ROW_ID
,      COA_CODE
,      CI_CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      CI_ALTERNATE_CODE
,      CI_START_DT
,      CI_END_DT
,      ITEM_CODE
,      DESCRIPTION
,      DEFAULT_VALUE
,      FIXED_COST
,      ACTIVE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PELL_AMOUNT
,      PELL_ALTERNATE_AMT
,      ITEM_DIST
,      LOCK_FLAG
FROM APPS.IGF_AW_COA_GRP_ITEM_V;

Dependencies

[top of page]

APPS.IGF_AW_COA_GRP_ITEM_V references the following:

SchemaAPPS
ViewIGF_AW_COA_GRP_ITEM
SynonymIGF_AW_ITEM
ViewIGS_CA_INST

APPS.IGF_AW_COA_GRP_ITEM_V is not referenced by any database object