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


VIEW: APPS.PSBBV_DEFAULT_DISTRIBUTIONS

Object Details
Object Name: PSBBV_DEFAULT_DISTRIBUTIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSB.PSBBV_DEFAULT_DISTRIBUTIONS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


PSBBV_DEFAULT_DISTRIBUTIONS displays information about the default account distribution information for a given default rule. The distribution is for salary cost only.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CODE_COMBINATION_ID NUMBER (20) Yes General Ledger code combination identifier. Account to which distribution is charged.
DISTRIBUTION_PERCENT NUMBER

Percent of budget distributed to this account
ACCOUNT_DISTRIBUTION_ID NUMBER (20) Yes Default account distribution unique identifier
DEFAULT_RULE_ID NUMBER (20) Yes Default rule unique identifier. Rule to which this distribution belongs.
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
Query Text

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


SELECT CODE_COMBINATION_ID
,      DISTRIBUTION_PERCENT
,      ACCOUNT_DISTRIBUTION_ID
,      DEFAULT_RULE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSBBV_DEFAULT_DISTRIBUTIONS;

Dependencies

[top of page]

APPS.PSBBV_DEFAULT_DISTRIBUTIONS references the following:

SchemaAPPS
SynonymPSB_DEFAULT_ACCOUNT_DISTRS

APPS.PSBBV_DEFAULT_DISTRIBUTIONS is not referenced by any database object