[Home] [Help]
[Dependency Information]
| Object Name: | OIE_DATA_CAPTURE_OPTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | AP |
| FND Design Data: | SQLAP.OIE_DATA_CAPTURE_OPTIONS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the attendee types that are enabled for the data capture rules.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OIE_DATA_CAPTURE_OPTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
OPTION_ID
|
| OIE_DATA_CAPTURE_OPTIONS_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
RULE_ID
OPTION_TYPE
OPTION_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPTION_ID | NUMBER | (15) | Yes | Entity Identifier |
| RULE_ID | NUMBER | (15) | Yes | References the data capture rule |
| OPTION_TYPE | VARCHAR2 | (30) | Yes | Stores the option type for the rule (references lookup type) |
| OPTION_CODE | VARCHAR2 | (30) | Yes | Stores the option code enabled for the rule (references lookup code) |
| LAST_UPDATE_DATE | DATE | Yes | standard WHO column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| CREATION_DATE | DATE | Yes | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT OPTION_ID
, RULE_ID
, OPTION_TYPE
, OPTION_CODE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM AP.OIE_DATA_CAPTURE_OPTIONS;
AP.OIE_DATA_CAPTURE_OPTIONS does not reference any database object
AP.OIE_DATA_CAPTURE_OPTIONS is referenced by following:
APPS
OIE_DATA_CAPTURE_OPTIONS
|
|
|
|