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


TABLE: AP.OIE_DUP_DETECT_RS_DETAIL

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


OIE Duplicate Detection Rule Set Details


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OIE_DUP_DETECT_RS_DETAIL_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_SET_ID
ColumnRULE_ID
Columns
Name Datatype Length Mandatory Comments
RULE_SET_ID NUMBER
Yes Holds the duplicate detection rule set id
CATEGORY_CODE VARCHAR2 (90) Yes Holds the expense category code for which the duplicate detection rule is assigned
RULE_ID NUMBER
Yes Holds the rule id of the duplicate detection rule that was assigned to the specific category
CREATION_DATE DATE
Yes Standard who column - date when this row was created
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID)
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID)
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_SET_ID
,      CATEGORY_CODE
,      RULE_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
FROM AP.OIE_DUP_DETECT_RS_DETAIL;

Dependencies

[top of page]

AP.OIE_DUP_DETECT_RS_DETAIL does not reference any database object

AP.OIE_DUP_DETECT_RS_DETAIL is referenced by following:

SchemaAP
ViewOIE_DUP_DETECT_RS_DETAIL#