[Home] [Help]
[Dependency Information]
| Object Name: | CN_PROCESS_AUDIT_LINES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
CN_PROCESS_AUDIT_LINES_V shows debugging and log file messages
from a user run process. e.g. Calculation
For translated messages (MESSAGE_TYPE_CODE='TRANSLATED') the column
MESSAGE_TEXT holds an Oracle Applications message code. This code is
translated into the local language by the Process Log form.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROCESS_AUDIT_LINE_ID | NUMBER | (15) | Yes | Audit line unique indentifier |
| PROCESS_AUDIT_ID | NUMBER | (15) | Yes | Process audit unique identifier |
| PARENT_PROCESS_AUDIT_ID | NUMBER | (15) | Parent process audit unique identifier | |
| MESSAGE_TYPE | VARCHAR2 | (80) | Yes | Translated message type. e.g. Error, Debug |
| MESSAGE_TYPE_CODE | VARCHAR2 | (30) | Yes | Message type code |
| MESSAGE_TEXT | VARCHAR2 | (240) | Yes | Message text |
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT PROCESS_AUDIT_LINE_ID
, PROCESS_AUDIT_ID
, PARENT_PROCESS_AUDIT_ID
, MESSAGE_TYPE
, MESSAGE_TYPE_CODE
, MESSAGE_TEXT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
FROM APPS.CN_PROCESS_AUDIT_LINES_V;
APPS
CN_LOOKUPS
CN_PROCESS_AUDITS
CN_PROCESS_AUDIT_LINES
APPS.CN_PROCESS_AUDIT_LINES_V is not referenced by any database object
|
|
|
|