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


TABLE: AP.OIE_DATA_CAPTURE_FIELDS

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


This table stores the fields and the behavior (enabled/disabled/required) 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_FIELDS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnEXPENSE_FIELD_ID
OIE_DATA_CAPTURE_FIELDS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRULE_ID
ColumnFIELD_NAME
Columns
Name Datatype Length Mandatory Comments
EXPENSE_FIELD_ID NUMBER (15) Yes Entity Identifier
RULE_ID NUMBER (15) Yes References the data capture rule
FIELD_NAME VARCHAR2 (30) Yes Stores the name of the field that needs to be displayed for data capture
FIELD_BEHAVIOR VARCHAR2 (30) Yes Stores the behavior of the field (enabled/disabled/required)
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 EXPENSE_FIELD_ID
,      RULE_ID
,      FIELD_NAME
,      FIELD_BEHAVIOR
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM AP.OIE_DATA_CAPTURE_FIELDS;

Dependencies

[top of page]

AP.OIE_DATA_CAPTURE_FIELDS does not reference any database object

AP.OIE_DATA_CAPTURE_FIELDS is referenced by following:

SchemaAPPS
SynonymOIE_DATA_CAPTURE_FIELDS