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


VIEW: APPS.PSB_ALLOCRULES_V

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

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Oracle database ROWID
ALLOCRULE_ID NUMBER (15) Yes Allocation rule unique identifier
ALLOCRULE_TYPE VARCHAR2 (10) Yes Allocation rule type. Values are ACCOUNT or POSITION.
NAME VARCHAR2 (30) Yes Entity name
SET_OF_BOOKS_ID NUMBER (15)
General Ledger Set of Books identifier
DESCRIPTION VARCHAR2 (80)
Entity description
ALLOCATION_TYPE VARCHAR2 (10)
Allocation type. Values are PROFILE or PERCENT.
BUDGET_YEAR_TYPE_ID NUMBER (15)
Year type unique identifier. The allocation rule is defined for the budget period of this type in the calendar.
BALANCE_TYPE VARCHAR2 (1)
Balance type. B (Budget), A (Actual), or E (Estimate).
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT ROW_ID
,      ALLOCRULE_ID
,      ALLOCRULE_TYPE
,      NAME
,      SET_OF_BOOKS_ID
,      DESCRIPTION
,      ALLOCATION_TYPE
,      BUDGET_YEAR_TYPE_ID
,      BALANCE_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.PSB_ALLOCRULES_V;

Dependencies

[top of page]

APPS.PSB_ALLOCRULES_V references the following:

SchemaAPPS
SynonymPSB_ENTITY

APPS.PSB_ALLOCRULES_V is not referenced by any database object