[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AP_PERS_NOTE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGF |
| FND Design Data: | IGF.IGF_AP_PERS_NOTE
|
| Subobject Name: | |
| Status: | VALID |
stores institution-defined note type pertaining to a student or a particular award year
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGF_AP_PERS_NOTE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REFERENCE_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REFERENCE_NUMBER | NUMBER | Yes | Indicates the reference number of a particular note | |
| BASE_ID | NUMBER | (15) | Yes | Unique identifier for student financial aid record |
| PE_NOTE_TYPE | VARCHAR2 | (30) | Yes | An Institution defined note type pertaining to a student or a particular award year |
| SHORT_DESC | VARCHAR2 | (30) | Indicates the short description for the associated note | |
| REC_RESP | VARCHAR2 | (30) | Yes | Indicates the Oracle Apps Responsibility that has access to this note record |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who columns |
| CREATION_DATE | DATE | Yes | Standard Who columns | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who columns |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who columns | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who columns |
Cut, paste (and edit) the following text to query this object:
SELECT REFERENCE_NUMBER
, BASE_ID
, PE_NOTE_TYPE
, SHORT_DESC
, REC_RESP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGF.IGF_AP_PERS_NOTE;
IGF.IGF_AP_PERS_NOTE does not reference any database object
IGF.IGF_AP_PERS_NOTE is referenced by following:
APPS
IGF_AP_PERS_NOTE
|
|
|
|