[Home] [Help]
[Dependency Information]
Object Name: | XNP_MSG_TYPES_B |
---|---|
Object Type: | TABLE |
Owner: | XNP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
XNP_MSG_TYPES_B stores the message information. The code generated for a message differs according to the type of the message. This table provides a lookup and serves as a data dictionary for the message.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XNP_MSG_TYPES_B_U1 | NORMAL | UNIQUE |
![]() |
![]() |
XNP_MSG_TYPES_B_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
XNP_MSG_TYPES_B_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MSG_CODE | VARCHAR2 | (20) | Yes | Short name for the message |
MSG_TYPE | VARCHAR2 | (10) | Yes | Indicates the type of the message. |
STATUS | VARCHAR2 | (10) | Yes | Indicates the compilation status |
PRIORITY | NUMBER | Yes | Priority with which the message will be enqueued | |
QUEUE_NAME | VARCHAR2 | (40) | Yes | Name of the Oracle8 Advanced queue on which the message or the event will be enqueued |
PROTECTED_FLAG | VARCHAR2 | (1) | Yes | Indicates if the message type is to be displayed to the user |
ROLE_NAME | VARCHAR2 | (100) | Group to be notified if problem occurs with the object | |
LAST_COMPILED_DATE | DATE | Date and time on which this message was last successfully compiled | ||
VALIDATE_LOGIC | VARCHAR2 | (4000) | Business logic to validate this message | |
IN_PROCESS_LOGIC | VARCHAR2 | (4000) | Executes when there is an event waiting in the callback events procedure table(XNP_CALLBACK_EVENTS) | |
OUT_PROCESS_LOGIC | VARCHAR2 | (4000) | Business logic to process this outbound message | |
DEFAULT_PROCESS_LOGIC | VARCHAR2 | (4000) | Executes when there is no event waiting in the callback events procedure table (XNP_CALLBACK_EVENTS) | |
DTD_URL | VARCHAR2 | (1996) | Stores the URL for the DTD of the message | |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT MSG_CODE
, MSG_TYPE
, STATUS
, PRIORITY
, QUEUE_NAME
, PROTECTED_FLAG
, ROLE_NAME
, LAST_COMPILED_DATE
, VALIDATE_LOGIC
, IN_PROCESS_LOGIC
, OUT_PROCESS_LOGIC
, DEFAULT_PROCESS_LOGIC
, DTD_URL
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM XNP.XNP_MSG_TYPES_B;
XNP.XNP_MSG_TYPES_B does not reference any database object
XNP.XNP_MSG_TYPES_B is referenced by following:
|
|
|