Search Results pa_alloc_run_source_det
Overview
The PA_ALLOC_RUN_SOURCE_DET table is a core transactional data object within the Oracle E-Business Suite Projects module (PA). It serves as a detailed log, capturing the specific source project and task information for each execution of an allocation process. Allocations are critical financial operations that distribute shared costs, such as overhead or indirect expenses, across multiple projects or tasks based on defined rules. This table provides the essential audit trail by linking a specific allocation run, identified by a RUN_ID, to the precise source project and task from which costs are being allocated. Its role is fundamental to ensuring the traceability, accuracy, and integrity of cost distribution in project accounting.
Key Information Stored
The table's primary function is to store foreign key references that define the relationship between an allocation run and its source entities. While the ETRM excerpt does not provide a full column list, the documented foreign keys explicitly identify the critical columns. The RUN_ID column links each record to a master allocation run in the PA_ALLOC_RUNS_ALL table. The PROJECT_ID column identifies the source project from the PA_PROJECTS_ALL table, and the TASK_ID column specifies the source task from the PA_TASKS table. Additional columns likely exist to store metadata such as creation date, last update date, and the identifier of the user who initiated the run, supporting comprehensive audit requirements.
Common Use Cases and Queries
This table is primarily used for audit reporting, reconciliation, and troubleshooting allocation results. A common scenario involves tracing the source of allocated costs posted to a receiving project back to the original run and source project. For example, a financial analyst may need to generate a report detailing all source projects for a particular allocation run to verify the input data. A typical query would join this table to the project and task tables to retrieve meaningful names.
- Sample Query: To list all source projects and tasks for a specific allocation run (RUN_ID = 1001):
SELECT p.segment1 project_number, t.task_number, arsd.* FROM pa_alloc_run_source_det arsd, pa_projects_all p, pa_tasks t WHERE arsd.run_id = 1001 AND arsd.project_id = p.project_id AND arsd.task_id = t.task_id; - Use Case: Investigating allocation errors by verifying if the correct source tasks were included in a run that produced unexpected results.
Related Objects
PA_ALLOC_RUN_SOURCE_DET is centrally connected to several key master tables via foreign key constraints, as documented in the ETRM metadata.
- PA_ALLOC_RUNS_ALL: The parent table for all allocation runs. Joined via
PA_ALLOC_RUN_SOURCE_DET.RUN_ID = PA_ALLOC_RUNS_ALL.RUN_IDto obtain run-level details like status, run date, and the allocation rule used. - PA_PROJECTS_ALL: The master projects table. Joined via
PA_ALLOC_RUN_SOURCE_DET.PROJECT_ID = PA_PROJECTS_ALL.PROJECT_IDto retrieve the source project's name, number, and other attributes. - PA_TASKS: The master tasks table. Joined via
PA_ALLOC_RUN_SOURCE_DET.TASK_ID = PA_TASKS.TASK_IDto identify the specific source task name and number within the project.
-
Table: PA_ALLOC_RUN_SOURCE_DET
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RUN_SOURCE_DET, object_name:PA_ALLOC_RUN_SOURCE_DET, status:VALID, product: PA - Projects , description: Source project information for each allocation run , implementation_dba_data: PA.PA_ALLOC_RUN_SOURCE_DET ,
-
Table: PA_ALLOC_RUN_SOURCE_DET
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RUN_SOURCE_DET, object_name:PA_ALLOC_RUN_SOURCE_DET, status:VALID, product: PA - Projects , description: Source project information for each allocation run , implementation_dba_data: PA.PA_ALLOC_RUN_SOURCE_DET ,
-
APPS.PA_ALLOC_UTILS dependencies on PA_ALLOC_RUN_SOURCE_DET
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN_SOURCE_DET
12.1.1
-
APPS.PA_ALLOC_UTILS dependencies on PA_ALLOC_RUN_SOURCE_DET
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN_SOURCE_DET
12.2.2
-
VIEW: PA.PA_ALLOC_RUN_SOURCE_DET#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_ALLOC_RUN_SOURCE_DET#, status:VALID,
-
SYNONYM: APPS.PA_ALLOC_RUN_SOURCE_DET
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_ALLOC_RUN_SOURCE_DET, status:VALID,
-
SYNONYM: APPS.PA_ALLOC_RUN_SOURCE_DET
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_ALLOC_RUN_SOURCE_DET, status:VALID,
-
VIEW: PA.PA_ALLOC_RUN_SOURCE_DET#
12.2.2
-
VIEW: APPS.PA_ALLOC_AUDIT_SOURCES_V
12.1.1
-
TABLE: PA.PA_ALLOC_RUN_SOURCE_DET
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RUN_SOURCE_DET, object_name:PA_ALLOC_RUN_SOURCE_DET, status:VALID,
-
VIEW: APPS.PA_ALLOC_AUDIT_SOURCES_V
12.2.2
-
TABLE: PA.PA_ALLOC_RUN_SOURCE_DET
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RUN_SOURCE_DET, object_name:PA_ALLOC_RUN_SOURCE_DET, status:VALID,
-
APPS.PA_ALLOC_RUN dependencies on PA_PROJECT_STUS_UTILS
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN
12.1.1
-
APPS.PA_ALLOC_UTILS dependencies on PA_ALLOC_RUNS_ALL
12.2.2
-
APPS.PA_ALLOC_UTILS dependencies on PA_ALLOC_RUNS_ALL
12.1.1
-
Table: PA_ALLOC_RUNS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RUNS_ALL, object_name:PA_ALLOC_RUNS_ALL, status:VALID, product: PA - Projects , description: Information for allocation runs , implementation_dba_data: PA.PA_ALLOC_RUNS_ALL ,
-
Table: PA_ALLOC_RUNS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_RUNS_ALL, object_name:PA_ALLOC_RUNS_ALL, status:VALID, product: PA - Projects , description: Information for allocation runs , implementation_dba_data: PA.PA_ALLOC_RUNS_ALL ,
-
PACKAGE BODY: APPS.PA_ALLOC_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ALLOC_UTILS, status:VALID,
-
View: PA_ALLOC_AUDIT_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_AUDIT_SOURCES_V, object_name:PA_ALLOC_AUDIT_SOURCES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_AUDIT_SOURCES_V ,
-
View: PA_ALLOC_AUDIT_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_AUDIT_SOURCES_V, object_name:PA_ALLOC_AUDIT_SOURCES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_AUDIT_SOURCES_V ,
-
PACKAGE BODY: APPS.PA_ALLOC_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ALLOC_UTILS, status:VALID,
-
VIEW: APPS.PA_ALLOC_AUDIT_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_AUDIT_SOURCES_V, object_name:PA_ALLOC_AUDIT_SOURCES_V, status:VALID,
-
VIEW: APPS.PA_ALLOC_AUDIT_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_AUDIT_SOURCES_V, object_name:PA_ALLOC_AUDIT_SOURCES_V, status:VALID,
-
PACKAGE BODY: APPS.PA_ALLOC_RUN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ALLOC_RUN, status:VALID,
-
PACKAGE BODY: APPS.PA_ALLOC_RUN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ALLOC_RUN, status:VALID,
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUNS
12.2.2
-
APPS.PA_ALLOC_RUN SQL Statements
12.2.2
-
APPS.PA_ALLOC_UTILS SQL Statements
12.1.1
-
APPS.PA_ALLOC_UTILS SQL Statements
12.2.2
-
APPS.PA_ALLOC_RUN SQL Statements
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUNS
12.1.1
-
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 ,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PA_ALLOC_RUN
12.2.2