Search Results ap_card_programs_all
Overview
The AP_CARD_PROGRAMS_ALL table is a core data repository within Oracle E-Business Suite Payables (AP) module, specifically for managing corporate credit card programs. It stores the master definition for all credit card programs an organization establishes with its financial institutions or card providers. This table is central to the Procure-to-Pay (P2P) cycle for card-based transactions, enabling systematic control over card issuance, expense reporting, and reconciliation. As a multi-organization table (indicated by the "_ALL" suffix), it supports the definition of card programs across multiple operating units, allowing for both shared and unit-specific program configurations. Its integrity is maintained by the primary key AP_CARD_PROGRAMS_PK on CARD_PROGRAM_ID.
Key Information Stored
The table's columns define the operational and financial parameters of a credit card program. While the full column list is not detailed in the excerpt, the foreign key relationships reveal critical data points. These include a unique CARD_PROGRAM_ID, the associated VENDOR_ID and VENDOR_SITE_ID for the card-issuing bank, and the CARD_PROGRAM_CURRENCY_CODE. The table links to a CARD_CODE_SET_ID, which governs the mapping of transaction codes from the bank feed. It also stores mapping configuration via COUNTRY_MAP_TYPE_CODE and CARD_EXP_TYPE_MAP_TYPE_CODE for aligning external data to internal values. Financial control is managed through the EXCEPTION_CLEARING_CCID, which specifies the General Ledger code combination for posting unresolved transactions.
Common Use Cases and Queries
This table is primarily accessed for setup, administration, and reporting of corporate card programs. Common operational scenarios include generating a list of all active card programs by operating unit, identifying the default accounting setup for a given program, and troubleshooting mapping issues for expense feeds. A typical query would join to PO_VENDORS and PO_VENDOR_SITES_ALL to report program details with bank information:
- SELECT cp.card_program_id, cp.program_name, pv.vendor_name, pvs.vendor_site_code, cp.card_program_currency_code FROM ap_card_programs_all cp, po_vendors pv, po_vendor_sites_all pvs WHERE cp.vendor_id = pv.vendor_id AND cp.vendor_site_id = pvs.vendor_site_id AND cp.org_id = :org_id;
For integration, the table is referenced when creating new card requests (AP_CARD_REQUESTS_ALL) or processing incoming transaction feeds (AP_EXPENSE_FEED_LINES_ALL).
Related Objects
AP_CARD_PROGRAMS_ALL serves as a parent table for several key transactional and setup entities in Payables, as documented by its foreign key relationships. The primary child tables include:
- AP_CARDS_ALL: Stores individual credit cards issued under a program (join on CARD_PROGRAM_ID).
- AP_CARD_PROFILES_ALL: Holds spending limits and controls for cards in a program (join on CARD_PROGRAM_ID).
- AP_CARD_REQUESTS_ALL: Tracks requests for new cards within a program (join on CARD_PROGRAM_ID).
- AP_EXPENSE_FEED_LINES_ALL: Contains imported credit card transaction lines linked to the program (join on CARD_PROGRAM_ID).
- AP_CC_ACCEPTORS: Defines merchants or categories allowed for the program (join on CARD_PROGRAM_ID).
It also references key setup tables as a child, including PO_VENDORS (bank), PO_VENDOR_SITES_ALL (bank site), FND_CURRENCIES, GL_CODE_COMBINATIONS, AP_MAP_TYPES_B (for mapping rules), and AP_CARD_CODE_SETS_ALL (for transaction codes).
-
Table: AP_CARD_PROGRAMS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_PROGRAMS_ALL, object_name:AP_CARD_PROGRAMS_ALL, status:VALID, product: AP - Payables , description: Information about credit card programs you have defined , implementation_dba_data: AP.AP_CARD_PROGRAMS_ALL ,
-
Table: AP_CARD_PROGRAMS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_PROGRAMS_ALL, object_name:AP_CARD_PROGRAMS_ALL, status:VALID, product: AP - Payables , description: Information about credit card programs you have defined , implementation_dba_data: AP.AP_CARD_PROGRAMS_ALL ,
-
Table: AP_MAP_TYPES_B
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_MAP_TYPES_B, object_name:AP_MAP_TYPES_B, status:VALID, product: AP - Payables , description: Mapping Rules , implementation_dba_data: AP.AP_MAP_TYPES_B ,
-
Table: AP_MAP_TYPES_B
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_MAP_TYPES_B, object_name:AP_MAP_TYPES_B, status:VALID, product: AP - Payables , description: Mapping Rules , implementation_dba_data: AP.AP_MAP_TYPES_B ,
-
Table: AP_CARD_CODE_SETS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_CODE_SETS_ALL, object_name:AP_CARD_CODE_SETS_ALL, status:VALID, product: AP - Payables , description: Descriptive information about credit card code sets assigned to and used by card programs , implementation_dba_data: AP.AP_CARD_CODE_SETS_ALL ,
-
Table: AP_CARD_CODE_SETS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_CODE_SETS_ALL, object_name:AP_CARD_CODE_SETS_ALL, status:VALID, product: AP - Payables , description: Descriptive information about credit card code sets assigned to and used by card programs , implementation_dba_data: AP.AP_CARD_CODE_SETS_ALL ,
-
View: OIE_SRS_CARD_NUMBER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.OIE_SRS_CARD_NUMBER_V, object_name:OIE_SRS_CARD_NUMBER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.OIE_SRS_CARD_NUMBER_V ,
-
Table: AP_EXPENSE_FEED_LINES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_FEED_LINES_ALL, object_name:AP_EXPENSE_FEED_LINES_ALL, status:VALID, product: AP - Payables , description: Detailed information about credit card transactions imported from the credit card issuer , implementation_dba_data: AP.AP_EXPENSE_FEED_LINES_ALL ,
-
Table: AP_EXPENSE_FEED_LINES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_FEED_LINES_ALL, object_name:AP_EXPENSE_FEED_LINES_ALL, status:VALID, product: AP - Payables , description: Detailed information about credit card transactions imported from the credit card issuer , implementation_dba_data: AP.AP_EXPENSE_FEED_LINES_ALL ,
-
Table: AP_CARD_PROFILES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_PROFILES_ALL, object_name:AP_CARD_PROFILES_ALL, status:VALID, product: AP - Payables , description: Information about the profiles assigned to credit cards distributed to your employees , implementation_dba_data: AP.AP_CARD_PROFILES_ALL ,
-
View: OIE_SRS_CARD_NUMBER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.OIE_SRS_CARD_NUMBER_V, object_name:OIE_SRS_CARD_NUMBER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.OIE_SRS_CARD_NUMBER_V ,
-
Table: AP_CARD_REQUESTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_REQUESTS_ALL, object_name:AP_CARD_REQUESTS_ALL, status:VALID, product: AP - Payables , description: Reserved for a future feature , implementation_dba_data: AP.AP_CARD_REQUESTS_ALL ,
-
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_CARD_PROFILES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_PROFILES_ALL, object_name:AP_CARD_PROFILES_ALL, status:VALID, product: AP - Payables , description: Information about the profiles assigned to credit cards distributed to your employees , implementation_dba_data: AP.AP_CARD_PROFILES_ALL ,
-
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 ,
-
Table: AP_CARD_REQUESTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_REQUESTS_ALL, object_name:AP_CARD_REQUESTS_ALL, status:VALID, product: AP - Payables , description: Reserved for a future feature , implementation_dba_data: AP.AP_CARD_REQUESTS_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_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: AP_PAYMENT_EXTRACT_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PAYMENT_EXTRACT_HEADER_V, object_name:AP_PAYMENT_EXTRACT_HEADER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_HEADER_V ,
-
View: AP_PAYMENT_EXTRACT_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PAYMENT_EXTRACT_HEADER_V, object_name:AP_PAYMENT_EXTRACT_HEADER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_HEADER_V ,