[Home] [Help]
[Dependency Information]
| Object Name: | PA_PROJECTS_PROBABILITY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PROJECTS_PROBABILITY_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_PERCENTAGE | NUMBER | Yes | Project probability percentage represents the probability of a project becoming approved. It is used as a weighted average for reporting. | |
| DESCRIPTION | VARCHAR2 | (240) | The description of the probability member | |
| PROBABILITY_MEMBER_ID | NUMBER | (15) | Yes | Project probability represents the probability of a project becoming approved. It is used as a weighted average for reporting |
| PROJECT_TYPE | VARCHAR2 | (20) | Yes | Implementation-defined name that uniquely identifies the project type |
Cut, paste (and edit) the following text to query this object:
SELECT PROBABILITY_PERCENTAGE
, DESCRIPTION
, PROBABILITY_MEMBER_ID
, PROJECT_TYPE
FROM APPS.PA_PROJECTS_PROBABILITY_V;
APPS
PA_PROBABILITY_MEMBERS
PA_PROJECT_TYPES
APPS.PA_PROJECTS_PROBABILITY_V is not referenced by any database object
|
|
|
|