Search Results ap_card_details
Overview
The AP_CARD_DETAILS table is a core data object within the Oracle E-Business Suite Payables (AP) module, specifically designed to store detailed transactional information for corporate card programs. It functions as a child table to the AP_CARDS_ALL table, which holds the master definition of the card itself. Its primary role is to capture and manage the granular line-item data associated with card transactions, such as individual expense items, merchant details, and transaction-level validation data. This table is essential for the accurate reconciliation of corporate card statements, the enforcement of expense policies, and the seamless integration of card data into the standard accounts payable invoice workflow for subsequent payment and accounting.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the table's foreign key relationship and purpose indicate it stores transaction-level attributes. Key columns typically include a unique identifier (CARD_ID, which is part of the primary key), a transaction reference or sequence number, and fields for the transaction date, amount, and currency. It also commonly holds detailed merchant information (name, location), expense categorization codes, and descriptive memo fields. The table likely contains validation flags, reconciliation status indicators, and links to the associated invoice line (AP_INVOICE_LINES) once the card transaction is processed for payment within Payables.
Common Use Cases and Queries
The primary use case is the reconciliation and reporting of corporate card expenses. A common query involves joining card details to the card master and invoice data to analyze unreconciled transactions or validate expense reports. For example, to identify high-value transactions pending approval, one might query: SELECT acd.* FROM ap_card_details acd, ap_cards_all aca WHERE acd.card_id = aca.card_id AND acd.status = 'UNRECONCILED' AND acd.amount > [threshold]. Reporting use cases include generating detailed expense analyses by employee, merchant category, or project, as well as auditing compliance with corporate travel and expense policies by examining transaction dates, amounts, and vendor details stored in this table.
Related Objects
The table maintains a direct and critical foreign key relationship with the AP_CARDS_ALL table, which contains the cardholder and issuing bank information. As documented:
- Foreign Key to AP_CARDS_ALL: The column
AP_CARD_DETAILS.CARD_IDreferences the primary key ofAP_CARDS_ALL. This enforces that every card detail record must be associated with a valid, defined corporate card.
Furthermore, while not listed in the provided metadata, this table is typically related to the AP_INVOICE_LINES table (via a SOURCE_ID and SOURCE_TABLE mechanism) when card transactions are created as invoice lines. It may also be referenced by standard Payables reports and the Oracle Payables application programming interfaces (APIs) used for importing and processing card transaction data.
-
Table: AP_CARD_DETAILS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_DETAILS, object_name:AP_CARD_DETAILS, status:VALID, product: AP - Payables , description: New Card Details , implementation_dba_data: AP.AP_CARD_DETAILS ,
-
Table: AP_CARD_DETAILS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_DETAILS, object_name:AP_CARD_DETAILS, status:VALID, product: AP - Payables , description: New Card Details , implementation_dba_data: AP.AP_CARD_DETAILS ,
-
APPS.AP_WEB_MATCHING_RULE_PKG dependencies on AP_CARD_DETAILS
12.1.1
-
APPS.AP_WEB_AMEX_PKG dependencies on AP_CARD_DETAILS
12.2.2
-
APPS.AP_WEB_EMP_NUM_MATCH_PKG dependencies on AP_CARD_DETAILS
12.2.2
-
APPS.AP_WEB_CREDIT_CARD_PKG dependencies on AP_CARD_DETAILS
12.2.2
-
APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on AP_CARD_DETAILS
12.1.1
-
APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on AP_CARD_DETAILS
12.1.1
-
APPS.AP_WEB_EMP_NUM_MATCH_PKG dependencies on AP_CARD_DETAILS
12.1.1
-
APPS.AP_WEB_AMEX_PKG dependencies on AP_CARD_DETAILS
12.1.1
-
APPS.AP_WEB_CREDIT_CARD_PKG dependencies on AP_CARD_DETAILS
12.1.1
-
APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on AP_CARD_DETAILS
12.2.2
-
APPS.AP_WEB_MATCHING_RULE_PKG dependencies on AP_CARD_DETAILS
12.2.2
-
APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on AP_CARD_DETAILS
12.2.2
-
VIEW: AP.AP_CARD_DETAILS#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_CARD_DETAILS#, status:VALID,
-
SYNONYM: APPS.AP_CARD_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_CARD_DETAILS, status:VALID,
-
APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on AP_CARDS_ALL
12.1.1
-
APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on AP_CARD_EMP_CANDIDATES
12.1.1
-
APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on AP_CARDS_ALL
12.2.2
-
VIEW: AP.AP_CARD_DETAILS#
12.2.2
-
APPS.AP_WEB_CC_VALIDATION_WF_PKG dependencies on AP_CARD_EMP_CANDIDATES
12.2.2
-
SYNONYM: APPS.AP_CARD_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_CARD_DETAILS, status:VALID,
-
TABLE: AP.AP_CARD_DETAILS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_DETAILS, object_name:AP_CARD_DETAILS, status:VALID,
-
TABLE: AP.AP_CARD_DETAILS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_DETAILS, object_name:AP_CARD_DETAILS, status:VALID,
-
APPS.AP_WEB_AMEX_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AP_WEB_AMEX_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_AMEX_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_AMEX_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_AMEX_PKG, status:VALID,
-
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 ,
-
APPS.AP_WEB_AMEX_PKG SQL Statements
12.2.2
-
APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS
12.1.1
-
PACKAGE BODY: APPS.AP_WEB_CC_VALIDATIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_CC_VALIDATIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_MATCHING_RULE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_MATCHING_RULE_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_EMP_NUM_MATCH_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_EMP_NUM_MATCH_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_EMP_NUM_MATCH_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_EMP_NUM_MATCH_PKG, status:VALID,
-
APPS.AP_WEB_CC_VALIDATION_WF_PKG SQL Statements
12.1.1
-
APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on AP_CARD_EMP_CANDIDATES
12.1.1
-
APPS.AP_WEB_EMP_NUM_MATCH_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AP_WEB_MATCHING_RULE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_MATCHING_RULE_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_CREDIT_CARD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_CREDIT_CARD_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_CREDIT_CARD_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_CREDIT_CARD_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.AP_WEB_CC_VALIDATIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_CC_VALIDATIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AP_WEB_CC_VALIDATION_WF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_CC_VALIDATION_WF_PKG, status:VALID,
-
APPS.AP_WEB_EMP_NUM_MATCH_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AP_WEB_CC_VALIDATION_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_WEB_CC_VALIDATION_WF_PKG, status:VALID,
-
APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on PER_EMPLOYEES_X
12.1.1
-
APPS.AP_WEB_CC_VALIDATION_WF_PKG SQL Statements
12.2.2
-
APPS.AP_WEB_MATCHING_RULE_PKG SQL Statements
12.2.2
-
APPS.AP_WEB_MATCHING_RULE_PKG SQL Statements
12.1.1
-
APPS.AP_WEB_CREDIT_CARD_PKG SQL Statements
12.1.1