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


TABLE: IGF.IGF_AP_TD_ITEM_INST_ALL

Object Details
Object Name: IGF_AP_TD_ITEM_INST_ALL
Object Type: TABLE
Owner: IGF
FND Design Data: TableIGF.IGF_AP_TD_ITEM_INST_ALL
Subobject Name:
Status: VALID


IGF_AP_TD_ITEM_INST_ALL stores the item instance information.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGF_AP_TD_ITEM_INST_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBASE_ID
ColumnITEM_SEQUENCE_NUMBER
Columns
Name Datatype Length Mandatory Comments
BASE_ID NUMBER (15) Yes Identifier for student financial aid record
ITEM_SEQUENCE_NUMBER NUMBER (15) Yes Identifier for to-do item instance
STATUS VARCHAR2 (30)
Holds to-do item instance status. Values are requested, received complete, or received incomplete.
STATUS_DATE DATE

Holds to-do item status date
ADD_DATE DATE

Holds date on which to-do item instance was created
CORSP_DATE DATE

Holds date on which to-do item was last included in correspondence to student
CORSP_COUNT NUMBER (15)
Holds information on number of times to-do item has been included in correspondence to student
INACTIVE_FLAG VARCHAR2 (1)
Describes whether to-do item has been inactivated for student
REQUIRED_FOR_APPLICATION VARCHAR2 (30)
Denotes whether fulfillment of this todo item is mandatory for the Completion of Application Processing.
FREQ_ATTEMPT NUMBER (15)
Indicates the frequency at which the correspondence should be sent to the student
MAX_ATTEMPT NUMBER (15)
Indicates the max number of time a correspondence should be sent to the student
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
ORG_ID NUMBER (15)
Operating unit identifier
LEGACY_RECORD_FLAG VARCHAR2 (1)
Indicates weather the record was imported through a legacy process or not
CLPRL_ID NUMBER

Lender that the student selected as preferred
Query Text

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


SELECT BASE_ID
,      ITEM_SEQUENCE_NUMBER
,      STATUS
,      STATUS_DATE
,      ADD_DATE
,      CORSP_DATE
,      CORSP_COUNT
,      INACTIVE_FLAG
,      REQUIRED_FOR_APPLICATION
,      FREQ_ATTEMPT
,      MAX_ATTEMPT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      LEGACY_RECORD_FLAG
,      CLPRL_ID
FROM IGF.IGF_AP_TD_ITEM_INST_ALL;

Dependencies

[top of page]

IGF.IGF_AP_TD_ITEM_INST_ALL does not reference any database object

IGF.IGF_AP_TD_ITEM_INST_ALL is referenced by following:

SchemaAPPS
SynonymIGF_AP_TD_ITEM_INST_ALL