[Home] [Help]
[Dependency Information]
Object Name: | PA_PROBABILITIES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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_MEMBER_ID | NUMBER | (15) | Yes | The system-generated number that uniquely indentifies the probability list member |
PROBABILITY_PERCENTAGE | NUMBER | Yes | Probability percentage | |
PROBABILITY_DESC | VARCHAR2 | (240) | Free text description of the probability member | |
PROBABILITY_LIST_ID | NUMBER | (15) | Yes | The system-generated number that uniquely identifies the probability list |
PROBABILITY_LIST_NAME | VARCHAR2 | (80) | Yes | User-defined name that uniquely identifies the probability list |
PROBABILITY_LIST_DESC | VARCHAR2 | (240) | Free text description of the probability list |
Cut, paste (and edit) the following text to query this object:
SELECT PROBABILITY_MEMBER_ID
, PROBABILITY_PERCENTAGE
, PROBABILITY_DESC
, PROBABILITY_LIST_ID
, PROBABILITY_LIST_NAME
, PROBABILITY_LIST_DESC
FROM APPS.PA_PROBABILITIES_V;
APPS.PA_PROBABILITIES_V is not referenced by any database object
|
|
|