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


TABLE: OKL.OKL_FMLA_OPRNDS

Object Details
Object Name: OKL_FMLA_OPRNDS
Object Type: TABLE
Owner: OKL
FND Design Data: TableOKL.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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKL_FMLA_OPRNDS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
OKL_FMLA_OPRNDS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPD_ID
ColumnFMA_ID
OKL_FOD_U3 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFMA_ID
ColumnLABEL
Columns
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
Query Text

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;

Dependencies

[top of page]

OKL.OKL_FMLA_OPRNDS does not reference any database object

OKL.OKL_FMLA_OPRNDS is referenced by following:

SchemaAPPS
SynonymOKL_FMLA_OPRNDS