[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_PERSON_NOTES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_PERSON_NOTES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity contains information about the person's notes.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REFERENCE_NUMBER | NUMBER | Yes | A system assigned number used to uniquely identify a particular note | |
| NOTE_TEXT | VARCHAR2 | (2000) | Text of the note. | |
| _LA:NOTE_TYPE | CHAR | (59) | An institution-defined note type pertaining to a student. For example, academic, admin, and discipline | |
| START_DATE | DATE | Start Date of the note. | ||
| END_DATE | DATE | End Date of the note. | ||
| PERSON_ID | NUMBER | (15) | Yes | Person identification number |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT REFERENCE_NUMBER
, NOTE_TEXT
, _LA:NOTE_TYPE
, START_DATE
, END_DATE
, PERSON_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_PERSON_NOTES;
APPS
IGS_GE_NOTE
IGS_PE_PERS_NOTE
APPS.IGSFV_PERSON_NOTES is not referenced by any database object
|
|
|
|