[Home] [Help]
[Dependency Information]
Object Name: | PA_DISTRIBUTION_RULES_LOV_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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. |
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;
APPS.PA_DISTRIBUTION_RULES_LOV_V is not referenced by any database object
|
|
|