[Home] [Help]
[Dependency Information]
| Object Name: | IEU_UWQ_NONMEDIA_ACTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | IEU |
| FND Design Data: | IEU.IEU_UWQ_NONMEDIA_ACTIONS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEU_UWQ_NONMEDIA_ACTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ACTION_OBJECT_CODE
MACTION_DEF_ID
RESPONSIBILITY_ID
SOURCE_FOR_TASK_FLAG
|
| IEU_UWQ_NONMEDIA_ACTIONS_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NONMEDIA_ACTION_ID
|
| IEU_UWQ_NONMEDIA_ACTIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
MACTION_DEF_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NONMEDIA_ACTION_ID | NUMBER | (15) | Yes | Identifies a media action specification. |
| 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. | |
| ACTION_OBJECT_CODE | VARCHAR2 | (100) | Yes | This column represents the link to Source Document Object Code for Tasks. This means when if a Work-provider registers their Foo function with the same Object Code as the one they create Tasks with, and the view (Tasks/their own) contains the column IEU_OBJECT_CODE then the corresponding Action(Foo) function can be picked up. |
| MACTION_DEF_ID | NUMBER | (15) | Yes | FK to the media action definition. |
| APPLICATION_ID | NUMBER | (15) | Yes | Application ID owning the entry. |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| OBJECT_VERSION_NUMBER | NUMBER | Standard column used by HTML utilities. | ||
| RESPONSIBILITY_ID | NUMBER | |||
| SOURCE_FOR_TASK_FLAG | VARCHAR2 | (5) |
Cut, paste (and edit) the following text to query this object:
SELECT NONMEDIA_ACTION_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ACTION_OBJECT_CODE
, MACTION_DEF_ID
, APPLICATION_ID
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
, RESPONSIBILITY_ID
, SOURCE_FOR_TASK_FLAG
FROM IEU.IEU_UWQ_NONMEDIA_ACTIONS;
IEU.IEU_UWQ_NONMEDIA_ACTIONS does not reference any database object
IEU.IEU_UWQ_NONMEDIA_ACTIONS is referenced by following:
APPS
IEU_UWQ_NONMEDIA_ACTIONS
|
|
|
|