[Home] [Help]
[Dependency Information]
| Object Name: | OKL_SEC_BUYBACK_PRODUCTS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_SEC_BUYBACK_PRODUCTS_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 |
|---|---|---|---|---|
| PDT_ID | NUMBER | Yes | Buyback financial product identifier | |
| PRODUCT | VARCHAR2 | (150) | Yes | Financial product name |
| PDT_FROM_DATE | DATE | Yes | Product from date | |
| PDT_TO_DATE | DATE | Product to date |
Cut, paste (and edit) the following text to query this object:
SELECT PDT_ID
, PRODUCT
, PDT_FROM_DATE
, PDT_TO_DATE
FROM APPS.OKL_SEC_BUYBACK_PRODUCTS_UV;
APPS
OKL_K_HEADERS
OKL_POOL_CONTENTS
OKL_PRODUCTS
APPS.OKL_SEC_BUYBACK_PRODUCTS_UV is not referenced by any database object
|
|
|
|