[Home] [Help]
[Dependency Information]
Object Name: | AP_DISTRIBUTION_SETS_DSN_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DISTRIBUTION | VARCHAR2 | (50) | Yes | |
DISTRIBUTION_SET_ID | NUMBER | (15) | Yes | |
TOTAL_PERCENT_DISTRIBUTION | NUMBER | (19) |
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;
APPS.AP_DISTRIBUTION_SETS_DSN_V is not referenced by any database object
|
|
|