[Home] [Help]
[Dependency Information]
Object Name: | PA_ADW_LOWTSK_BGT_LINES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | (15) | Yes | project identifier |
TOP_TASK_ID | NUMBER | (15) | top task identifier | |
TASK_ID | NUMBER | (15) | lowest task identifier | |
PA_PERIOD_KEY | VARCHAR2 | (61) | PA period name concatenated with the set of books identifier | |
BUDGET_TYPE_CODE | VARCHAR2 | (30) | budget type code | |
RESOURCE_LIST_MEMBER_ID | NUMBER | (15) | Yes | resource list member identifier |
SERVICE_TYPE_CODE | VARCHAR2 | (30) | top task service type code | |
OWNER_ORGANIZATION_ID | NUMBER | task owning organization identifier | ||
EXPENDITURE_TYPE | VARCHAR2 | (80) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL1 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL2 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL3 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL4 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL5 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL6 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL7 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL8 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL9 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
USER_COL10 | VARCHAR2 | (0) | column that can be used to include user customizations for additional dimensions; in you have not defined any customizations, this column has NULL value | |
BGT_RAW_COST | NUMBER | the budgeted raw cost | ||
BGT_BURDENED_COST | NUMBER | the budgeted burdened cost | ||
BGT_REVENUE | NUMBER | the budgeted revenue | ||
BGT_QUANTITY | NUMBER | the budgeted quantity | ||
BGT_LABOR_QUANTITY | NUMBER | the budgeted labor hours | ||
BGT_UNIT_OF_MEASURE | VARCHAR2 | (30) | the unit of measure name for quantity | |
ADW_NOTIFY_FLAG | VARCHAR2 | (1) | this column is used internally by Projects Analysis Collection Pack |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, TOP_TASK_ID
, TASK_ID
, PA_PERIOD_KEY
, BUDGET_TYPE_CODE
, RESOURCE_LIST_MEMBER_ID
, SERVICE_TYPE_CODE
, OWNER_ORGANIZATION_ID
, EXPENDITURE_TYPE
, USER_COL1
, USER_COL2
, USER_COL3
, USER_COL4
, USER_COL5
, USER_COL6
, USER_COL7
, USER_COL8
, USER_COL9
, USER_COL10
, BGT_RAW_COST
, BGT_BURDENED_COST
, BGT_REVENUE
, BGT_QUANTITY
, BGT_LABOR_QUANTITY
, BGT_UNIT_OF_MEASURE
, ADW_NOTIFY_FLAG
FROM APPS.PA_ADW_LOWTSK_BGT_LINES_V;
APPS.PA_ADW_LOWTSK_BGT_LINES_V is not referenced by any database object
|
|
|