Search Results ap_card_requests_all
Overview
The AP_CARD_REQUESTS_ALL table is a core data object within the Oracle E-Business Suite Payables (AP) module. Its primary role is to serve as a repository for data related to corporate card request processes. According to the official ETRM documentation, this table is explicitly "Reserved for a future feature," indicating it was created to support functionality that was planned but not fully implemented in the referenced versions (12.1.1 and 12.2.2). Despite this status, the table possesses a fully defined structure, including primary and foreign key constraints, which establishes its intended integration points within the Payables data model for managing card programs, profiles, and issued cards.
Key Information Stored
While the specific business data stored in its columns is not detailed in the provided excerpt, the structural metadata reveals the critical identifiers that define a card request record. The primary key is the CARD_REQUEST_ID, a unique system-generated identifier for each request. The table's foreign key relationships highlight other essential columns that link the request to other master data entities: CARD_ID (linking to a specific card in AP_CARDS_ALL), CARD_PROGRAM_ID (linking to the governing program in AP_CARD_PROGRAMS_ALL), and PROFILE_ID (linking to the cardholder's spending profile in AP_CARD_PROFILES_ALL). These relationships suggest the table was designed to capture the lifecycle of a request from initiation through to its association with a specific card and cardholder profile.
Common Use Cases and Queries
Given its "reserved" status, direct transactional use of this table in standard Oracle EBS 12.1.1/12.2.2 implementations is atypical. Its primary use case is for technical analysis and support when investigating customizations or future module enhancements related to corporate cards. A common query pattern would involve joining the table to its related master data tables to understand the relationships between requests, cards, and programs, even if the table itself contains minimal transactional data. For example, a support query might check for the existence of any records or validate foreign key integrity. Sample SQL to list all defined relationships would be:
- SELECT card_request_id, card_id, card_program_id, profile_id FROM ap_card_requests_all WHERE rownum < 10;
Related Objects
The AP_CARD_REQUESTS_ALL table is centrally connected to several key Payables tables via documented foreign key constraints, forming a logical data model for card management.
- AP_CARDS_ALL: Linked via the CARD_ID column. This table stores detailed information about individual corporate payment cards.
- AP_CARD_PROGRAMS_ALL: Linked via the CARD_PROGRAM_ID column. This table defines the rules and parameters of a corporate card program.
- AP_CARD_PROFILES_ALL: Linked via the PROFILE_ID column. This table holds spending limits and control rules for cardholders.
The primary key constraint AP_CARD_REQUESTS_PK on CARD_REQUEST_ID ensures the uniqueness of each request record within this relational structure.
-
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_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 ,
-
SYNONYM: APPS.AP_CARD_REQUESTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_CARD_REQUESTS_ALL, status:VALID,
-
SYNONYM: APPS.AP_CARD_REQUESTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_CARD_REQUESTS_ALL, status:VALID,
-
VIEW: AP.AP_CARD_REQUESTS_ALL#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_CARD_REQUESTS_ALL#, status:VALID,
-
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: AP.AP_CARD_REQUESTS_ALL#
12.2.2
-
SYNONYM: APPS.AP_CARD_REQUESTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_CARD_REQUESTS, status:VALID,
-
SYNONYM: APPS.AP_CARD_REQUESTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_CARD_REQUESTS, status:VALID,
-
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_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.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,
-
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.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,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,