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


TABLE: OKC.OKC_BUS_VARIABLES_B

Object Details
Object Name: OKC_BUS_VARIABLES_B
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_BUS_VARIABLES_B
Subobject Name:
Status: VALID


This table stores all the business variables that can be used in clauses. This table contains variables of all type - System-defined, User-defined, Table and Deliverable.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_BUS_VARIABLES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVARIABLE_CODE
Columns
Name Datatype Length Mandatory Comments
VARIABLE_CODE VARCHAR2 (30) Yes This is the primary key. It will be sequence based system generated in the case of user defined variables and a code in the case of seeded variables i.e. system, table or deliverable variables. These seeded variables are prefixed as OKC$S and OKC$B where B and S indicate Buy and Sell respectively.
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.
VARIABLE_TYPE VARCHAR2 (1) Yes This defines the type of the variable. The valid values are S=System, U=User Defined, T=Table, D=Deliverable.
EXTERNAL_YN VARCHAR2 (1) Yes Yes/No flag to indicate whether this variable can be updated by external users or not e.g. supplier. Currently applicable only to Procurement Contracts.
VARIABLE_INTENT VARCHAR2 (1) Yes This defines the Intent of the variable i.e. Buy or Sell. Foreign Key to FND_LOOKUPS of lookup_type OKC_ARTICLE_INTENT.
CONTRACT_EXPERT_YN VARCHAR2 (1)
Yes/No flag to indicate whether this variable is being used in Contract Expert or not.
DISABLED_YN VARCHAR2 (1) Yes Yes/No flag to indicate whether this variable can no longer be used.
VARIABLE_DATATYPE VARCHAR2 (1)
This is the datatype of the variable as defined in the value set corresponding to it (D= Date, N=Number, V=Varchar2).
APPLICATION_ID NUMBER

This column references the owning application in the case of system variables. This is a foreign Key to FND_APPLICATION.
VALUE_SET_ID NUMBER (10)
This defines the source of the user-defined variable value. This is mandatory for user-defined variables. Foreign Key to FND FLEX Value Sets.
VARIABLE_DEFAULT_VALUE VARCHAR2 (30)
For future use. This column stores the default value for user-defined variables.
CREATED_BY NUMBER
Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who column.
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield category column.
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield column.
XPRT_VALUE_SET_NAME VARCHAR2 (60)
Primary source for the contract expert enabled system variable values
LINE_LEVEL_FLAG VARCHAR2 (1)
Identify if the system variable is a line level variable. For all other variable types this would always be 'N'
DATE_PUBLISHED DATE

Date the variable was published , specifically used for XML based Clause Import.
ORIG_SYSTEM_REFERENCE_CODE VARCHAR2 (30)
This is used to preserve source of code for variables to be imported from external system. User FYI only.
ORIG_SYSTEM_REFERENCE_ID1 VARCHAR2 (100)
This is used to preserve source of identifier1 for variables to be imported from external system. User FYI only.
ORIG_SYSTEM_REFERENCE_ID2 VARCHAR2 (100)
This is used to preserve source of identifier2 for variables to be imported from external system. User FYI only.
PROCEDURE_NAME VARCHAR2 (200)
This column stores the PACKAGE.PROCEDURENAME to source user defined variables. This is not applicable / not used in base R12 and prior releases.
VARIABLE_SOURCE VARCHAR2 (1) Yes Indicator to identify user defined varaible source. Possible values are M (Manual) and P (PL/SQL Procedure)
Query Text

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


SELECT VARIABLE_CODE
,      OBJECT_VERSION_NUMBER
,      VARIABLE_TYPE
,      EXTERNAL_YN
,      VARIABLE_INTENT
,      CONTRACT_EXPERT_YN
,      DISABLED_YN
,      VARIABLE_DATATYPE
,      APPLICATION_ID
,      VALUE_SET_ID
,      VARIABLE_DEFAULT_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      XPRT_VALUE_SET_NAME
,      LINE_LEVEL_FLAG
,      DATE_PUBLISHED
,      ORIG_SYSTEM_REFERENCE_CODE
,      ORIG_SYSTEM_REFERENCE_ID1
,      ORIG_SYSTEM_REFERENCE_ID2
,      PROCEDURE_NAME
,      VARIABLE_SOURCE
FROM OKC.OKC_BUS_VARIABLES_B;

Dependencies

[top of page]

OKC.OKC_BUS_VARIABLES_B does not reference any database object

OKC.OKC_BUS_VARIABLES_B is referenced by following:

SchemaAPPS
SynonymOKC_BUS_VARIABLES_B