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


VIEW: APPS.IGSFV_PERSON_NOTES

Object Details
Object Name: IGSFV_PERSON_NOTES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSFV_PERSON_NOTES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This entity contains information about the person's notes.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGSFV_PERSON_NOTES references the following:

SchemaAPPS
SynonymIGS_GE_NOTE
SynonymIGS_PE_PERS_NOTE

APPS.IGSFV_PERSON_NOTES is not referenced by any database object