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


VIEW: APPS.PSB_ALLOCRULE_PERCENTS_V

Object Details
Object Name: PSB_ALLOCRULE_PERCENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSB.PSB_ALLOCRULE_PERCENTS_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
ALLOCATION_RULE_ID NUMBER (20) Yes Allocation rule unique identifier
PERIOD_NUM NUMBER
Yes The number for the period the allocation is defined
MONTHLY NUMBER

Monthly distribution percent
QUARTERLY NUMBER

Quarterly distribution percent
SEMI_ANNUAL NUMBER

Semi-annual distribution percent
Query Text

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


SELECT ALLOCATION_RULE_ID
,      PERIOD_NUM
,      MONTHLY
,      QUARTERLY
,      SEMI_ANNUAL
FROM APPS.PSB_ALLOCRULE_PERCENTS_V;

Dependencies

[top of page]

APPS.PSB_ALLOCRULE_PERCENTS_V references the following:

SchemaAPPS
SynonymPSB_ALLOCRULE_PERCENTS
APPS.PSB_ALLOCRULE_PERCENTS_V is referenced by following:

SchemaAPPS
Package BodyPSB_COPY_DATA_EXTRACT_PVT - show dependent code