Search Results ap_cards_all
The AP_CARDS_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for storing corporate card (purchasing card or P-card) information within the Accounts Payable (AP) module. This table serves as the foundation for managing cardholder data, card assignments, and related financial controls, enabling organizations to streamline procurement processes, enforce compliance, and automate reconciliation. Below is a detailed technical and functional breakdown of the AP_CARDS_ALL
table:
1. Purpose and Functional Role
TheAP_CARDS_ALL
table stores metadata for corporate cards issued to employees or departments. Key functionalities include:
- Cardholder Management: Tracks employee-card associations, card limits, and expiration dates.
- Spend Controls: Defines transaction limits (daily/monthly), merchant category restrictions, and approval workflows.
- Reconciliation: Integrates with
AP_EXPENSE_REPORT_HEADERS_ALL
andAP_INVOICES_ALL
to match card transactions with expense reports or invoices. - Multi-Org Support: The
_ALL
suffix indicates multi-organization access, with data partitioned byORG_ID
.
2. Key Columns and Structure
The table's schema includes columns critical for card administration:- CARD_ID: Primary key, uniquely identifying each card record.
- CARD_NUMBER: Masked or encrypted card number (PCI-DSS compliant).
- EMPLOYEE_ID: Foreign key to
PER_ALL_PEOPLE_F
, linking to HR data. - ISSUER_CODE: References the card provider (e.g., Visa, Amex) via
AP_CARD_ISSUERS
. - CREDIT_LIMIT: Maximum allowable spend.
- EXPIRATION_DATE: Card validity period.
- ACTIVE_FLAG: Boolean indicating card status (active/inactive).
- ORG_ID: Operating unit identifier for multi-org compliance.
3. Integration with Other Modules
AP_CARDS_ALL
interacts with several EBS components:
- AP Card Management: Ties to
AP_CARD_PROGRAMS_ALL
for program-level policies. - Expense Reporting (OIE): Feeds data to
AP_EXPENSE_REPORT_LINES_ALL
for automated expense matching. - General Ledger (GL): Card transactions post to GL via
AP_ACCOUNTING_EVENTS_ALL
. - HRMS: Validates employee assignments through
PER_ALL_ASSIGNMENTS_F
.
4. Security and Compliance
Oracle EBS enforces strict controls:- Data Masking: Card numbers are partially masked in UI (e.g., ****-****-****-1234).
- Audit Trails: Changes logged in
FND_AUDIT_SCHEMA
tables. - Access Grants: Requires
AP_CARD_ADMIN
responsibility for modifications.
5. Customization and Extensions
Common extensions include:- API Usage:
AP_CARDS_PKG
provides PL/SQL APIs for programmatic updates. - Workflow: Custom approvals via
WF_ENGINE
for card issuance/revocation. - Reporting: BI Publisher templates leverage
AP_CARDS_ALL
for spend analytics.
6. Technical Considerations
- Indexing: Key indexes on
CARD_ID
,EMPLOYEE_ID
, andORG_ID
optimize queries. - Partitioning: Large implementations may partition by
ORG_ID
orACTIVE_FLAG
. - Performance: Views like
AP_CARDS_V
simplify access while enforcing security.
Conclusion
TheAP_CARDS_ALL
table is a cornerstone of Oracle EBS's P-card management, enabling granular control over corporate spending. Its integration with AP, HR, and GL modules ensures end-to-end visibility, while built-in security features address compliance requirements. Administrators should leverage its APIs and indexing strategies to maintain performance in high-volume environments.
-
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_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 ,
-
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 ,
-
Table: AP_CARD_EMP_CANDIDATES
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_EMP_CANDIDATES, object_name:AP_CARD_EMP_CANDIDATES, status:VALID, product: AP - Payables , description: New Card Employee Candidates , implementation_dba_data: AP.AP_CARD_EMP_CANDIDATES ,
-
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_CARD_EMP_CANDIDATES
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_EMP_CANDIDATES, object_name:AP_CARD_EMP_CANDIDATES, status:VALID, product: AP - Payables , description: New Card Employee Candidates , implementation_dba_data: AP.AP_CARD_EMP_CANDIDATES ,
-
Table: AP_CARD_SUPPLIERS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_SUPPLIERS_ALL, object_name:AP_CARD_SUPPLIERS_ALL, status:VALID, product: AP - Payables , description: This table contains all of the information relating to the supplier, supplier site, and credit card. , implementation_dba_data: AP.AP_CARD_SUPPLIERS_ALL ,
-
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_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 ,
-
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_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_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 ,
-
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_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_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 ,
-
View: APBV_CARDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_CARDS, object_name:APBV_CARDS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.APBV_CARDS ,
-
Table: AP_CARD_SUPPLIERS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_SUPPLIERS_ALL, object_name:AP_CARD_SUPPLIERS_ALL, status:VALID, product: AP - Payables , description: This table contains all of the information relating to the supplier, supplier site, and credit card. , implementation_dba_data: AP.AP_CARD_SUPPLIERS_ALL ,
-
View: APBV_CARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_CARDS, object_name:APBV_CARDS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.APBV_CARDS ,
-
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_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_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 ,
-
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 ,