DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_PROBABILITIES_V

Object Details
Object Name: PA_PROBABILITIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_PROBABILITIES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_PROBABILITIES_V references the following:

SchemaAPPS
SynonymPA_PROBABILITY_LISTS
SynonymPA_PROBABILITY_MEMBERS

APPS.PA_PROBABILITIES_V is not referenced by any database object