[Home] [Help]
[Dependency Information]
Object Name: | PSBFV_DEFAULT_DISTRIBUTIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
PSBFV_DEFAULT_DISTRIBUTIONS displays information about the default account distribution information for a given default rule. The distribution is for salary cost only.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEFAULT_RULE_NAME | VARCHAR2 | (30) | Yes | Default rule name |
_KF:GL_ACCOUNT | CHAR | (17) | Key Flexfield segments placeholder. Column is expanded into multiple columns for each segment of the Key Flexfield during view generation. | |
DISTRIBUTION_PERCENT | NUMBER | Percent of budget distributed to this account | ||
ACCOUNT_DISTRIBUTION_ID | NUMBER | (20) | Yes | Default account distribution unique identifier |
CODE_COMBINATION_ID | NUMBER | (20) | Yes | General Ledger code combination identifier. Account to which the distribution is charged. |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT DEFAULT_RULE_NAME
, _KF:GL_ACCOUNT
, DISTRIBUTION_PERCENT
, ACCOUNT_DISTRIBUTION_ID
, CODE_COMBINATION_ID
, DEFAULT_RULE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.PSBFV_DEFAULT_DISTRIBUTIONS;
APPS.PSBFV_DEFAULT_DISTRIBUTIONS is not referenced by any database object
|
|
|