Search Results ap_exp_report_dists_all
Overview
The AP_EXP_REPORT_DISTS_ALL table is a core data object within the Oracle E-Business Suite Payables (AP) module, specifically for the management of employee expense reports. It serves as the central repository for expense report distribution lines. In Oracle Payables, a distribution line represents the accounting allocation of an expense, detailing how the cost is to be charged across different segments of the general ledger (e.g., account, department, project). This table stores the detailed accounting breakdown for each line on an employee-submitted expense report, enabling multi-account distributions for a single expense item. Its role is critical for ensuring accurate financial posting and cost accountability.
Key Information Stored
The table's primary key is REPORT_DISTRIBUTION_ID, which uniquely identifies each distribution record. Its structure is defined by key foreign key relationships that link the distribution to its parent documents and accounting entities. The most significant columns include REPORT_HEADER_ID, which links to AP_EXPENSE_REPORT_HEADERS_ALL to associate the distribution with a specific expense report, and REPORT_LINE_ID, which links to AP_EXPENSE_REPORT_LINES_ALL to associate it with a specific item on that report. For project accounting integration, the PROJECT_ID and TASK_ID columns link to PA_PROJECTS_ALL and PA_TASKS, respectively. The EXPENDITURE_ORGANIZATION_ID links to HR_ALL_ORGANIZATION_UNITS, capturing the organization incurring the expense. Other critical columns typically include amount, accounting date, and the code combination ID (CCID) that holds the charged accounting flexfield structure.
Common Use Cases and Queries
This table is fundamental for auditing expense report accounting, reconciling reported expenses to general ledger postings, and generating detailed cost allocation reports. A common operational query involves joining to the header and lines tables to review all distributions for a specific report or employee within a date range. For project costing analysis, queries often join to project tables to summarize expenses charged to specific tasks or projects. Technical consultants frequently reference this table when building custom reports for expense analytics or when debugging issues related to expense report validation and invoice creation. A typical SQL pattern retrieves distribution details for approved reports:
- SELECT d.*, h.employee_id, l.item_description
- FROM ap_exp_report_dists_all d,
- ap_expense_report_headers_all h,
- ap_expense_report_lines_all l
- WHERE d.report_header_id = h.report_header_id
- AND d.report_line_id = l.report_line_id
- AND h.status = 'APPROVED';
Related Objects
AP_EXP_REPORT_DISTS_ALL has integral relationships with several key EBS tables. Its primary parent objects are AP_EXPENSE_REPORT_HEADERS_ALL (expense report metadata) and AP_EXPENSE_REPORT_LINES_ALL (individual expense line items). For project-related distributions, it references PA_PROJECTS_ALL and PA_TASKS. The link to HR_ALL_ORGANIZATION_UNITS captures organizational hierarchy. In the Procure-to-Pay lifecycle, data from this table flows into the Payables invoice system, where expense report distributions become invoice distributions. Related views, such as AP_EXPENSE_REPORT_DISTS (the secure view filtered by operating unit), are typically used for application reporting instead of querying the base table directly.
-
Table: AP_EXP_REPORT_DISTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXP_REPORT_DISTS_ALL, object_name:AP_EXP_REPORT_DISTS_ALL, status:VALID, product: AP - Payables , description: Expense distributions , implementation_dba_data: AP.AP_EXP_REPORT_DISTS_ALL ,
-
Table: AP_EXP_REPORT_DISTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXP_REPORT_DISTS_ALL, object_name:AP_EXP_REPORT_DISTS_ALL, status:VALID, product: AP - Payables , description: Expense distributions , implementation_dba_data: AP.AP_EXP_REPORT_DISTS_ALL ,
-
APPS.AP_WEB_AME_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_WEB_EXPORT_ER dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_WEB_EXPENSE_WF dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_WEB_CUST_AME_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_APPROVAL_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_WEB_DB_EXPLINE_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_ETAX_SERVICES_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_WEB_AME_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_ETAX_SERVICES_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_ETAX_UTILITY_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.PA_ALTERNATE_TASK_PVT dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_WEB_AUDIT_UTILS dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_APPROVAL_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.PA_PROJ_ELEMENTS_UTILS dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.PA_PROJ_ELEMENTS_UTILS dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_WEB_DB_EXPDIST_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_WEB_DB_EXPDIST_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_WEB_DB_EXPLINE_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_WEB_AUDIT_UTILS dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_WEB_CUST_AME_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.1.1
-
APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.PA_PROJECT_STRUCTURE_PUB1 dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on AP_EXP_REPORT_DISTS_ALL
12.2.2
-
APPS.AP_WEB_CUST_AME_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_EXPORT_ER dependencies on AP_EXP_REPORT_DISTS
12.2.2
-
APPS.AP_WEB_CUST_AME_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_DB_EXPDIST_PKG dependencies on AP_EXP_REPORT_DISTS
12.2.2
-
APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXP_REPORT_DISTS
12.1.1
-
VIEW: APPS.APBV_EXP_REPORT_DISTS
12.2.2
-
VIEW: APPS.APBV_EXP_REPORT_DISTS
12.1.1
-
APPS.AP_WEB_EXPENSE_WF dependencies on AP_EXP_REPORT_DISTS
12.2.2
-
APPS.AP_ETAX_SERVICES_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
SYNONYM: APPS.AP_EXP_REPORT_DISTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_EXP_REPORT_DISTS_ALL, status:VALID,
-
APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXP_REPORT_DISTS
12.2.2
-
SYNONYM: APPS.AP_EXP_REPORT_DISTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_EXP_REPORT_DISTS_ALL, status:VALID,
-
APPS.AP_WEB_CUST_AME_PKG SQL Statements
12.1.1
-
VIEW: AP.AP_EXP_REPORT_DISTS_ALL#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_EXP_REPORT_DISTS_ALL#, status:VALID,
-
APPS.AP_WEB_CUST_AME_PKG SQL Statements
12.2.2
-
APPS.AP_WEB_AME_PKG SQL Statements
12.1.1
-
VIEW: APPS.APBV_EXP_REPORT_DISTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_EXP_REPORT_DISTS, object_name:APBV_EXP_REPORT_DISTS, status:VALID,
-
VIEW: APPS.APBV_EXP_REPORT_DISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_EXP_REPORT_DISTS, object_name:APBV_EXP_REPORT_DISTS, status:VALID,
-
APPS.AP_ETAX_UTILITY_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
VIEW: AP.AP_EXP_REPORT_DISTS_ALL#
12.2.2
-
APPS.AP_ETAX_SERVICES_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on AP_EXP_REPORT_DISTS_ARC
12.2.2