[Home] [Help]
[Dependency Information]
Object Name: | XNP_EVENT_SUBSCRIBERS |
---|---|
Object Type: | TABLE |
Owner: | XNP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
XNP_EVENT_SUBSCRIBERS stores the list of subscribers for a given event.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XNP_EVENT_SUBSCRIBERS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
XNP_EVENT_SUBSCRIBERS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
XNP_EVENT_SUBSCRIBERS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EVENT_SUBSCRIBER_ID | NUMBER | Yes | Unique identifier assigned upon creation of the subscription version | |
MSG_CODE | VARCHAR2 | (20) | Yes | Short name for the message. The short name will be used as the package name for all the procedures that will be generated by the Message Builder. For example a message with a short name of K1 will have the package named as XNP_K1_U. |
FE_ID | NUMBER | Yes | Subscriber's Fulfillment Element to which this event will be published. | |
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 | |
LAST_UPDATE_LOGIN | NUMBER | (15) | 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 EVENT_SUBSCRIBER_ID
, MSG_CODE
, FE_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM XNP.XNP_EVENT_SUBSCRIBERS;
XNP.XNP_EVENT_SUBSCRIBERS does not reference any database object
XNP.XNP_EVENT_SUBSCRIBERS is referenced by following:
|
|
|