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


VIEW: APPS.PSBFV_POSITION_FTE

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

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
POSITION_FTE_LINE_ID NUMBER (20) Yes Position fte line unique identifier.
POSITION_ID NUMBER (20) Yes
_KF:POSITION_NAME CHAR (20)
Name of the Position.
BUDGET_REVISION_ID NUMBER (20)
Budget revision unique identifier
BUDGET_REVISION_JUSTIFICATION VARCHAR2 (240)
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
START_DATE DATE
Yes Start date of the year for which the position FTE values are maintained
END_DATE DATE
Yes End date of the year for which the position FTE values are maintained
FTE NUMBER
Yes Position Control annual FTE value for the position
Query Text

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


SELECT POSITION_FTE_LINE_ID
,      POSITION_ID
,      _KF:POSITION_NAME
,      BUDGET_REVISION_ID
,      BUDGET_REVISION_JUSTIFICATION
,      BASE_LINE_VERSION
,      START_DATE
,      END_DATE
,      FTE
FROM APPS.PSBFV_POSITION_FTE;

Dependencies

[top of page]

APPS.PSBFV_POSITION_FTE references the following:

SchemaAPPS
SynonymPSB_BUDGET_REVISIONS
SynonymPSB_POSITIONS
ViewPSB_POSITION_DEFINITIONS_KFV
SynonymPSB_POSITION_FTE

APPS.PSBFV_POSITION_FTE is not referenced by any database object