[Home] [Help]
[Dependency Information]
Object Name: | PA_MC_BUDGET_LINES |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores budget lines for all the reporting set of books associated with the primary set of books.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_MC_BUDGET_LINES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PA_MC_BUDGET_LINES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PA_MC_BUDGET_LINES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUDGET_LINE_ID | NUMBER | (15) | Yes | Unique Indetifier of the budget line |
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Unique identifier the reporting set of books |
REPORTING_CURRENCY_CODE | VARCHAR2 | (15) | Yes | The currency code of the reporting set of books. |
COST_RATE_TYPE | VARCHAR2 | (30) | The rate type used to convert the cost amounts to the reporting currency | |
COST_CONVERSION_DATE | DATE | The conversion date used to convert the cost amounts to the reporting currency. | ||
COST_EXCHANGE_RATE | NUMBER | The exchange rate used to covert the cost amounts to the reporting currency | ||
COST_RATE_DATE_TYPE | VARCHAR2 | (30) | The conversion rate date type used to derive the conversion date for cost amounts. | |
REV_RATE_TYPE | VARCHAR2 | (30) | The rate type used to convert the revenue amounts to the reporting currency | |
REV_CONVERSION_DATE | DATE | The conversion date used to convert the revenue amounts to the reporting currency. | ||
REV_EXCHANGE_RATE | NUMBER | The exchange rate used to covert the revenue amounts to the reporting currency | ||
REV_RATE_DATE_TYPE | VARCHAR2 | (30) | The conversion rate date type used to derive the conversion date for revenue amounts. | |
RAW_COST | NUMBER | The raw cost in reporting currency. | ||
BURDENED_COST | NUMBER | The burdened cost in reporting currency. | ||
REVENUE | NUMBER | The revenue in reporting currency. | ||
BUDGET_VERSION_ID | NUMBER | (15) | Yes | The unique identifier of budget version |
PROJECT_ID | NUMBER | (15) | Yes | The unique identifier of project |
REQUEST_ID | NUMBER | (15) | Request id of the MRC upgrade process. | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_LINE_ID
, SET_OF_BOOKS_ID
, REPORTING_CURRENCY_CODE
, COST_RATE_TYPE
, COST_CONVERSION_DATE
, COST_EXCHANGE_RATE
, COST_RATE_DATE_TYPE
, REV_RATE_TYPE
, REV_CONVERSION_DATE
, REV_EXCHANGE_RATE
, REV_RATE_DATE_TYPE
, RAW_COST
, BURDENED_COST
, REVENUE
, BUDGET_VERSION_ID
, PROJECT_ID
, REQUEST_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_MC_BUDGET_LINES;
PA.PA_MC_BUDGET_LINES does not reference any database object
PA.PA_MC_BUDGET_LINES is referenced by following:
|
|
|