[Home] [Help]
[Dependency Information]
| Object Name: | OKL_FMLA_OPRNDS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_FMLA_OPRNDS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
a relationship or associative entity associating the use of an operand in a formula
EXAMPLE
Label : Line Asset Net Investment
Name of operand : OP_LINE_ASSET_NET_INVESTMENT
Name of formula : Asset Value for Insurance
MISCELLANEOUS
The labels should exactly match the Formulae String
| 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 |
| OPD_ID | NUMBER | Yes | Foreign key to table OKL_OPERANDS_B | |
| FMA_ID | NUMBER | Yes | Foreign key to table OKL_FORMULAE_B | |
| LABEL | VARCHAR2 | (720) | Yes | This is the operand label and it must be unique for a formula. This lable is used in the formula string. |
| 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
, OPD_ID
, FMA_ID
, LABEL
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKL_FMLA_OPRNDS_V;
APPS
OKL_FMLA_OPRNDS
APPS
OKL_AM_CALCULATE_QUOTE_PVT
- show dependent code
OKL_AM_UTIL_PVT
- show dependent code
OKL_EXECUTE_FORMULA_PVT
- show dependent code
OKL_FOD_PVT
- show dependent code
OKL_FOD_PVT
- show dependent code
OKL_FORMULAEVALUATE_PVT
- show dependent code
OKL_FORMULAVALIDATE_PVT
- show dependent code
OKL_SETUPFMACONSTRAINTS_PVT
- show dependent code
|
|
|
|