[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AP_PERS_NOTE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AP_PERS_NOTE_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row ID | |
| REFERENCE_NUMBER | NUMBER | Yes | Inidcates the reference number of a particular note | |
| BASE_ID | NUMBER | (15) | Yes | 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 |
| PE_NOTE_TYPE_DESC | VARCHAR2 | (80) | Yes | Decsription for an Institution defined note type pertaining to a student or a particular award year |
| SHORT_DESC | VARCHAR2 | (30) | Indicates the short description for the assosciated note | |
| REC_RESP | VARCHAR2 | (30) | Yes | Indicates the Oracle Apps Responsibility Which has access to this note record |
| CREATED_BY | NUMBER | (15) | Yes | |
| 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 ROW_ID
, REFERENCE_NUMBER
, BASE_ID
, PE_NOTE_TYPE
, PE_NOTE_TYPE_DESC
, SHORT_DESC
, REC_RESP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGF_AP_PERS_NOTE_V;
APPS
IGF_AP_PERS_NOTE
IGS_LOOKUP_VALUES
APPS.IGF_AP_PERS_NOTE_V is not referenced by any database object
|
|
|
|