Search Results oie_attendees_all
Overview
The OIE_ATTENDEES_ALL table is a core data object within the Oracle E-Business Suite Payables (AP) module, specifically supporting the Oracle Internet Expenses (OIE) functionality. Its primary role is to store detailed information about individuals who are designated as attendees or recipients for a specific expense line item on an employee expense report. This table is essential for capturing the business context of expenses, such as who was entertained during a business meal or who received a gift, which is critical for policy compliance, auditing, and accurate accounting allocation. As an "ALL" table, it is partitioned by the multi-organization structure (Operating Unit), allowing the secure segregation of data across different business units within a single installation.
Key Information Stored
The table's structure is designed to link attendees to expense lines and capture their identifying details. The primary key, ATTENDEE_LINE_ID, uniquely identifies each attendee record. The most critical foreign key column is REPORT_LINE_ID, which ties each attendee entry directly to its parent expense line in the AP_EXPENSE_REPORT_LINES_ALL table. While the provided ETRM metadata does not list all columns, typical columns in such a table would include fields to store the attendee's name, title, company affiliation, and the relationship to the employee submitting the expense. Additional columns likely manage the data's lifecycle, such as CREATION_DATE, LAST_UPDATE_DATE, and CREATED_BY.
Common Use Cases and Queries
A primary use case is auditing expense reports for policy adherence, such as verifying that a listed business purpose includes valid attendees. Reporting on entertainment expenses by attendee type or company is another common requirement. For technical support, queries often join this table to the expense report headers and lines to troubleshoot data issues or extract comprehensive audit trails. A typical SQL pattern to retrieve all attendees for a specific expense report would be:
- SELECT a.attendee_name, a.company, el.item_description
- FROM ap.oie_attendees_all a,
- ap.ap_expense_report_lines_all el
- WHERE a.report_line_id = el.report_line_id
- AND el.report_header_id = :p_report_header_id;
Related Objects
The OIE_ATTENDEES_ALL table has a direct and documented foreign key relationship with the AP_EXPENSE_REPORT_LINES_ALL table. This relationship is defined on the column OIE_ATTENDEES_ALL.REPORT_LINE_ID, which references the corresponding line in the expense report lines table. This design ensures that every attendee is explicitly associated with a single, valid expense line item. Consequently, this table is a child of the AP_EXPENSE_REPORT_LINES_ALL table, which itself is a child of the AP_EXPENSE_REPORT_HEADERS_ALL table. Any process or report querying expense details may traverse this relationship to include attendee data.
-
Table: OIE_ATTENDEES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.OIE_ATTENDEES_ALL, object_name:OIE_ATTENDEES_ALL, status:VALID, product: AP - Payables , description: Holds the attendee and recipient data for the current expense type. , implementation_dba_data: AP.OIE_ATTENDEES_ALL ,
-
Table: OIE_ATTENDEES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.OIE_ATTENDEES_ALL, object_name:OIE_ATTENDEES_ALL, status:VALID, product: AP - Payables , description: Holds the attendee and recipient data for the current expense type. , implementation_dba_data: AP.OIE_ATTENDEES_ALL ,
-
APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on OIE_ATTENDEES_ALL
12.2.2
-
APPS.AP_WEB_AUDIT_UTILS dependencies on OIE_ATTENDEES_ALL
12.1.1
-
APPS.AP_WEB_AUDIT_UTILS dependencies on OIE_ATTENDEES_ALL
12.2.2
-
SYNONYM: APPS.OIE_ATTENDEES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OIE_ATTENDEES_ALL, status:VALID,
-
SYNONYM: APPS.OIE_ATTENDEES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OIE_ATTENDEES_ALL, status:VALID,
-
VIEW: AP.OIE_ATTENDEES_ALL#
12.2.2
owner:AP, object_type:VIEW, object_name:OIE_ATTENDEES_ALL#, status:VALID,
-
VIEW: APPS.OIE_ATTENDEES
12.1.1
-
TABLE: AP.OIE_ATTENDEES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.OIE_ATTENDEES_ALL, object_name:OIE_ATTENDEES_ALL, status:VALID,
-
VIEW: APPS.OIE_ATTENDEES
12.2.2
-
VIEW: AP.OIE_ATTENDEES_ALL#
12.2.2
-
APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on OIE_ATTENDEES_ARC
12.2.2
-
Table: AP_EXPENSE_REPORT_LINES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_LINES_ALL, object_name:AP_EXPENSE_REPORT_LINES_ALL, status:VALID, product: AP - Payables , description: Expense item information for employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_LINES_ALL ,
-
View: OIE_ATTENDEES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.OIE_ATTENDEES, object_name:OIE_ATTENDEES, status:VALID, product: AP - Payables , implementation_dba_data: APPS.OIE_ATTENDEES ,
-
TABLE: AP.OIE_ATTENDEES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.OIE_ATTENDEES_ALL, object_name:OIE_ATTENDEES_ALL, status:VALID,
-
Table: AP_EXPENSE_REPORT_LINES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_LINES_ALL, object_name:AP_EXPENSE_REPORT_LINES_ALL, status:VALID, product: AP - Payables , description: Expense item information for employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_LINES_ALL ,
-
PACKAGE BODY: APPS.AP_WEB_ARCHIVE_PURGE_ER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_ARCHIVE_PURGE_ER, status:VALID,
-
VIEW: APPS.OIE_ATTENDEES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.OIE_ATTENDEES, object_name:OIE_ATTENDEES, status:VALID,
-
View: OIE_ATTENDEES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.OIE_ATTENDEES, object_name:OIE_ATTENDEES, status:VALID, product: AP - Payables , implementation_dba_data: APPS.OIE_ATTENDEES ,
-
PACKAGE BODY: APPS.AP_WEB_AUDIT_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_AUDIT_UTILS, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_AUDIT_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_AUDIT_UTILS, status:VALID,
-
APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on AP_EXP_REPORT_HEADERS_GT
12.2.2
-
APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.OIE_ATTENDEES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.OIE_ATTENDEES, object_name:OIE_ATTENDEES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.AP_WEB_POLICY_UTILS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.AP_WEB_ARCHIVE_PURGE_ER SQL Statements
12.2.2
-
APPS.AP_WEB_AUDIT_UTILS SQL Statements
12.1.1
-
APPS.AP_WEB_AUDIT_UTILS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AP_WEB_ARCHIVE_PURGE_ER
12.2.2
-
APPS.AP_WEB_POLICY_UTILS SQL Statements
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. ,
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
PACKAGE BODY: APPS.AP_WEB_AUDIT_UTILS
12.2.2
-
PACKAGE BODY: APPS.AP_WEB_AUDIT_UTILS
12.1.1
-
PACKAGE BODY: APPS.AP_WEB_POLICY_UTILS
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,