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


VIEW: APPS.OKL_FMLA_OPRNDS_V

Object Details
Object Name: OKL_FMLA_OPRNDS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_FMLA_OPRNDS_V
Subobject Name:
Status: VALID

View Type

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


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.OKL_FMLA_OPRNDS_V references the following:

SchemaAPPS
SynonymOKL_FMLA_OPRNDS
APPS.OKL_FMLA_OPRNDS_V is referenced by following:

SchemaAPPS
Package BodyOKL_AM_CALCULATE_QUOTE_PVT - show dependent code
Package BodyOKL_AM_UTIL_PVT - show dependent code
Package BodyOKL_EXECUTE_FORMULA_PVT - show dependent code
PL/SQL PackageOKL_FOD_PVT - show dependent code
Package BodyOKL_FOD_PVT - show dependent code
Package BodyOKL_FORMULAEVALUATE_PVT - show dependent code
Package BodyOKL_FORMULAVALIDATE_PVT - show dependent code
Package BodyOKL_SETUPFMACONSTRAINTS_PVT - show dependent code