[Home] [Help]
[Dependency Information]
| Object Name: | OKC_ACTIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_ACTIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
An Action is some event of significance in the business process. It is of two types �Action Based� or �Date Based�. Example for action based could be �Contract Signing�, �Contract Renewal� etc. These actions may result in database operation (update, insert, delete). Example for date based could be arrival of a date of significance like �10 days before Contract Expiry�. An Action is the first step in the process of ACTION -> CONDITION -> OUTCOME. When Action happens, a set of Conditions are evaluated, and if they evaluate to true, then one or more Outcomes are executed.
An Action will have a set of Ac tion Attributes (stored in OKC_ACTION_ATTRIBUTES_B) that defines the data items to be collected and placed on a AQ queue when an occurrence of an Action is detected. The actual values for an occurrence of an Action are kept in OKC_ACTION_ATT_VALS.
EXAMPLE
A Counter in a Counter Group is updated.
A Contract's "Date Approved" is entered.
Some predefine d number of days before Contract expiration is reached.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | The address of the row in the database | |
| ID | NUMBER | Yes | Unique identifier of Action and primary key of the underlying table OKC_ACTIONS_B. | |
| CORRELATION | VARCHAR2 | (384) | Yes | Unique identifier of the action. Used to identify messages on the queue. It is a textual representation of action for example KSIGN for �Contract Signed� action, KTERM is for �Contract Terminated� action. |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
| SFWT_FLAG | VARCHAR2 | (3) | Yes | Indicates a value was changed in another language. Not fully implemented in 11i |
| NAME | VARCHAR2 | (150) | Yes | Action name. |
| DESCRIPTION | VARCHAR2 | (1995) | Action description. | |
| SHORT_DESCRIPTION | VARCHAR2 | (600) | Action short description. | |
| COMMENTS | VARCHAR2 | (1995) | User entered comment. | |
| ENABLED_YN | VARCHAR2 | (3) | Yes | Indicates if the action is enabled. Valid values Y or N. |
| FACTORY_ENABLED_YN | VARCHAR2 | (3) | Yes | Indicates if the action was enabled when shipped. Valid values Y or N. |
| COUNTER_ACTION_YN | VARCHAR2 | (3) | Yes | Indicates if the action is related to Counters. Valid values Y or N. |
| ACN_TYPE | VARCHAR2 | (30) | Yes | Type of action. Valid values ABA (Action based) or DBA (Date based). |
| SYNC_ALLOWED_YN | VARCHAR2 | (3) | Yes | Indicates if the action will execute outcomes synchronously. Valid values Y or N. |
| APPLICATION_ID | NUMBER | Owning Application Identifier | ||
| SEEDED_FLAG | VARCHAR2 | (3) | Indicates action is seeded. | |
| ATTRIBUTE_CATEGORY | VARCHAR2 | (90) | Descriptive flexfield category column. | |
| ATTRIBUTE1 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE2 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE3 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE4 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE5 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE6 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE7 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE8 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE9 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE10 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE11 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE12 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE13 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE14 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| ATTRIBUTE15 | VARCHAR2 | (450) | Descriptive flexfield column. | |
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, CORRELATION
, OBJECT_VERSION_NUMBER
, SFWT_FLAG
, NAME
, DESCRIPTION
, SHORT_DESCRIPTION
, COMMENTS
, ENABLED_YN
, FACTORY_ENABLED_YN
, COUNTER_ACTION_YN
, ACN_TYPE
, SYNC_ALLOWED_YN
, APPLICATION_ID
, SEEDED_FLAG
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKC_ACTIONS_V;
APPS
OKC_ACTIONS_B
OKC_ACTIONS_TL
APPS
CSC_CONDITION_HEADERS_V
OKC_AAE_PVT
- show dependent code
OKC_ACN_PVT
- show dependent code
OKC_ACN_PVT
- show dependent code
OKC_AQ_PVT
- show dependent code
OKC_AQ_WRITE_ERROR_PVT
- show dependent code
OKC_CEVT_ASMBLR_PVT
- show dependent code
OKC_CNH_PVT
- show dependent code
OKC_DATE_ASSEMBLER_PUB
- show dependent code
OKC_EXP_DATE_ASMBLR_PVT
- show dependent code
OKC_OCE_PVT
- show dependent code
OKC_QUERY
- show dependent code
OKC_SCHR_AD_ASMBLR_PVT
- show dependent code
OKC_SCHR_PD_ASMBLR_PVT
- show dependent code
|
|
|
|