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 ,
-
Table: AP_POL_LOCATIONS_B
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_POL_LOCATIONS_B, object_name:AP_POL_LOCATIONS_B, status:VALID, product: AP - Payables , description: This table stores policy schedule location information. , implementation_dba_data: AP.AP_POL_LOCATIONS_B ,
-
Table: AP_POL_LOCATIONS_B
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_POL_LOCATIONS_B, object_name:AP_POL_LOCATIONS_B, status:VALID, product: AP - Payables , description: This table stores policy schedule location information. , implementation_dba_data: AP.AP_POL_LOCATIONS_B ,
-
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 ,
-
Table: OIE_PDM_DAILY_BREAKUPS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.OIE_PDM_DAILY_BREAKUPS, object_name:OIE_PDM_DAILY_BREAKUPS, status:VALID, product: AP - Payables , description: This table holds per diem data for a rate period. , implementation_dba_data: AP.OIE_PDM_DAILY_BREAKUPS ,
-
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 ,
-
Table: OIE_PDM_DAILY_BREAKUPS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.OIE_PDM_DAILY_BREAKUPS, object_name:OIE_PDM_DAILY_BREAKUPS, status:VALID, product: AP - Payables , description: This table holds per diem data for a rate period. , implementation_dba_data: AP.OIE_PDM_DAILY_BREAKUPS ,
-
Table: OIE_PDM_DESTINATIONS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.OIE_PDM_DESTINATIONS, object_name:OIE_PDM_DESTINATIONS, status:VALID, product: AP - Payables , description: This table holds per diem destination information. , implementation_dba_data: AP.OIE_PDM_DESTINATIONS ,
-
Table: OIE_PDM_DESTINATIONS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.OIE_PDM_DESTINATIONS, object_name:OIE_PDM_DESTINATIONS, status:VALID, product: AP - Payables , description: This table holds per diem destination information. , implementation_dba_data: AP.OIE_PDM_DESTINATIONS ,
-
Table: AP_CREDIT_CARD_TRXNS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CREDIT_CARD_TRXNS_ALL, object_name:AP_CREDIT_CARD_TRXNS_ALL, status:VALID, product: AP - Payables , description: Detailed information about the credit card transactions of your employees , implementation_dba_data: AP.AP_CREDIT_CARD_TRXNS_ALL ,
-
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_AWT_GROUPS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_GROUPS, object_name:AP_AWT_GROUPS, status:VALID, product: AP - Payables , description: Withholding tax groups , implementation_dba_data: AP.AP_AWT_GROUPS ,
-
Table: AP_CREDIT_CARD_TRXNS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CREDIT_CARD_TRXNS_ALL, object_name:AP_CREDIT_CARD_TRXNS_ALL, status:VALID, product: AP - Payables , description: Detailed information about the credit card transactions of your employees , implementation_dba_data: AP.AP_CREDIT_CARD_TRXNS_ALL ,
-
Table: AP_AWT_GROUPS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_GROUPS, object_name:AP_AWT_GROUPS, status:VALID, product: AP - Payables , description: Withholding tax groups , implementation_dba_data: AP.AP_AWT_GROUPS ,
-
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 ,
-
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 ,
-
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: APBV_EXPENSE_REPORT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_EXPENSE_REPORT_LINES, object_name:APBV_EXPENSE_REPORT_LINES, status:VALID, product: AP - Payables , implementation_dba_data: APPS.APBV_EXPENSE_REPORT_LINES ,
-
View: APBV_EXPENSE_REPORT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_EXPENSE_REPORT_LINES, object_name:APBV_EXPENSE_REPORT_LINES, status:VALID, product: AP - Payables , implementation_dba_data: APPS.APBV_EXPENSE_REPORT_LINES ,
-
Table: AP_INVOICES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICES_ALL, object_name:AP_INVOICES_ALL, status:VALID, product: AP - Payables , description: Detailed invoice records , implementation_dba_data: AP.AP_INVOICES_ALL ,
-
Table: AP_INVOICES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICES_ALL, object_name:AP_INVOICES_ALL, status:VALID, product: AP - Payables , description: Detailed invoice records , implementation_dba_data: AP.AP_INVOICES_ALL ,