[Home] [Help]
[Dependency Information]
| Object Name: | FIIBV_PA_BUDGET_F_FCV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FII.FIIBV_PA_BUDGET_F_FCV
|
| Subobject Name: | |
| Status: | VALID |
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
| 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. |
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;
APPS
EDW_CURRENCY
- show dependent code
EDW_LOCAL_INSTANCE
EDW_UTIL
- show dependent code
FII_PA_BUDGET_PK
GL_SETS_OF_BOOKS
PA_BUDGET_ENTRY_METHODS
PA_BUDGET_LINES
PA_BUDGET_VERSIONS
PA_IMPLEMENTATIONS_ALL
PA_PROJECTS_ALL
PA_RESOURCES
PA_RESOURCE_ASSIGNMENTS
PA_RESOURCE_LIST_MEMBERS
PA_RESOURCE_TYPES
PA_TASKS
APPS
FII_PA_BUDGET_F_FCV
|
|
|
|