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


VIEW: APPS.OKL_FMAOPD_SERCH_UV

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary key column
LABEL VARCHAR2 (720) Yes This is the operand label and it must be unique.
OPD_ID NUMBER
Yes Foreign key to view OKL_OPERANDS_V
FMA_ID NUMBER
Yes Foreign key to view OKL_FORMULAE_V
NAME VARCHAR2 (150) Yes Name
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      LABEL
,      OPD_ID
,      FMA_ID
,      NAME
FROM APPS.OKL_FMAOPD_SERCH_UV;

Dependencies

[top of page]

APPS.OKL_FMAOPD_SERCH_UV references the following:

SchemaAPPS
SynonymOKL_FMLA_OPRNDS
SynonymOKL_OPERANDS_B
SynonymOKL_OPERANDS_TL

APPS.OKL_FMAOPD_SERCH_UV is not referenced by any database object