[Home] [Help]
[Dependency Information]
| Object Name: | JTF_NOTES_SOURCE_TYPE_MAP |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_NOTES_SOURCE_TYPE_MAP
|
| Subobject Name: | |
| Status: | VALID |
JTF_NOTES_SOURCE_TYPE_MAP is the base table for defining application/object specific note types. Note types that have a mapping to a source object code (referencing object code from JTF_OBJECTS) indicate that the note type should be used for that object only. Note types that are not mapped are for generic use by any object.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_NOTES_STM_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NOTE_SOURCE_TYPE_MAP_ID
ZD_EDITION_NAME
|
| JTF_NOTES_STM_U1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
SOURCE_OBJECT_CODE
NOTE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NOTE_SOURCE_TYPE_MAP_ID | NUMBER | Yes | Primary Key of the table | |
| SOURCE_OBJECT_CODE | VARCHAR2 | (30) | Yes | Reference to the object code in JTF_OBJECTS that the note type is mapped to. |
| NOTE_TYPE | VARCHAR2 | (30) | Yes | From the lookups. The combination of this column and the source object code should be unique in this table |
| END_DATE | DATE | Expiration Date | ||
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT NOTE_SOURCE_TYPE_MAP_ID
, SOURCE_OBJECT_CODE
, NOTE_TYPE
, END_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM JTF.JTF_NOTES_SOURCE_TYPE_MAP;
JTF.JTF_NOTES_SOURCE_TYPE_MAP does not reference any database object
JTF.JTF_NOTES_SOURCE_TYPE_MAP is referenced by following:
JTF
JTF_NOTES_SOURCE_TYPE_MAP#
|
|
|
|