DBA Data[Home] [Help] [Dependency Information]


TABLE: AP.OIE_DATA_CAPTURE_OPTIONS

Object Details
Object Name: OIE_DATA_CAPTURE_OPTIONS
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.OIE_DATA_CAPTURE_OPTIONS
Subobject Name:
Status: VALID


This table stores the attendee types that are enabled for the data capture rules.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OIE_DATA_CAPTURE_OPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnOPTION_ID
OIE_DATA_CAPTURE_OPTIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRULE_ID
ColumnOPTION_TYPE
ColumnOPTION_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

AP.OIE_DATA_CAPTURE_OPTIONS does not reference any database object

AP.OIE_DATA_CAPTURE_OPTIONS is referenced by following:

SchemaAPPS
SynonymOIE_DATA_CAPTURE_OPTIONS