[Home] [Help]
[Dependency Information]
| Object Name: | IEU_WP_PARAM_DEFS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | IEU |
| FND Design Data: | IEU.IEU_WP_PARAM_DEFS_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_PARAM_DEFS_B_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PARAM_ID
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAM_ID | NUMBER | (15) | Yes | Primary Key - Uniquely identifies a Parameter. |
| 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. | ||
| APPLICATION_ID | NUMBER | Application id of the product owning the data. | ||
| PARAM_NAME | VARCHAR2 | (128) | Yes | Action-Parameter name. This can be the actual paramtere name as being used in the PL/SQL procedure that handles the Action. This is passed along with it's value when the Action is called. |
| DATA_TYPE | VARCHAR2 | (64) | Indicates Data Type for the Action Parameter. Valid values are the FND Lookup codes for theFND Lookup Type as 'DATA_TYPES'. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PARAM_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, APPLICATION_ID
, PARAM_NAME
, DATA_TYPE
, ZD_EDITION_NAME
FROM IEU.IEU_WP_PARAM_DEFS_B;
IEU.IEU_WP_PARAM_DEFS_B does not reference any database object
IEU.IEU_WP_PARAM_DEFS_B is referenced by following:
IEU
IEU_WP_PARAM_DEFS_B#
|
|
|
|