[Home] [Help]
[Dependency Information]
Object Name: | OKC_XPRT_RULE_COND_ACTIVE |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores all the conditions of the rules. This is a child entity of rule header entity.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_XPRT_RULE_COND_ACTIVE_U1 | NORMAL | UNIQUE |
![]() |
![]() |
OKC_XPRT_RULE_COND_ACTIVE_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKC_XPRT_RULE_COND_ACTIVE_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
OKC_XPRT_RULE_COND_ACTIVE_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RULE_CONDITION_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 condition type is a clause, system or user defined variable or question. FK to FND lookup OKC_XPRT_COND_OBJECT_TYPE |
OBJECT_CODE | VARCHAR2 | (40) | This is used where the condition types are either system or user defined variables or questoins.. The code identifies the actual system or user defined variable or the question used in the condition. For clauses, this will be NULL. | |
OBJECT_CODE_DATATYPE | VARCHAR2 | (1) | Indicates the datatype for the object_code. For Clause this is NULL. Used values are 'N': Numeric variable or Numeric Question, 'V': Character variable, 'L': Character Question, 'B': Boolean (Yes/No) quesion. | |
OPERATOR | VARCHAR2 | (30) | Yes | Condition operator for Numeric variables and Questions: <=, >=, <>, = , >, <. For Character type variables and questions: IS, IS NOT, IN, NOT IN. |
OBJECT_VALUE_SET_NAME | VARCHAR2 | (60) | FND value set name of Variables / Questions for the RHS of condition. | |
OBJECT_VALUE_TYPE | VARCHAR2 | (30) | Yes | Indicates if the RHS of condition is CLAUSE, VARIABLE, QUESTION, CONSTANT, VALUE. FK to FND lookup OKC_XPRT_COND_VALUE_TYPE. |
OBJECT_VALUE_CODE | VARCHAR2 | (1000) | Variable's value Id or Variable code or Clause Id or Constant Id or Question Id. This will be populated only if the condition has one value. | |
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 who 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_CONDITION_ID
, RULE_ID
, OBJECT_TYPE
, OBJECT_CODE
, OBJECT_CODE_DATATYPE
, OPERATOR
, OBJECT_VALUE_SET_NAME
, OBJECT_VALUE_TYPE
, OBJECT_VALUE_CODE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM OKC.OKC_XPRT_RULE_COND_ACTIVE;
OKC.OKC_XPRT_RULE_COND_ACTIVE does not reference any database object
OKC.OKC_XPRT_RULE_COND_ACTIVE is referenced by following:
|
|
|