[Home] [Help]
[Dependency Information]
| Object Name: | IEU_CTL_PLUGINS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | IEU |
| FND Design Data: | IEU.IEU_CTL_PLUGINS_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_CTL_PLUGINS_B_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PLUGIN_ID
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PLUGIN_ID | NUMBER | (15) | Yes | PK for the table. |
| 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 | ||
| CLASS_NAME | VARCHAR2 | (1990) | Yes | Fully qualified class name of the plugin to load. |
| IMAGE_FILE_NAME | VARCHAR2 | (1990) | Yes | Image file to display in the UI for this plugin. |
| AUDIO_FILE_NAME | VARCHAR2 | (1990) | Audio file to display in the UI for this plugin. | |
| IS_REQUIRED_FLAG | VARCHAR2 | (1) | Indicates if loading this plugin is mandatory. | |
| DO_LAUNCH_FUNC | VARCHAR2 | (255) | Specifies the function that will determine if the plugin should be launched. | |
| INIT_ERROR_MSG_NAME | VARCHAR2 | (30) | FK to FND_NEW_MESSAGES. Optional error message passed to plugin when initialization fails. | |
| APPLICATION_ID | NUMBER | Yes | Application ID of plugin owner. Used to reference FND_NEW_MESSAGES as well. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PLUGIN_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, CLASS_NAME
, IMAGE_FILE_NAME
, AUDIO_FILE_NAME
, IS_REQUIRED_FLAG
, DO_LAUNCH_FUNC
, INIT_ERROR_MSG_NAME
, APPLICATION_ID
, ZD_EDITION_NAME
FROM IEU.IEU_CTL_PLUGINS_B;
IEU.IEU_CTL_PLUGINS_B does not reference any database object
IEU.IEU_CTL_PLUGINS_B is referenced by following:
IEU
IEU_CTL_PLUGINS_B#
|
|
|
|