[Home] [Help]
[Dependency Information]
| Object Name: | XTR_FX_PERIOD_WEIGHTINGS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XTR.XTR_FX_PERIOD_WEIGHTINGS_V
|
| 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 |
|---|---|---|---|---|
| DEAL_TYPE | VARCHAR2 | (7) | Yes | |
| DEAL_SUBTYPE | VARCHAR2 | (7) | Yes | |
| NOS_MONTHS | NUMBER | Yes | ||
| LIMIT_WEIGHTING | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT DEAL_TYPE
, DEAL_SUBTYPE
, NOS_MONTHS
, LIMIT_WEIGHTING
FROM APPS.XTR_FX_PERIOD_WEIGHTINGS_V;
APPS
XTR_FX_PERIOD_WEIGHTINGS
APPS
XTR_MAINTAIN_DDA_P
- show dependent code
|
|
|
|