Search Results pa_tasks
Overview
The PA_TASKS table is a core data object within the Oracle E-Business Suite Projects (PA) module, specifically in releases 12.1.1 and 12.2.2. It serves as the master repository for all user-defined tasks, which are the fundamental subdivisions of work on a project. Every task is associated with a parent project, enabling detailed planning, tracking, costing, billing, and reporting. The table's extensive network of foreign key relationships underscores its central role in integrating project management data with other EBS modules, including Payables, Assets, and Service.
Key Information Stored
The table's primary key is TASK_ID, which uniquely identifies each task. The most critical foreign key is PROJECT_ID, linking the task to its parent project in PA_PROJECTS_ALL. Other essential columns define the task's operational and financial context. These include PARENT_TASK_ID and TOP_TASK_ID for hierarchical task structures, and CARRYING_OUT_ORGANIZATION_ID to designate the executing business unit. Financial control is managed through columns like COST_IND_RATE_SCH_ID, INV_IND_RATE_SCH_ID, and REV_IND_RATE_SCH_ID for indirect cost rates, and LABOR_TP_SCHEDULE_ID or NL_TP_SCHEDULE_ID for transfer price schedules. The WORK_TYPE_ID links to a classification of labor, while ADDRESS_ID can store a customer site for billing purposes.
Common Use Cases and Queries
This table is central to project operational reporting and transactional integrity. Common use cases include generating task hierarchies for work breakdown structures, validating tasks during financial transaction entry (like invoice distributions or expense reports), and assigning specific costing rules at the task level. A fundamental query retrieves all tasks for a given project, often joining with PA_PROJECTS_ALL.
SELECT pt.task_number, pt.task_name, pt.description FROM pa_tasks pt WHERE pt.project_id = :p_project_id ORDER BY pt.task_number;
Another critical pattern involves tracing financial transactions back to their source task, which is essential for project cost analysis and audit trails. This requires joining PA_TASKS to transactional tables like AP_INVOICE_DISTRIBUTIONS_ALL on TASK_ID.
Related Objects
As indicated by the foreign key metadata, PA_TASKS has extensive relationships across the EBS suite. Within Projects, it is the parent table for PA_LABOR_COST_MULTIPLIERS and is linked to PA_IND_RATE_SCHEDULES_ALL_BG and PA_CC_TP_SCHEDULES_BG. Crucially, it is referenced by numerous transactional tables in other products, including AP_INVOICE_DISTRIBUTIONS_ALL, AP_EXPENSE_REPORT_LINES_ALL, and FA_ASSET_INVOICES. This demonstrates that the TASK_ID is a key attribute propagated to financial records for project accounting. The table also has a recursive relationship with itself via PARENT_TASK_ID and TOP_TASK_ID to model task hierarchies.
-
Table: PA_TASKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_TASKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
View: PA_STRUC_TASK_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_TASK_SEARCH_V, object_name:PA_STRUC_TASK_SEARCH_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUC_TASK_SEARCH_V ,
-
View: PA_XC_MY_TASKS_V
12.2.2
product: PA - Projects , description: View My Task Details , implementation_dba_data: Not implemented in this database ,
-
View: PA_XC_MY_TASKS_V
12.1.1
product: PA - Projects , description: View My Task Details , implementation_dba_data: Not implemented in this database ,
-
View: PA_STRUC_TASK_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_TASK_SEARCH_V, object_name:PA_STRUC_TASK_SEARCH_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUC_TASK_SEARCH_V ,
-
View: PA_STRUC_PARENT_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_PARENT_LINKS_V, object_name:PA_STRUC_PARENT_LINKS_V, status:VALID, product: PA - Projects , description: PA_STRUC_PARENT_LINKS_V selects the parent object information of a link. - For future use , implementation_dba_data: APPS.PA_STRUC_PARENT_LINKS_V ,
-
View: PA_STRUC_CHILD_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_CHILD_LINKS_V, object_name:PA_STRUC_CHILD_LINKS_V, status:VALID, product: PA - Projects , description: PA_STRUC_CHILD_LINKS_V selects the child object information of a link. - For future use , implementation_dba_data: APPS.PA_STRUC_CHILD_LINKS_V ,
-
View: PA_STRUC_CHILD_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_CHILD_LINKS_V, object_name:PA_STRUC_CHILD_LINKS_V, status:VALID, product: PA - Projects , description: PA_STRUC_CHILD_LINKS_V selects the child object information of a link. - For future use , implementation_dba_data: APPS.PA_STRUC_CHILD_LINKS_V ,
-
View: PA_STRUC_PARENT_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_PARENT_LINKS_V, object_name:PA_STRUC_PARENT_LINKS_V, status:VALID, product: PA - Projects , description: PA_STRUC_PARENT_LINKS_V selects the parent object information of a link. - For future use , implementation_dba_data: APPS.PA_STRUC_PARENT_LINKS_V ,
-
Table: PA_IND_RATE_SCHEDULES_ALL_BG
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IND_RATE_SCHEDULES_ALL_BG, object_name:PA_IND_RATE_SCHEDULES_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined burden schedules , implementation_dba_data: PA.PA_IND_RATE_SCHEDULES_ALL_BG ,
-
Table: PA_IND_RATE_SCHEDULES_ALL_BG
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IND_RATE_SCHEDULES_ALL_BG, object_name:PA_IND_RATE_SCHEDULES_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined burden schedules , implementation_dba_data: PA.PA_IND_RATE_SCHEDULES_ALL_BG ,
-
View: PA_DEPENDENCIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DEPENDENCIES_V, object_name:PA_DEPENDENCIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DEPENDENCIES_V ,
-
View: PA_LATEST_PUB_STRUC_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PUB_STRUC_TASKS_V, object_name:PA_LATEST_PUB_STRUC_TASKS_V, status:VALID, product: PA - Projects , description: PA_LATEST_PUB_STRUC_TASKS_V selects the information of the latest published structure version. - For future use , implementation_dba_data: APPS.PA_LATEST_PUB_STRUC_TASKS_V ,
-
View: PA_LATEST_PUB_STRUC_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PUB_STRUC_TASKS_V, object_name:PA_LATEST_PUB_STRUC_TASKS_V, status:VALID, product: PA - Projects , description: PA_LATEST_PUB_STRUC_TASKS_V selects the information of the latest published structure version. - For future use , implementation_dba_data: APPS.PA_LATEST_PUB_STRUC_TASKS_V ,
-
View: PA_BACK_PROJ_TASK_PROG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BACK_PROJ_TASK_PROG_V, object_name:PA_BACK_PROJ_TASK_PROG_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_BACK_PROJ_TASK_PROG_V ,
-
View: PA_BACK_PROJ_TASK_PROG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BACK_PROJ_TASK_PROG_V, object_name:PA_BACK_PROJ_TASK_PROG_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_BACK_PROJ_TASK_PROG_V ,
-
View: PA_DEPENDENCIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DEPENDENCIES_V, object_name:PA_DEPENDENCIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DEPENDENCIES_V ,
-
View: PA_FIN_STRUCTURES_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_V ,
-
View: PA_FIN_PERCENT_COMPLETES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PERCENT_COMPLETES_V, object_name:PA_FIN_PERCENT_COMPLETES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FIN_PERCENT_COMPLETES_V ,
-
View: PA_FIN_STRUCTURES_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_V ,
-
View: PA_TASK_BUDGETS2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_BUDGETS2_V, object_name:PA_TASK_BUDGETS2_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_BUDGETS2_V ,
-
View: PA_TASK_BUDGETS2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_BUDGETS2_V, object_name:PA_TASK_BUDGETS2_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_BUDGETS2_V ,
-
View: PA_FIN_PERCENT_COMPLETES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PERCENT_COMPLETES_V, object_name:PA_FIN_PERCENT_COMPLETES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FIN_PERCENT_COMPLETES_V ,
-
View: PA_DELIVERABLE_PROG_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DELIVERABLE_PROG_HIST_V, object_name:PA_DELIVERABLE_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DELIVERABLE_PROG_HIST_V ,
-
View: PA_STRUCT_TASKS_LITE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_LITE_V, object_name:PA_STRUCT_TASKS_LITE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_TASKS_LITE_V ,
-
View: PA_DELIVERABLE_PROG_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DELIVERABLE_PROG_HIST_V, object_name:PA_DELIVERABLE_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DELIVERABLE_PROG_HIST_V ,
-
View: PA_STRUCT_TASK_EDIT_V
12.1.1
product: PA - Projects , description: PA_STRUCT_TASK_EDIT_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
View: PA_STRUCT_TASK_EDIT_V
12.2.2
product: PA - Projects , description: PA_STRUCT_TASK_EDIT_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
View: PA_STRUCT_TASKS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_AMG_V, object_name:PA_STRUCT_TASKS_AMG_V, status:VALID, product: PA - Projects , description: This view provides a list of structure versions , implementation_dba_data: APPS.PA_STRUCT_TASKS_AMG_V ,
-
View: PA_STRUCT_TASKS_LITE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_LITE_V, object_name:PA_STRUCT_TASKS_LITE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_TASKS_LITE_V ,
-
View: PA_STRUCT_TASKS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_AMG_V, object_name:PA_STRUCT_TASKS_AMG_V, status:VALID, product: PA - Projects , description: This view provides a list of structure versions , implementation_dba_data: APPS.PA_STRUCT_TASKS_AMG_V ,
-
Table: PA_FP_ELEMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_ELEMENTS, object_name:PA_FP_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores plannable elements for a project. , implementation_dba_data: PA.PA_FP_ELEMENTS ,
-
Table: PA_ALLOC_TXN_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_TXN_DETAILS, object_name:PA_ALLOC_TXN_DETAILS, status:VALID, product: PA - Projects , description: Transactions created by an allocation run , implementation_dba_data: PA.PA_ALLOC_TXN_DETAILS ,
-
Table: PA_COMP_RULE_OT_DEFAULTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COMP_RULE_OT_DEFAULTS_ALL, object_name:PA_COMP_RULE_OT_DEFAULTS_ALL, status:VALID, product: PA - Projects , description: This table stores the overtime default project and task details for a Labor costing rule. , implementation_dba_data: PA.PA_COMP_RULE_OT_DEFAULTS_ALL ,
-
View: PA_XC_TASKS_BY_PROJECT_V
12.2.2
product: PA - Projects , description: View All Task Details , implementation_dba_data: Not implemented in this database ,
-
View: PA_XC_TASKS_BY_PROJECT_V
12.1.1
product: PA - Projects , description: View All Task Details , implementation_dba_data: Not implemented in this database ,
-
Table: PA_FP_ELEMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_ELEMENTS, object_name:PA_FP_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores plannable elements for a project. , implementation_dba_data: PA.PA_FP_ELEMENTS ,
-
Table: PA_BUDGETARY_CONTROLS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGETARY_CONTROLS, object_name:PA_BUDGETARY_CONTROLS, status:VALID, product: PA - Projects , description: PA_BUDGETARY_CONTROLS are used to store the controls levels that are used to regulate how the funds are reserved for transactions , implementation_dba_data: PA.PA_BUDGETARY_CONTROLS ,
-
Table: PA_ALLOC_TXN_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_TXN_DETAILS, object_name:PA_ALLOC_TXN_DETAILS, status:VALID, product: PA - Projects , description: Transactions created by an allocation run , implementation_dba_data: PA.PA_ALLOC_TXN_DETAILS ,
-
Table: PA_BUDGETARY_CONTROLS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGETARY_CONTROLS, object_name:PA_BUDGETARY_CONTROLS, status:VALID, product: PA - Projects , description: PA_BUDGETARY_CONTROLS are used to store the controls levels that are used to regulate how the funds are reserved for transactions , implementation_dba_data: PA.PA_BUDGETARY_CONTROLS ,
-
Table: PA_COMP_RULE_OT_DEFAULTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COMP_RULE_OT_DEFAULTS_ALL, object_name:PA_COMP_RULE_OT_DEFAULTS_ALL, status:VALID, product: PA - Projects , description: This table stores the overtime default project and task details for a Labor costing rule. , implementation_dba_data: PA.PA_COMP_RULE_OT_DEFAULTS_ALL ,
-
Table: PA_CC_TP_SCHEDULES_BG
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_TP_SCHEDULES_BG, object_name:PA_CC_TP_SCHEDULES_BG, status:VALID, product: PA - Projects , description: Transfer price schedules which define how transfer price is calculated between the provider and receiver organizations for cross charged labor and non-labor transactions. , implementation_dba_data: PA.PA_CC_TP_SCHEDULES_BG ,
-
View: PA_LAUNCH_PAGE_OBJECTS_TM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LAUNCH_PAGE_OBJECTS_TM_V, object_name:PA_LAUNCH_PAGE_OBJECTS_TM_V, status:VALID, product: PA - Projects , description: PA_LAUNCH_PAGE_OBJECTS_TM_V gives the consolidated list of objects , implementation_dba_data: APPS.PA_LAUNCH_PAGE_OBJECTS_TM_V ,
-
Table: PA_CC_TP_SCHEDULES_BG
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_TP_SCHEDULES_BG, object_name:PA_CC_TP_SCHEDULES_BG, status:VALID, product: PA - Projects , description: Transfer price schedules which define how transfer price is calculated between the provider and receiver organizations for cross charged labor and non-labor transactions. , implementation_dba_data: PA.PA_CC_TP_SCHEDULES_BG ,
-
View: PA_PROJ_TASK_PROG_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_HIST_V, object_name:PA_PROJ_TASK_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_HIST_V ,
-
View: PA_ADW_LOWEST_TASKS_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_LOWEST_TASKS_B_V, object_name:PA_ADW_LOWEST_TASKS_B_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ADW_LOWEST_TASKS_B_V ,
-
View: PA_ADW_LOWEST_TASKS_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_LOWEST_TASKS_B_V, object_name:PA_ADW_LOWEST_TASKS_B_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ADW_LOWEST_TASKS_B_V ,
-
Table: PA_BC_BALANCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BC_BALANCES, object_name:PA_BC_BALANCES, status:VALID, product: PA - Projects , description: PA_BC_BALANCES stores actual, budget and encumbrance balance per project, task, period, budget version and resource. Budget balances are created during the budget baselining process. Actuals and encumbrances accounting entries are creat , implementation_dba_data: PA.PA_BC_BALANCES ,
-
Table: PA_BC_BALANCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BC_BALANCES, object_name:PA_BC_BALANCES, status:VALID, product: PA - Projects , description: PA_BC_BALANCES stores actual, budget and encumbrance balance per project, task, period, budget version and resource. Budget balances are created during the budget baselining process. Actuals and encumbrances accounting entries are creat , implementation_dba_data: PA.PA_BC_BALANCES ,