[Home] [Help]
[Dependency Information]
| Object Name: | CS_SR_EVENT_ACTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | CS |
| FND Design Data: | CS.CS_SR_EVENT_ACTIONS
|
| Subobject Name: | |
| Status: | VALID |
Tale defines valid event-action associations.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENT_CODE | VARCHAR2 | (30) | Yes | Primary Key.Event Identifier. |
| ACTION_CODE | VARCHAR2 | (30) | Yes | Primary Key.Action Identifier. |
| START_DATE_ACTIVE | DATE | Yes | Effective Start Date | |
| END_DATE_ACTIVE | DATE | Effective End Date | ||
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column | ||
| SEEDED_FLAG | VARCHAR2 | (3) | Flag to denote if the record is seeded or not. Valued provided by lookup codes for lookup type CS_YES_NO. | |
| APPLICATION_ID | NUMBER | (15) | ID of the application that owns the seeded record. FK to fnd_application.application_id | |
| OBJECT_VERSION_NUMBER | NUMBER | (15) | Yes | Specifies how many updates the record has gone through. This value is used in obtaining a lock before updates are performed. |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_CODE
, ACTION_CODE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, SEEDED_FLAG
, APPLICATION_ID
, OBJECT_VERSION_NUMBER
FROM CS.CS_SR_EVENT_ACTIONS;
CS.CS_SR_EVENT_ACTIONS does not reference any database object
CS.CS_SR_EVENT_ACTIONS is referenced by following:
APPS
CS_SR_EVENT_ACTIONS
|
|
|
|