[Home] [Help]
[Dependency Information]
| Object Name: | OKC_BUS_VARIABLES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_BUS_VARIABLES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Variables view definition
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Identifies the row uniquely | |
| VARIABLE_DEFAULT_VALUE | VARCHAR2 | (30) | For future use. This column stores the default value for user-defined variables. | |
| 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 defined 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. |
| APPLICATION_ID | NUMBER | This column references the owning application in the case of system variables. This is a foreign Key to FND_APPLICATION. | ||
| 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 clause 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. |
| 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. | |
| CREATED_BY | NUMBER | Yes | Standard Who Columns | |
| CREATION_DATE | DATE | Yes | Standard Who Columns | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Columns | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who Columns | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who Columns | |
| 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. | |
| VARIABLE_NAME | VARCHAR2 | (150) | Yes | This is the translatable name of the variable. The variable name enclosed in tags is embedded in the clause text. |
| DESCRIPTION | VARCHAR2 | (450) | This is a short description of the variable. | |
| XPRT_VALUE_SET_NAME | VARCHAR2 | (60) | Primary source for the contract expert enabled system variable values | |
| VARIABLE_DATATYPE | VARCHAR2 | (1) | This is the Variable Datatype (D= Date, N=Number, V=Varchar2). | |
| 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) |
| CLM_SOURCE | VARCHAR2 | (30) | ||
| CLM_REF1 | VARCHAR2 | (30) | ||
| CLM_REF2 | VARCHAR2 | (30) | ||
| CLM_REF3 | VARCHAR2 | (30) | ||
| CLM_REF4 | VARCHAR2 | (30) | ||
| CLM_REF5 | VARCHAR2 | (30) | ||
| MRV_FLAG | VARCHAR2 | (1) | ||
| MRV_TMPL_CODE | VARCHAR2 | (80) |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, VARIABLE_DEFAULT_VALUE
, VARIABLE_CODE
, OBJECT_VERSION_NUMBER
, VARIABLE_TYPE
, EXTERNAL_YN
, APPLICATION_ID
, VARIABLE_INTENT
, CONTRACT_EXPERT_YN
, DISABLED_YN
, VALUE_SET_ID
, 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
, VARIABLE_NAME
, DESCRIPTION
, XPRT_VALUE_SET_NAME
, VARIABLE_DATATYPE
, PROCEDURE_NAME
, VARIABLE_SOURCE
, CLM_SOURCE
, CLM_REF1
, CLM_REF2
, CLM_REF3
, CLM_REF4
, CLM_REF5
, MRV_FLAG
, MRV_TMPL_CODE
FROM APPS.OKC_BUS_VARIABLES_V;
APPS
OKC_BUS_VARIABLES_B
OKC_BUS_VARIABLES_TL
APPS
OKC_DELIVERABLE_PROCESS_PVT
- show dependent code
OKC_XPRT_BUS_VARIABLES_V
OKC_XPRT_RULE_PVT
- show dependent code
OKC_XPRT_UTIL_PVT
- show dependent code
|
|
|
|