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


VIEW: APPS.AP_DISTRIBUTION_SETS_DSN_V

Object Details
Object Name: AP_DISTRIBUTION_SETS_DSN_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewSQLAP.AP_DISTRIBUTION_SETS_DSN_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
DISTRIBUTION VARCHAR2 (50) Yes
DISTRIBUTION_SET_ID NUMBER (15) Yes
TOTAL_PERCENT_DISTRIBUTION NUMBER (19)

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DISTRIBUTION
,      DISTRIBUTION_SET_ID
,      TOTAL_PERCENT_DISTRIBUTION
FROM APPS.AP_DISTRIBUTION_SETS_DSN_V;

Dependencies

[top of page]

APPS.AP_DISTRIBUTION_SETS_DSN_V references the following:

SchemaAPPS
SynonymAP_DISTRIBUTION_SETS

APPS.AP_DISTRIBUTION_SETS_DSN_V is not referenced by any database object