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


VIEW: APPS.PSBFV_ALLOCATION_RULES

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

View Type

A Business Intelligence System view


PSBFV_ALLOCATION_RULES displays information about period allocation rules. Each allocation rule can be assigned to one or more entity sets.


[View Source]

Columns
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.
_DF CHAR (21)
Descriptive Flexfield column
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
Query Text

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
,      _DF
,      ALLOCATION_RULE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSBFV_ALLOCATION_RULES;

Dependencies

[top of page]

APPS.PSBFV_ALLOCATION_RULES references the following:

SchemaAPPS
SynonymPSB_ENTITY

APPS.PSBFV_ALLOCATION_RULES is not referenced by any database object