Search Results ap_expense_report_lines_all
Overview
The AP_EXPENSE_REPORT_LINES_ALL table is a core data structure within the Oracle E-Business Suite Payables (AP) module, specifically for the Employee Expenses (iExpenses) functionality. It stores detailed line-level information for individual expense items submitted on employee expense reports. Each record in this table represents a single expense entry, such as a meal, hotel stay, or mileage, that is part of a larger expense report header. Its primary role is to capture the transactional details, accounting distributions, and policy compliance attributes for each incurred expense, serving as the foundation for validation, approval, auditing, and subsequent accounting processes in Oracle EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's columns can be categorized into several key functional areas. The primary identifier is REPORT_LINE_ID, with REPORT_HEADER_ID linking the line to its parent report in AP_EXPENSE_REPORT_HEADERS_ALL. Critical financial data includes ITEM_AMOUNT, CURRENCY_CODE, and the derived accounting CODE_COMBINATION_ID. For policy and audit trails, columns like EXPENSE_CATEGORY_CODE, MERCHANT_NAME, RECEIPT_CURRENCY_CODE, and RECEIPT_CONVERSION_RATE are essential. Project accounting integration is facilitated by PROJECT_ID, TASK_ID, and EXPENDITURE_TYPE. The table also manages tax withholding via AWT_GROUP_ID and tracks corporate card transactions through CREDIT_CARD_TRX_ID. The SET_OF_BOOKS_ID ensures multi-org accounting integrity.
Common Use Cases and Queries
This table is central to numerous operational and analytical processes. Common use cases include auditing expense reports for policy compliance, reconciling corporate card statements, generating detailed expense analytics by category or project, and troubleshooting accounting interface errors. A frequent reporting query involves joining to the header table to analyze expenses:
- SELECT h.report_header_id, h.employee_id, l.expense_category_code, l.item_amount, l.merchant_name FROM ap_expense_report_headers_all h, ap_expense_report_lines_all l WHERE h.report_header_id = l.report_header_id AND h.org_id = :p_org_id;
For project costing, a join to PA_PROJECTS_ALL and PA_TASKS on PROJECT_ID and TASK_ID is standard. Technical integrations often query this table to validate or extract expense data before creating invoices or interfacing to GL via the AP_EXP_REPORT_DISTS_ALL distribution lines.
Related Objects
AP_EXPENSE_REPORT_LINES_ALL has extensive relationships within the EBS schema, as indicated by its foreign keys. The primary parent table is AP_EXPENSE_REPORT_HEADERS_ALL. Its most critical child table is AP_EXP_REPORT_DISTS_ALL, which holds the detailed accounting distributions for each expense line. For Project Accounting integration, it references PA_PROJECTS_ALL, PA_TASKS, and PA_EXPENDITURE_TYPES. Financial integration points include GL_CODE_COMBINATIONS, FND_CURRENCIES, and GL_DAILY_CONVERSION_TYPES. Other significant related objects are AP_CREDIT_CARD_TRXNS_ALL for card data, AP_INVOICES_ALL for prepaid expenses, and AP_POL_LOCATIONS_B for policy locations. The OIE_ATTENDEES_ALL table may also link to it for expense lines with attendee details.
-
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 ,
-
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 ,
-
APPS.AP_WEB_CREDIT_CARD_WF dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.PA_FUNDS_CONTROL_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.PA_ACC_GEN_WF_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_POLICY_UTILS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_ETAX_UTILITY_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_AUDIT_UTILS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_ETAX_SERVICES_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.PA_ACC_GEN_WF_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_CUST_AME_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.GMS_OIE_INT_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_EXPORT_ER dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_ETAX_SERVICES_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.PA_ACC_GEN_WF_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_RECEIPT_MANAGEMENT_UTIL dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_AME_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.PA_ACC_GEN_WF_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.GMS_AP_API dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_DFLEX_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_EXPORT_ER dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.PA_PROJ_TSK_UTILS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_POLICY_UTILS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_EXPENSE_WF dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_ACCTG_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_RECEIPT_MANAGEMENT_UTIL dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_ACCTG_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.GMS_AP_API dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_AUDIT_UTILS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_UTILITIES_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_DB_EXPLINE_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_AME_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_AUDIT_QUEUE_UTILS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_CREDIT_CARD_INVOICE_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_EXPENSE_FORM dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.1.1
-
APPS.AP_WEB_EXPORT_ER dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_CUST_AME_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_DFLEX_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.GMS_OIE_INT_PKG dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2
-
APPS.PA_ALTERNATE_TASK_PVT dependencies on AP_EXPENSE_REPORT_LINES_ALL
12.2.2