[Home] [Help]
[Dependency Information]
| Object Name: | OKL_FMAOPD_SERCH_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_FMAOPD_SERCH_UV
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
OKL_FMLA_OPRNDS
OKL_OPERANDS_B
OKL_OPERANDS_TL
APPS.OKL_FMAOPD_SERCH_UV is not referenced by any database object
|
|
|
|