[Home] [Help]
[Dependency Information]
| Object Name: | OKL_FMLA_OPRNDS |
|---|---|
| Object Type: | TABLE |
| Owner: | OKL |
| FND Design Data: | OKL.OKL_FMLA_OPRNDS
|
| Subobject Name: | |
| Status: | VALID |
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
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKL_FMLA_OPRNDS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
|
| OKL_FMLA_OPRNDS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
OPD_ID
FMA_ID
|
| OKL_FOD_U3 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FMA_ID
LABEL
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Primary key column | |
| 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. |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Column used for locking records during updates |
| 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 ID
, OPD_ID
, FMA_ID
, LABEL
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM OKL.OKL_FMLA_OPRNDS;
OKL.OKL_FMLA_OPRNDS does not reference any database object
OKL.OKL_FMLA_OPRNDS is referenced by following:
APPS
OKL_FMLA_OPRNDS
|
|
|
|