[Home] [Help]
[Dependency Information]
| Object Name: | PA_AS_PROBABILITIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_AS_PROBABILITIES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROBABILITY_VALUE | NUMBER | Yes | Win probability value of sales opportunity in the range from 0 to 100 | |
| MEANING | VARCHAR2 | (80) | Text description of the win probability | |
| DISPLAY_VALUE | VARCHAR2 | (123) | The display value on the Mapping page |
Cut, paste (and edit) the following text to query this object:
SELECT PROBABILITY_VALUE
, MEANING
, DISPLAY_VALUE
FROM APPS.PA_AS_PROBABILITIES_V;
APPS
AS_FORECAST_PROB_ALL_VL
APPS.PA_AS_PROBABILITIES_V is not referenced by any database object
|
|
|
|