[Home] [Help]
[Dependency Information]
| Object Name: | CS_SR_ALL_NOTES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_SR_ALL_NOTES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INCIDENT_ID | NUMBER | (15) | This column stores the SR id (incident id) | |
| ID | NUMBER | This column stores the note id | ||
| APP_OBJ_ID | NUMBER | This column stores the source id in the JTF notes table | ||
| APP_OBJ_CODE | VARCHAR2 | (240) | This column stores the source object code in the JTF notes table | |
| NOTE_TYPE_CODE | VARCHAR2 | (30) | This column stores the note type code | |
| NOTE_TYPE_MEANING | VARCHAR2 | (80) | This column stores the note type meaning | |
| NOTE | VARCHAR2 | (2000) | This column stores the description of the note | |
| TRUE_STMT | CHAR | (1) | This column stores a boolean value 'Y' or 'N' | |
| CREATION_DATE | DATE | This column stores the note creation date | ||
| CREATED_BY | NUMBER | (15) | This column stores the user id of the creator of the note | |
| LAST_UPDATE_DATE | DATE | This column stores the date when the note was last updated | ||
| LAST_UPDATED_BY | NUMBER | (15) | This column stores the user ifd of the last updated user. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | This column stores the user id of the last user logged in. | |
| RECORD_SOURCE_TYPE | VARCHAR2 | (17) | The value in this column determines the source of the note. | |
| NOTE_STATUS | VARCHAR2 | (1) | This column stores the note status code | |
| NOTE_STATUS_MEANING | VARCHAR2 | (80) | This column stores the note status description | |
| OBJ_ID | NUMBER | This column stores the contract line id | ||
| OBJ_NUMBER | VARCHAR2 | (120) | This column stores the contract number associated to the SR. | |
| USER_NAME | VARCHAR2 | (100) | This column stores the login user_name | |
| SOURCE | VARCHAR2 | (201) | This column stores the concatenation of the source code and source number | |
| IS_DETAIL | VARCHAR2 | (1) | This column indicates if note detail exists. |
Cut, paste (and edit) the following text to query this object:
SELECT INCIDENT_ID
, ID
, APP_OBJ_ID
, APP_OBJ_CODE
, NOTE_TYPE_CODE
, NOTE_TYPE_MEANING
, NOTE
, TRUE_STMT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, RECORD_SOURCE_TYPE
, NOTE_STATUS
, NOTE_STATUS_MEANING
, OBJ_ID
, OBJ_NUMBER
, USER_NAME
, SOURCE
, IS_DETAIL
FROM APPS.CS_SR_ALL_NOTES_V;
APPS
CSF_DEBRIEF_HEADERS
CSI_ITEM_INSTANCES
CS_INCIDENTS_ALL_B
CS_LOOKUPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
FND_USER
JTF_NOTES_B
JTF_NOTES_TL
JTF_TASKS_B
JTF_TASK_ASSIGNMENTS
PUBLIC
DBMS_LOB
APPS.CS_SR_ALL_NOTES_V is not referenced by any database object
|
|
|
|