[Home] [Help]
[Dependency Information]
Object Name: | XNP_TIMER_PUBLISHERS |
---|---|
Object Type: | TABLE |
Owner: | XNP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
XNP_TIMER_PUBLISHERS stores timers related to a message
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XNP_TIMER_PUBLISHERS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
XNP_TIMER_PUBLISHERS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
XNP_TIMER_PUBLISHERS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TIMER_PUBLISHER_ID | NUMBER | Yes | Timer Publishers identifier | |
TIMER_MESSAGE_CODE | VARCHAR2 | (20) | Yes | Tracks timer message corresponding to source messages |
SOURCE_MESSAGE_CODE | VARCHAR2 | (20) | Yes | Message code for which corresponding timer message will be enqueued |
CREATED_BY | NUMBER | Yes | Standard who column | |
CREATION_DATE | DATE | Yes | Standard who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column | ||
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 TIMER_PUBLISHER_ID
, TIMER_MESSAGE_CODE
, SOURCE_MESSAGE_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM XNP.XNP_TIMER_PUBLISHERS;
XNP.XNP_TIMER_PUBLISHERS does not reference any database object
XNP.XNP_TIMER_PUBLISHERS is referenced by following:
|
|
|