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


VIEW: APPS.PSBBV_POSITION_COSTS

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

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
POSITION_ELEMENT_LINE_ID NUMBER (20) Yes Position element cost unique identifier
POSITION_ID NUMBER (20) Yes Position Unique identifier.
PAY_ELEMENT_ID NUMBER (20) Yes Pay element unique identifier
BUDGET_REVISION_ID NUMBER (20)
Budget revision unique identifier
BASE_LINE_VERSION VARCHAR2 (1)
Indicates if the values were originally posted in budget preparation phase or the current values from budget revisions. Valid values are 'O' - original and 'C' - current
CURRENCY_CODE VARCHAR2 (15) Yes Currency code
START_DATE DATE
Yes Start date of the year for which the element cost is maintained
END_DATE DATE
Yes End date of the year for which the element cost is maintained
ELEMENT_COST NUMBER
Yes Cost of the Position Control element
Query Text

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


SELECT POSITION_ELEMENT_LINE_ID
,      POSITION_ID
,      PAY_ELEMENT_ID
,      BUDGET_REVISION_ID
,      BASE_LINE_VERSION
,      CURRENCY_CODE
,      START_DATE
,      END_DATE
,      ELEMENT_COST
FROM APPS.PSBBV_POSITION_COSTS;

Dependencies

[top of page]

APPS.PSBBV_POSITION_COSTS references the following:

SchemaAPPS
SynonymPSB_POSITION_COSTS

APPS.PSBBV_POSITION_COSTS is not referenced by any database object