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


VIEW: APPS.PA_DISTRIBUTION_RULES_LOV_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


PA_DISTRIBUTION_RULES_LOV_V is a view that displays all the relevant distribution rules for a template.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CODE VARCHAR2 (20) Yes Identifies the distribution rule.
DESCRIPTION VARCHAR2 (80) Yes Name that describes the distribution rule.
PROJECT_TYPE VARCHAR2 (20) Yes Identifies the project type.
PA_SOURCE_TEMPLATE_ID NUMBER (15) Yes Identifier of the project.
Query Text

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


SELECT CODE
,      DESCRIPTION
,      PROJECT_TYPE
,      PA_SOURCE_TEMPLATE_ID
FROM APPS.PA_DISTRIBUTION_RULES_LOV_V;

Dependencies

[top of page]

APPS.PA_DISTRIBUTION_RULES_LOV_V references the following:

SchemaAPPS
SynonymPA_DISTRIBUTION_RULES
SynonymPA_PROJECTS
SynonymPA_PROJECT_TYPE_DISTRIBUTIONS

APPS.PA_DISTRIBUTION_RULES_LOV_V is not referenced by any database object