[Home] [Help]
[Dependency Information]
| Object Name: | IEU_WP_ACT_PARAM_SETS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | IEU |
| FND Design Data: | IEU.IEU_WP_ACT_PARAM_SETS_B
|
| 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_WP_ACT_PARAM_SETS_B_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ACTION_PARAM_SET_ID
|
| IEU_WP_ACT_PARAM_SETS_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
WP_ACTION_DEF_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACTION_PARAM_SET_ID | NUMBER | (15) | Yes | Primary Key - Uniquely identifies the Action-Parameter Set. |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Standard column used by HTML utilities. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO columns. |
| CREATION_DATE | DATE | Yes | Standard WHO columns. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO columns. |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO columns. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO columns. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments. | ||
| WP_ACTION_DEF_ID | NUMBER | (15) | Yes | Action ID to be mapped to parameters. |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_PARAM_SET_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, WP_ACTION_DEF_ID
FROM IEU.IEU_WP_ACT_PARAM_SETS_B;
IEU.IEU_WP_ACT_PARAM_SETS_B does not reference any database object
IEU.IEU_WP_ACT_PARAM_SETS_B is referenced by following:
APPS
IEU_WP_ACT_PARAM_SETS_B
|
|
|
|