[Home] [Help]
[Dependency Information]
Object Name: | OKC_XPRT_RULE_OUTCOMES |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table will store the results defined in the expert rules. This is a child entity of rules header entity
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_XPRT_RULE_OUTCOMES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
OKC_XPRT_RULE_OUTCOMES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
OKC_XPRT_RULE_OUTCOMES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RULE_OUTCOME_ID | NUMBER | Yes | Sequence generated ID. | |
RULE_ID | NUMBER | Yes | Rule Id. FK to OKC_XPRT_RULE_HDRS_ALL. | |
OBJECT_TYPE | VARCHAR2 | (30) | Yes | Indicates if the Results is either a Question or a Clause. FK to FND lookup OKC_XPRT_OUTCOME_TYPE. |
OBJECT_VALUE_ID | NUMBER | Yes | Outcome identifier. This is either Question Id or Clause Id based on the object type | |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. | |
CREATED_BY | NUMBER | (15) | Yes | Keeps track of which user created each row. |
CREATION_DATE | DATE | Yes | Stores the date on which each row was created. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Keeps track of which user last updated each row. |
LAST_UPDATE_DATE | DATE | Yes | Stores the date on which each row was last updated. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Provides access to information about the operating system login of the user who last updated each row. |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_OUTCOME_ID
, RULE_ID
, OBJECT_TYPE
, OBJECT_VALUE_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM OKC.OKC_XPRT_RULE_OUTCOMES;
OKC.OKC_XPRT_RULE_OUTCOMES does not reference any database object
OKC.OKC_XPRT_RULE_OUTCOMES is referenced by following:
|
|
|