[Home] [Help]
[Dependency Information]
| Object Name: | CLN_NOTIFICATION_CODES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CLN.CLN_NOTIFICATION_CODES_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Notification Codes table view that provides the translated notification message
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row ID | |
| NOTIFICATION_ID | NUMBER | (38) | Yes | Notification ID of the collaboration. |
| NOTIFICATION_MESSAGE | VARCHAR2 | (100) | Brief description of the Notification. | |
| COLLABORATION_POINT | VARCHAR2 | (15) | The module/system, which is the source of the History transaction. APPS, XMLG, B2B Gateway etc. | |
| NOTIFICATION_CODE | VARCHAR2 | (10) | Identifies a notification For Instance: B2B_01. | |
| CREATION_DATE | DATE | Standard Who Column | ||
| CREATED_BY | NUMBER | (15) | Standard Who Column | |
| LAST_UPDATE_DATE | DATE | Standard Who Column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, NOTIFICATION_ID
, NOTIFICATION_MESSAGE
, COLLABORATION_POINT
, NOTIFICATION_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.CLN_NOTIFICATION_CODES_VL;
APPS
CLN_NOTIFICATION_CODES_B
CLN_NOTIFICATION_CODES_TL
APPS
CLN_NOTIFICATION_CODES
|
|
|
|