[Home] [Help]
[Dependency Information]
| Object Name: | PA_BUDGET_ITEMS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_BUDGET_ITEMS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_BUDGET_ITEMS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROJECT_ID
TASK_ID
BUDGET_TYPE_CODE
LINE_NUM
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project subbudget for which the budget item is entered |
| BUDGET_TYPE_CODE | VARCHAR2 | (30) | Yes | The status of the subbudget for which the budget item is entered |
| LINE_NUM | NUMBER | (15) | Yes | The sequential number that identifies the budget item within a subbudget |
| 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 |
| TASK_ID | NUMBER | (15) | The identifier of the task subbudget for which the budget item is entered | |
| EXPENDITURE_CATEGORY | VARCHAR2 | (30) | The expenditure category for which cost is budgeted | |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | The expenditure type for which cost is budgeted | |
| JOB_ID | NUMBER | (15) | The identifier of the job for which cost is budgeted | |
| ORGANIZATION_ID | NUMBER | (15) | The identifier of the organization for which cost is budgeted | |
| REVENUE_CATEGORY | VARCHAR2 | (30) | The revenue category for which revenue is budgeted | |
| COST | NUMBER | (22) | The budgeted cost for the budget item | |
| REVENUE | NUMBER | (22) | The budgeted revenue amount for the budget item | |
| LABOR_HOURS | NUMBER | (21) | The budgeted labor hours for the budget item. Labor hours can only be specified for a cost budget item for a labor expenditure type or a job |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, BUDGET_TYPE_CODE
, LINE_NUM
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, TASK_ID
, EXPENDITURE_CATEGORY
, EXPENDITURE_TYPE
, JOB_ID
, ORGANIZATION_ID
, REVENUE_CATEGORY
, COST
, REVENUE
, LABOR_HOURS
FROM PA.PA_BUDGET_ITEMS;
PA.PA_BUDGET_ITEMS does not reference any database object
PA.PA_BUDGET_ITEMS is referenced by following:
APPS
PA_BUDGET_ITEMS
|
|
|
|