[Home] [Help]
[Dependency Information]
Object Name: | PA_XLA_TASK_REF_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 |
---|---|---|---|---|
TASK_ID | NUMBER | (15) | Yes | The system-generated number that uniquely identifies the task |
TASK_NUMBER | VARCHAR2 | (25) | Yes | User-defined number that uniquely identifies the task within a project. It is recommended to number tasks based on the wbs since that is how tasks are ordered in some reports. However note: task numbers do not record the wbs structure |
TASK_NAME | VARCHAR2 | (20) | Yes | User-defined short name of the task |
TASK_ORGANIZATION_ID | NUMBER | (15) | Yes | The identifier of the organization that is responsible for the task work. The project organization is defaulted to the task organization upon creation of the task |
TASK_ORG_COMPANY | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
TASK_ORG_COST_CENTER | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
TASK_SERVICE_TYPE_CODE | VARCHAR2 | (30) | The type of work performed on the task | |
TOP_TASK_ID | NUMBER | (15) | Yes | The identifier of the top task to which this tasks rolls up. If the task is a top task, the top_task_id is set to its own task_id. |
TOP_TASK_NUMBER | VARCHAR2 | (25) | Yes | User-defined number that uniquely identifies the task within a project. It is recommended to number tasks based on the wbs since that is how tasks are ordered in some reports. However note: task numbers do not record the wbs structure |
TOP_TASK_NAME | VARCHAR2 | (20) | Yes | User-defined short name of the task |
TASK_BILLABLE_FLAG | VARCHAR2 | (1) | Default flag for items charged to the task that indicates if the item can accrue revenue (Y or N). For capital projects this flag is used as capitalizable_flag. For indirect projects this flag is set to N and is not used. | |
TASK_RETIREMENT_FLAG | VARCHAR2 | (1) | Flag to identify tasks for retirement cost collection. | |
TASK_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield context field | |
TASK_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TASK_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TASK_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TASK_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TASK_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TASK_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TASK_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TASK_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TASK_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TASK_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment |
Cut, paste (and edit) the following text to query this object:
SELECT TASK_ID
, TASK_NUMBER
, TASK_NAME
, TASK_ORGANIZATION_ID
, TASK_ORG_COMPANY
, TASK_ORG_COST_CENTER
, TASK_SERVICE_TYPE_CODE
, TOP_TASK_ID
, TOP_TASK_NUMBER
, TOP_TASK_NAME
, TASK_BILLABLE_FLAG
, TASK_RETIREMENT_FLAG
, TASK_ATTRIBUTE_CATEGORY
, TASK_ATTRIBUTE1
, TASK_ATTRIBUTE2
, TASK_ATTRIBUTE3
, TASK_ATTRIBUTE4
, TASK_ATTRIBUTE5
, TASK_ATTRIBUTE6
, TASK_ATTRIBUTE7
, TASK_ATTRIBUTE8
, TASK_ATTRIBUTE9
, TASK_ATTRIBUTE10
FROM APPS.PA_XLA_TASK_REF_V;
|
|
|