[Home] [Help]
[Dependency Information]
| Object Name: | PA_ORG_FORECAST_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_ORG_FORECAST_LINES
|
| Subobject Name: | |
| Status: | VALID |
This table stores the detailed forecast lines data for the PA_ORG_FCST_ELEMENTS table
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_ORG_FORECAST_LINES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FORECAST_LINE_ID
|
| PA_ORG_FORECAST_LINES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BUDGET_VERSION_ID
|
| PA_ORG_FORECAST_LINES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FORECAST_ELEMENT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FORECAST_LINE_ID | NUMBER | (15) | Yes | The system generated number that uniquely identifies the forecast line |
| FORECAST_ELEMENT_ID | NUMBER | (15) | Yes | Identifier of the forecast element |
| RECORD_VERSION_NUMBER | NUMBER | Yes | Internally generated number used for record locking | |
| BUDGET_VERSION_ID | NUMBER | (15) | Yes | The identifier of the Plan Version to which this forecast information belongs to |
| PROJECT_ID | NUMBER | (15) | Yes | The identifier of the Project that holds the plan version amounts |
| TASK_ID | NUMBER | (15) | Yes | The identifier of the task |
| PERIOD_NAME | VARCHAR2 | (30) | Yes | The GL or PA period name to which the forecast line belongs to |
| START_DATE | DATE | Yes | The start date of the period | |
| END_DATE | DATE | Yes | The end date of the period | |
| QUANTITY | NUMBER | The quantity of the forecast line | ||
| RAW_COST | NUMBER | The raw cost of the forecast line | ||
| BURDENED_COST | NUMBER | The burdened cost of the forecast line | ||
| TP_COST_IN | NUMBER | The transfer price cost in of the forecast line | ||
| TP_COST_OUT | NUMBER | The transfer price cost out of the forecast line | ||
| LENT_RESOURCE_COST | NUMBER | The lent resource cost of the forecast line | ||
| UNASSIGNED_TIME_COST | NUMBER | The unassigned time cost of the forecast line | ||
| REVENUE | NUMBER | The revenue of the forecast line | ||
| TP_REVENUE_IN | NUMBER | The transfer price revenue in of the forecast line | ||
| TP_REVENUE_OUT | NUMBER | The transfer price revenue out of the forecast line | ||
| BORROWED_REVENUE | NUMBER | The borrowed revenue of the forecast line | ||
| 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 FORECAST_LINE_ID
, FORECAST_ELEMENT_ID
, RECORD_VERSION_NUMBER
, BUDGET_VERSION_ID
, PROJECT_ID
, TASK_ID
, PERIOD_NAME
, START_DATE
, END_DATE
, QUANTITY
, RAW_COST
, BURDENED_COST
, TP_COST_IN
, TP_COST_OUT
, LENT_RESOURCE_COST
, UNASSIGNED_TIME_COST
, REVENUE
, TP_REVENUE_IN
, TP_REVENUE_OUT
, BORROWED_REVENUE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_ORG_FORECAST_LINES;
PA.PA_ORG_FORECAST_LINES does not reference any database object
PA.PA_ORG_FORECAST_LINES is referenced by following:
PA
PA_ORG_FORECAST_LINES#
|
|
|
|