[Home] [Help]
[Dependency Information]
| Object Name: | PSBBV_ALLOCATION_RULES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSB.PSBBV_ALLOCATION_RULES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
PSBBV_ALLOCATION_RULES displays information about period allocation rules. Each allocation rule can be assigned to one or more entity sets.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ALLOCATION_RULE_NAME | VARCHAR2 | (30) | Yes | Allocation rule name |
| DESCRIPTION | VARCHAR2 | (80) | Allocation rule description | |
| ALLOCATION_RULE_TYPE | VARCHAR2 | (10) | Yes | Allocation rule type. Values are Account or Position. |
| _LA:ALLOCATION_TYPE | CHAR | (58) | Allocation type. Values are Profile or Percent. | |
| _LA:BALANCE_TYPE | CHAR | (53) | Balance type. B indicates Budget, A indicates Actual, and E indicates Estimate. | |
| ALLOCATION_RULE_ID | NUMBER | (15) | Yes | Allocation rule unique identifier |
| 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 ALLOCATION_RULE_NAME
, DESCRIPTION
, ALLOCATION_RULE_TYPE
, _LA:ALLOCATION_TYPE
, _LA:BALANCE_TYPE
, ALLOCATION_RULE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.PSBBV_ALLOCATION_RULES;
APPS
PSB_ENTITY
APPS.PSBBV_ALLOCATION_RULES is not referenced by any database object
|
|
|
|