Search Results ap_credit_card_trxns_all
The AP_CREDIT_CARD_TRXNS_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a critical repository for credit card transaction data within the Accounts Payable (AP) module. This table stores detailed information about corporate credit card transactions, facilitating expense reporting, reconciliation, and payment processing. Below is a comprehensive breakdown of its structure, functionality, and integration within Oracle EBS.
Purpose and Overview
TheAP_CREDIT_CARD_TRXNS_ALL
table captures transactional data from corporate credit cards, enabling organizations to automate expense management and streamline AP workflows. It supports multi-org functionality (evident from the "_ALL" suffix), allowing transactions to be segregated by operating unit. Key use cases include:
- Storing raw credit card transaction data imported from banks or third-party providers.
- Facilitating reconciliation between card statements and employee expense reports.
- Integrating with Oracle Payables for payment processing and accounting.
Key Columns and Data Structure
The table comprises columns that categorize transactional details, audit trails, and integration markers. Notable columns include:- TRX_ID: Primary key uniquely identifying each transaction.
- CREDIT_CARD_ID: Links to
AP_CREDIT_CARDS
, identifying the card used. - TRX_DATE and POSTING_DATE: Capture transaction and posting timestamps.
- MERCHANT_NAME and MERCHANT_LOCATION: Vendor details.
- TRX_AMOUNT: Transaction value in the card's currency.
- STATUS: Tracks reconciliation progress (e.g., 'UNRECONCILED', 'RECONCILED').
- EXPENSE_REPORT_ID: References
AP_EXPENSE_REPORT_HEADERS
when matched to an expense report. - ORG_ID: Operating unit identifier for multi-org compliance.
Integration with Oracle EBS Modules
The table interacts with several EBS components:- Accounts Payable: Transactions are validated and paid via AP invoice creation, often through the Credit Card Clearing Account.
- Oracle iExpense: Unreconciled transactions are assigned to employees for expense reporting, with data flowing to
AP_EXPENSE_REPORT_LINES
. - General Ledger: Accounting entries are generated upon invoice approval, leveraging distributions tied to transaction categories.
- Bank Reconciliation: Reconciled transactions are matched to bank statements via
CE_STATEMENT_LINES
.
Technical Considerations
- Data Sources: Transactions are typically imported via APIs or bank-specific formats (e.g., OFX, BAI2) using Oracle's Credit Card Transaction Interface.
- Indexing: Key indexes on
TRX_ID
,CREDIT_CARD_ID
, andSTATUS
optimize query performance for reconciliation. - Purge Strategies: Historical data may be archived using
AP_PURGE
utilities to maintain performance.
Customization and Extensions
Organizations often extend the table's functionality via:- Custom validation rules (e.g., policy compliance checks) using triggers or API hooks.
- Workflow approvals for high-value transactions.
- Integration with third-party tax engines for VAT/GST calculations.
Conclusion
TheAP_CREDIT_CARD_TRXNS_ALL
table is a cornerstone of Oracle EBS's credit card management framework, bridging procurement, expense reporting, and financial accounting. Its design ensures auditability, compliance, and operational efficiency, making it indispensable for organizations leveraging corporate credit cards. Proper configuration and integration with downstream modules are essential to maximize its utility in automated AP processes.
-
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_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_NO_MATCH_TRXNS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_NO_MATCH_TRXNS, object_name:AP_NO_MATCH_TRXNS, status:VALID, product: AP - Payables , description: The AP_NO_MATCH_TRXNS table tracks the matching status of transactions , implementation_dba_data: AP.AP_NO_MATCH_TRXNS ,
-
Table: AP_NO_MATCH_TRXNS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_NO_MATCH_TRXNS, object_name:AP_NO_MATCH_TRXNS, status:VALID, product: AP - Payables , description: The AP_NO_MATCH_TRXNS table tracks the matching status of transactions , implementation_dba_data: AP.AP_NO_MATCH_TRXNS ,
-
Table: AP_INVOICE_LINES_INTERFACE
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_LINES_INTERFACE, object_name:AP_INVOICE_LINES_INTERFACE, status:VALID, product: AP - Payables , description: Information used to create one or more invoice distributions , implementation_dba_data: AP.AP_INVOICE_LINES_INTERFACE ,
-
Table: AP_INVOICE_LINES_INTERFACE
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_LINES_INTERFACE, object_name:AP_INVOICE_LINES_INTERFACE, status:VALID, product: AP - Payables , description: Information used to create one or more invoice distributions , implementation_dba_data: AP.AP_INVOICE_LINES_INTERFACE ,
-
Table: AP_EXP_LOCATIONS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXP_LOCATIONS, object_name:AP_EXP_LOCATIONS, status:VALID, product: AP - Payables , description: Physical Address , implementation_dba_data: AP.AP_EXP_LOCATIONS ,
-
Table: AP_EXP_LOCATIONS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXP_LOCATIONS, object_name:AP_EXP_LOCATIONS, status:VALID, product: AP - Payables , description: Physical Address , implementation_dba_data: AP.AP_EXP_LOCATIONS ,
-
Table: AP_CC_TRX_DETAILS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CC_TRX_DETAILS, object_name:AP_CC_TRX_DETAILS, status:VALID, product: AP - Payables , description: This table stores detail-level credit card transaction information. , implementation_dba_data: AP.AP_CC_TRX_DETAILS ,
-
Table: AP_CC_TRX_DETAILS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CC_TRX_DETAILS, object_name:AP_CC_TRX_DETAILS, status:VALID, product: AP - Payables , description: This table stores detail-level credit card transaction information. , implementation_dba_data: AP.AP_CC_TRX_DETAILS ,
-
Table: AP_CARDS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARDS_ALL, object_name:AP_CARDS_ALL, status:VALID, product: AP - Payables , description: Information about credit cards issued to employees , implementation_dba_data: AP.AP_CARDS_ALL ,
-
Table: AP_CC_ACCEPTORS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CC_ACCEPTORS, object_name:AP_CC_ACCEPTORS, status:VALID, product: AP - Payables , description: This table stores information about credit card acceptors who provide detail-level transaction information. , implementation_dba_data: AP.AP_CC_ACCEPTORS ,
-
Table: AP_CC_ACCEPTORS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CC_ACCEPTORS, object_name:AP_CC_ACCEPTORS, status:VALID, product: AP - Payables , description: This table stores information about credit card acceptors who provide detail-level transaction information. , implementation_dba_data: AP.AP_CC_ACCEPTORS ,
-
View: APBV_CREDIT_CARD_TRXNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_CREDIT_CARD_TRXNS, object_name:APBV_CREDIT_CARD_TRXNS, status:VALID, product: AP - Payables , description: Based on AP_CREDIT_CARD_TRXNS_ALL, this business view contains credit card transaction data. , implementation_dba_data: APPS.APBV_CREDIT_CARD_TRXNS ,
-
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_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_CARDS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARDS_ALL, object_name:AP_CARDS_ALL, status:VALID, product: AP - Payables , description: Information about credit cards issued to employees , implementation_dba_data: AP.AP_CARDS_ALL ,
-
View: APBV_CREDIT_CARD_TRXNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_CREDIT_CARD_TRXNS, object_name:APBV_CREDIT_CARD_TRXNS, status:VALID, product: AP - Payables , description: Based on AP_CREDIT_CARD_TRXNS_ALL, this business view contains credit card transaction data. , implementation_dba_data: APPS.APBV_CREDIT_CARD_TRXNS ,
-
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_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_INVOICE_DISTRIBUTIONS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_ALL, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID, product: AP - Payables , description: Invoice distribution line information , implementation_dba_data: AP.AP_INVOICE_DISTRIBUTIONS_ALL ,
-
Table: AP_INVOICE_DISTRIBUTIONS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_ALL, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID, product: AP - Payables , description: Invoice distribution line information , implementation_dba_data: AP.AP_INVOICE_DISTRIBUTIONS_ALL ,