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


VIEW: APPS.OKC_XPRT_RULE_COND_ACTIVE_V

Object Details
Object Name: OKC_XPRT_RULE_COND_ACTIVE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_XPRT_RULE_COND_ACTIVE_V
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_CONDITION_ID NUMBER

Sequence generated ID.
RULE_ID NUMBER

Rule Id. FK to OKC_XPRT_RULE_HDRS_ALL.
OBJECT_TYPE VARCHAR2 (30)
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)
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)
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

Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
CREATED_BY NUMBER (15)
Keeps track of which user created each row.
CREATION_DATE DATE

Stores the date on which each row was created.
LAST_UPDATED_BY NUMBER (15)
Keeps track of who last updated each row.
LAST_UPDATE_DATE DATE

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.
Query Text

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 APPS.OKC_XPRT_RULE_COND_ACTIVE_V;

Dependencies

[top of page]

APPS.OKC_XPRT_RULE_COND_ACTIVE_V references the following:

SchemaAPPS
SynonymOKC_XPRT_RULE_CONDITIONS
SynonymOKC_XPRT_RULE_COND_ACTIVE
SynonymOKC_XPRT_RULE_HDRS_ALL
APPS.OKC_XPRT_RULE_COND_ACTIVE_V is referenced by following:

SchemaAPPS
Package BodyOKC_XPRT_RULES_ENGINE_PVT - show dependent code