Search Results ap_expense_reports_all
Overview
The AP_EXPENSE_REPORTS_ALL table is a core data repository within the Oracle E-Business Suite Payables (AP) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master definition table for expense report templates. These templates are foundational structures that define the rules, layouts, and default parameters used when employees or other payees create individual expense reports. The table's role is to store the descriptive and configurational metadata for these templates, enabling standardized and controlled expense reporting across the enterprise. Its "_ALL" suffix indicates it is a multi-organization access enabled (MOAC) table, storing data partitioned by the ORG_ID column for use in multi-org environments.
Key Information Stored
The table's primary purpose is to define template attributes. Its primary key is EXPENSE_REPORT_ID, which uniquely identifies each template. Based on its relationships, other critical columns include DEFAULT_PARAMETER_ID, which links to a default set of parameters in the AP_EXPENSE_REPORT_PARAMS_ALL table, governing default policies for reports created from this template. The table likely contains columns for the template name (e.g., REPORT_NAME), description, status (ACTIVE/INACTIVE), effective dates, and the ORG_ID for multi-org context. It functions as the central reference point from which individual expense report headers (AP_EXPENSE_REPORT_HEADERS_ALL) are instantiated.
Common Use Cases and Queries
This table is primarily accessed for administrative setup, auditing, and reporting on template usage. Common operational scenarios include generating a list of all active expense report templates for a specific operating unit, or identifying which template a particular expense report was based upon. A typical query would join to related header tables to analyze volume. For example:
- Listing Active Templates: SELECT expense_report_id, report_name FROM ap_expense_reports_all WHERE org_id = :p_org_id AND SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);
- Template Usage Analysis: SELECT ter.report_name, COUNT(header.expense_report_id) FROM ap_expense_reports_all ter LEFT JOIN ap_expense_report_headers_all header ON ter.expense_report_id = header.expense_report_id WHERE ter.org_id = :p_org_id GROUP BY ter.report_name;
Direct data manipulation via DML is uncommon; templates are typically maintained via the Oracle EBS application interface.
Related Objects
As indicated by the foreign key relationships, AP_EXPENSE_REPORTS_ALL is a central hub connected to several key Payables tables. The AP_EXPENSE_REPORT_HEADERS_ALL table references it, as every submitted expense report is associated with a specific template. It has a bidirectional relationship with AP_EXPENSE_REPORT_PARAMS_ALL for storing template-specific parameters. Furthermore, it is referenced by AP_AUD_QUEUES for audit processing and by AP_SYSTEM_PARAMETERS_ALL, likely to designate a default system-wide expense report template. Understanding these relationships is essential for tracing data flow from template definition (this table) to individual expense report transactions and their associated audit controls.
-
Table: AP_EXPENSE_REPORTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORTS_ALL, object_name:AP_EXPENSE_REPORTS_ALL, status:VALID, product: AP - Payables , description: Descriptive information about expense report templates , implementation_dba_data: AP.AP_EXPENSE_REPORTS_ALL ,
-
Table: AP_EXPENSE_REPORTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORTS_ALL, object_name:AP_EXPENSE_REPORTS_ALL, status:VALID, product: AP - Payables , description: Descriptive information about expense report templates , implementation_dba_data: AP.AP_EXPENSE_REPORTS_ALL ,
-
VIEW: AP.AP_EXPENSE_REPORTS_ALL#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_EXPENSE_REPORTS_ALL#, status:VALID,
-
SYNONYM: APPS.AP_EXPENSE_REPORTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_EXPENSE_REPORTS_ALL, status:VALID,
-
TRIGGER: APPS.AP_EXPENSE_REPORTS_ALL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AP_EXPENSE_REPORTS_ALL+, status:VALID,
-
SYNONYM: APPS.AP_EXPENSE_REPORTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_EXPENSE_REPORTS_ALL, status:VALID,
-
Table: AP_EXPENSE_REPORT_PARAMS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_PARAMS_ALL, object_name:AP_EXPENSE_REPORT_PARAMS_ALL, status:VALID, product: AP - Payables , description: Expense type information for expense report templates , implementation_dba_data: AP.AP_EXPENSE_REPORT_PARAMS_ALL ,
-
Table: AP_EXPENSE_REPORT_PARAMS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_PARAMS_ALL, object_name:AP_EXPENSE_REPORT_PARAMS_ALL, status:VALID, product: AP - Payables , description: Expense type information for expense report templates , implementation_dba_data: AP.AP_EXPENSE_REPORT_PARAMS_ALL ,
-
VIEW: AP.AP_EXPENSE_REPORTS_ALL#
12.2.2
-
TRIGGER: APPS.AP_EXPENSE_REPORTS_ALL+
12.2.2
-
VIEW: APPS.AP_EXPENSE_REPORT_LINES_V
12.2.2
-
Primary Key: AP_EXPENSE_REPORT_HEADERS_PK
12.1.1
-
VIEW: APPS.AP_EXPENSE_REPORT_LINES_V
12.1.1
-
FUNCTION: APPS.AP_EXPENSE_REPORTS_ALL=
12.2.2
-
FUNCTION: APPS.AP_EXPENSE_REPORTS_ALL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AP_EXPENSE_REPORTS_ALL=, status:VALID,
-
VIEW: APPS.AP_EXPENSE_REPORT_VIOLATIONS_V
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.AP_EXPENSE_REPORT_VIOLATIONS_V
12.2.2
-
SYNONYM: APPS.AP_EXPENSE_REPORTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_EXPENSE_REPORTS, status:VALID,
-
Primary Key: AP_EXPENSE_REPORT_HEADERS_PK
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: AP_AUD_QUEUES
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AUD_QUEUES, object_name:AP_AUD_QUEUES, status:VALID, product: AP - Payables , description: This table stores a list of expense reports for auditing along with their assignments to auditors. , implementation_dba_data: AP.AP_AUD_QUEUES ,
-
TABLE: AP.AP_EXPENSE_REPORTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORTS_ALL, object_name:AP_EXPENSE_REPORTS_ALL, status:VALID,
-
Table: AP_AUD_QUEUES
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AUD_QUEUES, object_name:AP_AUD_QUEUES, status:VALID, product: AP - Payables , description: This table stores a list of expense reports for auditing along with their assignments to auditors. , implementation_dba_data: AP.AP_AUD_QUEUES ,
-
TABLE: AP.AP_EXPENSE_REPORTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORTS_ALL, object_name:AP_EXPENSE_REPORTS_ALL, status:VALID,
-
SYNONYM: APPS.AP_EXPENSE_REPORTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_EXPENSE_REPORTS, status:VALID,
-
Table: AP_EXPENSE_REPORT_HEADERS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_HEADERS_ALL, object_name:AP_EXPENSE_REPORT_HEADERS_ALL, status:VALID, product: AP - Payables , description: Header information about employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_HEADERS_ALL ,
-
Table: AP_EXPENSE_REPORT_HEADERS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_HEADERS_ALL, object_name:AP_EXPENSE_REPORT_HEADERS_ALL, status:VALID, product: AP - Payables , description: Header information about employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_HEADERS_ALL ,
-
Table: AP_SYSTEM_PARAMETERS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SYSTEM_PARAMETERS_ALL, object_name:AP_SYSTEM_PARAMETERS_ALL, status:VALID, product: AP - Payables , description: Payables system defaults and parameters , implementation_dba_data: AP.AP_SYSTEM_PARAMETERS_ALL ,
-
Table: AP_SYSTEM_PARAMETERS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SYSTEM_PARAMETERS_ALL, object_name:AP_SYSTEM_PARAMETERS_ALL, status:VALID, product: AP - Payables , description: Payables system defaults and parameters , implementation_dba_data: AP.AP_SYSTEM_PARAMETERS_ALL ,
-
View: AP_EXPENSE_REPORT_VIOLATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_VIOLATIONS_V, object_name:AP_EXPENSE_REPORT_VIOLATIONS_V, status:VALID, product: AP - Payables , description: View for all expense report violations and corresponding expense report lines that are ready for payment or have already been paid. , implementation_dba_data: APPS.AP_EXPENSE_REPORT_VIOLATIONS_V ,
-
View: AP_EXPENSE_REPORT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_LINES_V, object_name:AP_EXPENSE_REPORT_LINES_V, status:VALID, product: AP - Payables , description: View for all expense report lines that are ready for payment or have already been paid. , implementation_dba_data: APPS.AP_EXPENSE_REPORT_LINES_V ,
-
View: AP_EXPENSE_REPORT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_LINES_V, object_name:AP_EXPENSE_REPORT_LINES_V, status:VALID, product: AP - Payables , description: View for all expense report lines that are ready for payment or have already been paid. , implementation_dba_data: APPS.AP_EXPENSE_REPORT_LINES_V ,
-
View: AP_EXPENSE_REPORT_VIOLATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_VIOLATIONS_V, object_name:AP_EXPENSE_REPORT_VIOLATIONS_V, status:VALID, product: AP - Payables , description: View for all expense report violations and corresponding expense report lines that are ready for payment or have already been paid. , implementation_dba_data: APPS.AP_EXPENSE_REPORT_VIOLATIONS_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.AP_EXPENSE_REPORT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_LINES_V, object_name:AP_EXPENSE_REPORT_LINES_V, status:VALID,
-
VIEW: APPS.AP_EXPENSE_REPORT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_LINES_V, object_name:AP_EXPENSE_REPORT_LINES_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.AP_EXPENSE_REPORT_VIOLATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_VIOLATIONS_V, object_name:AP_EXPENSE_REPORT_VIOLATIONS_V, status:VALID,
-
VIEW: APPS.AP_EXPENSE_REPORT_VIOLATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_VIOLATIONS_V, object_name:AP_EXPENSE_REPORT_VIOLATIONS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,