[Home] [Help]
[Dependency Information]
Object Name: | IGF_AW_CORRESP_ALL |
---|---|
Object Type: | TABLE |
Owner: | IGF |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Temporary staging entity that is commonly used for Printing message information and the award matrix . The correspondence engine then pulls values from this table and stores it in letter specific tables
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGF_AW_CORRESP_ALL_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CRSP_ID | NUMBER | (15) | Yes | Sequence generated Primary Key Column |
BASE_ID | NUMBER | (15) | Yes | Identifier for student Financial Aid record |
FLAG | VARCHAR2 | (2) | Yes | Flag to indicate what type of data this row stores |
LINE_NUMBER | NUMBER | (5) | Yes | Stores the line number , as parameters need to be retrieved based in the order of the line .. as the Headings get printed first then the data and finally the totals |
LINE_DATA | VARCHAR2 | (2000) | Stores the parameter value that gets printed | |
ORG_ID | NUMBER | (15) | Operating unit identifier | |
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 | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Who column for concurrent programs | |
PROGRAM_ID | NUMBER | (15) | Standard Who column for concurrent programs | |
REQUEST_ID | NUMBER | (15) | Standard Who column for concurrent programs | |
PROGRAM_UPDATE_DATE | DATE | Standard Who column for concurrent programs |
Cut, paste (and edit) the following text to query this object:
SELECT CRSP_ID
, BASE_ID
, FLAG
, LINE_NUMBER
, LINE_DATA
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, REQUEST_ID
, PROGRAM_UPDATE_DATE
FROM IGF.IGF_AW_CORRESP_ALL;
IGF.IGF_AW_CORRESP_ALL does not reference any database object
IGF.IGF_AW_CORRESP_ALL is referenced by following:
|
|
|