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


TABLE: PA.PA_MC_BUDGET_LINES

Object Details
Object Name: PA_MC_BUDGET_LINES
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_MC_BUDGET_LINES
Subobject Name:
Status: VALID


This table stores budget lines for all the reporting set of books associated with the primary set of books.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_MC_BUDGET_LINES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUDGET_LINE_ID
ColumnSET_OF_BOOKS_ID
PA_MC_BUDGET_LINES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUDGET_VERSION_ID
PA_MC_BUDGET_LINES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_MC_BUDGET_LINES does not reference any database object

PA.PA_MC_BUDGET_LINES is referenced by following:

SchemaPA
ViewPA_MC_BUDGET_LINES#