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


VIEW: APPS.FIIBV_PA_BUDGET_F_FCV

Object Details
Object Name: FIIBV_PA_BUDGET_F_FCV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FIIBV_PA_BUDGET_F_FCV
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


FIIBV_PA_BUDGET_F_FCV is the EDW Project Budget fact base view


[View Source]

Columns
Name Datatype Length Mandatory Comments
SEQ_ID VARCHAR2 (0)
This column is for internal use only
BUDGET_LINE_PK VARCHAR2 (82)
Unique identifier
INSTANCE_FK VARCHAR2 (30)
Foreign key for the Instance dimension
SET_OF_BOOKS_FK VARCHAR2 (71)
Foreign key for the Set Of Books dimension
PROJECT_FK VARCHAR2 (78)
Foreign key for the Project dimension
PROJECT_ORG_FK VARCHAR2 (0)
Foreign key for the Organization dimension (task owning organization)
BUDGET_FK VARCHAR2 (71)
Foreign key for the Project Budget dimension
EXPENDITURE_TYPE_FK VARCHAR2 (271)
Foreign key for the Project Expenditure Type dimension
CURRENCY_GL_FK VARCHAR2 (15) Yes Foreign key for the Currency dimension (functional currency)
GL_PERIOD_FK VARCHAR2 (82)
Foreign key for the Time dimension (GL period)
PA_PERIOD_FK VARCHAR2 (82)
Foreign key for the Time dimension (PA period)
UNIT_OF_MEASURE_FK VARCHAR2 (4000)
Foreign key for the Unit Of Measure dimension
RANGE_FROM_DATE DATE
Yes Start date of the budget period
RANGE_TO_DATE DATE
Yes End date of the budget period
DESCRIPTION VARCHAR2 (240)
Budget line description
RAW_COST_G VARCHAR2 (0)
Raw cost (global currency)
RAW_COST_B NUMBER

Raw cost (functional currency)
BURDENED_COST_G VARCHAR2 (0)
Burdened cost (global currency)
BURDENED_COST_B NUMBER

Burdened cost (functional currency)
QUANTITY NUMBER

Quantity (in transaction unit of measure)
REVENUE_G VARCHAR2 (0)
Revenue (global currency)
REVENUE_B NUMBER

Revenue (functional currency)
GLOBAL_CURRENCY_RATE NUMBER

Exchange rate between functional currency and global currency
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
_DF:BDV:_EDW CHAR (38)
This column is for internal use only
_DF:BDM:_EDW CHAR (37)
This column is for internal use only
_DF:RSR:_EDW CHAR (26)
This column is for internal use only
_DF:BDL:_EDW CHAR (35)
This column is for internal use only
_DF:TSK:_EDW CHAR (27)
This column is for internal use only
_DF:SOB:_EDW CHAR (30)
This column is for internal use only
TRANSACTION_DATE DATE

Date used by the edw_currency.get_rate api to calculate GLOBAL_CURRENCY_RATE.
Query Text

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


SELECT SEQ_ID
,      BUDGET_LINE_PK
,      INSTANCE_FK
,      SET_OF_BOOKS_FK
,      PROJECT_FK
,      PROJECT_ORG_FK
,      BUDGET_FK
,      EXPENDITURE_TYPE_FK
,      CURRENCY_GL_FK
,      GL_PERIOD_FK
,      PA_PERIOD_FK
,      UNIT_OF_MEASURE_FK
,      RANGE_FROM_DATE
,      RANGE_TO_DATE
,      DESCRIPTION
,      RAW_COST_G
,      RAW_COST_B
,      BURDENED_COST_G
,      BURDENED_COST_B
,      QUANTITY
,      REVENUE_G
,      REVENUE_B
,      GLOBAL_CURRENCY_RATE
,      LAST_UPDATE_DATE
,      _DF:BDV:_EDW
,      _DF:BDM:_EDW
,      _DF:RSR:_EDW
,      _DF:BDL:_EDW
,      _DF:TSK:_EDW
,      _DF:SOB:_EDW
,      TRANSACTION_DATE
FROM APPS.FIIBV_PA_BUDGET_F_FCV;

Dependencies

[top of page]

APPS.FIIBV_PA_BUDGET_F_FCV references the following:

SchemaAPPS
PL/SQL PackageEDW_CURRENCY - show dependent code
SynonymEDW_LOCAL_INSTANCE
PL/SQL PackageEDW_UTIL - show dependent code
SynonymFII_PA_BUDGET_PK
ViewGL_SETS_OF_BOOKS
SynonymPA_BUDGET_ENTRY_METHODS
SynonymPA_BUDGET_LINES
SynonymPA_BUDGET_VERSIONS
SynonymPA_IMPLEMENTATIONS_ALL
SynonymPA_PROJECTS_ALL
SynonymPA_RESOURCES
SynonymPA_RESOURCE_ASSIGNMENTS
SynonymPA_RESOURCE_LIST_MEMBERS
SynonymPA_RESOURCE_TYPES
SynonymPA_TASKS
APPS.FIIBV_PA_BUDGET_F_FCV is referenced by following:

SchemaAPPS
ViewFII_PA_BUDGET_F_FCV