[Home] [Help]
[Dependency Information]
Object Name: | OKL_OPERANDS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
Operands are variables within a formula
EXAMPLE
Formula Name : LP_NET_INVESTMENT_VALUE
String : Unbilled Receivables-Unearned Revenue+Unguaranteed Residual
In this example formula there are 3 operands represented by the labels
Unbilled Receivables
Unearned Revenue
Unguaranteed Residual
Each one of these operands can be either a Formula, Function or a Constant.
Depending on the type Formula Engine returns the value.
MISCELLANEOUS
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Row Identifier in the database | |
ID | NUMBER | Yes | Primary key column | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Column used for locking records during updates |
SFWT_FLAG | VARCHAR2 | (3) | Yes | Column used by the translation batch program |
FMA_ID | NUMBER | Foreign key to table OKL_FORMULAE_B | ||
DSF_ID | NUMBER | Foreign key to table OKL_DATA_SRC_FNCTNS_B | ||
NAME | VARCHAR2 | (150) | Yes | End date |
DESCRIPTION | VARCHAR2 | (1995) | User entered description | |
VERSION | VARCHAR2 | (24) | Yes | Version |
START_DATE | DATE | Yes | Start date | |
END_DATE | DATE | End date | ||
SOURCE | VARCHAR2 | (150) | This holds the constant value of the operand. It will contain a value only when OPD_TYPE is CNST. | |
OPD_TYPE | VARCHAR2 | (30) | Yes | This represents the operand type. Possible values are CNST, FNCT, FMLA |
ORG_ID | NUMBER | (15) | Operating unit identifier | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
CREATION_DATE | DATE | Yes | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, SFWT_FLAG
, FMA_ID
, DSF_ID
, NAME
, DESCRIPTION
, VERSION
, START_DATE
, END_DATE
, SOURCE
, OPD_TYPE
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKL_OPERANDS_V;
|
|
|