[Home] [Help]
[Dependency Information]
| Object Name: | CN_PROCESS_AUDIT_LINES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | CN |
| FND Design Data: | CN.CN_PROCESS_AUDIT_LINES_ALL
|
| Subobject Name: | |
| Status: | VALID |
CN_PROCESS_AUDIT_LINES contains debugging and log file messages
issued by a user run process. You need one row for each message issued
by the process.
.
The table stores untranslated message codes and debugging messages.
Currently only the calculation process writes messages to this table.
.
MESSAGE_TYPE_CODE defines whether the message is for debugging and
non-translatable or whether the message will be translated when viewed
in the Process Log form
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CN_PROCESS_AUDIT_LINES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROCESS_AUDIT_LINE_ID
ORG_ID
|
| CN_PROCESS_AUDIT_LINES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PROCESS_AUDIT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_ID | NUMBER | (15) | Organization identifier | |
| PROCESS_AUDIT_ID | NUMBER | (15) | Yes | Process audit unique identifier |
| PROCESS_AUDIT_LINE_ID | NUMBER | (15) | Yes | Primary key |
| MESSAGE_TYPE_CODE | VARCHAR2 | (30) | Yes | Type of message |
| MESSAGE_TEXT | VARCHAR2 | (240) | Yes | Translatable message code or debugging message |
| 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_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated 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). | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, PROCESS_AUDIT_ID
, PROCESS_AUDIT_LINE_ID
, MESSAGE_TYPE_CODE
, MESSAGE_TEXT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, SECURITY_GROUP_ID
FROM CN.CN_PROCESS_AUDIT_LINES_ALL;
CN.CN_PROCESS_AUDIT_LINES_ALL does not reference any database object
CN.CN_PROCESS_AUDIT_LINES_ALL is referenced by following:
CN
CN_PROCESS_AUDIT_LINES_ALL#
|
|
|
|