Search Results gl account analysis subledger
The AP_CARD_GL_ACCTS_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing General Ledger (GL) account mappings associated with corporate credit cards in the Accounts Payable (AP) module. This table plays a pivotal role in automating accounting entries for credit card transactions, ensuring accurate financial postings by linking card programs, expense categories, and GL accounts. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Table Purpose and Functional Context
TheAP_CARD_GL_ACCTS_ALL
table is designed to define default GL accounts for corporate credit card transactions, streamlining the reconciliation and accounting process. It enables organizations to:
- Automate Accounting: Pre-configure GL accounts for card expenses (e.g., travel, meals) to eliminate manual journal entries.
- Support Multi-Org Structure: Stores data for multiple operating units (
ORG_ID
), adhering to Oracle's Multi-Org architecture. - Enforce Policy Compliance: Ensures expenses are posted to correct accounts based on card programs and expense categories.
Key Columns and Relationships
The table's structure includes columns that establish relationships with other Oracle EBS entities:- Primary Key:
CARD_GL_ACCOUNT_ID
uniquely identifies each record. - Foreign Keys:
CARD_PROGRAM_ID
links toAP_CARD_PROGRAMS_ALL
, defining the credit card program.EXPENSE_CATEGORY_CODE
referencesAP_EXPENSE_CATEGORIES
, categorizing expenses (e.g., "AIRFARE").CODE_COMBINATION_ID
ties toGL_CODE_COMBINATIONS
, specifying the GL account.
- Org Context:
ORG_ID
aligns withHR_OPERATING_UNITS
, enabling multi-org segregation.
Integration with Oracle EBS Modules
AP_CARD_GL_ACCTS_ALL
integrates with:
- Accounts Payable: Used during credit card transaction imports (
AP_EXPENSE_REPORT_HEADERS_ALL
) to auto-populate GL accounts. - General Ledger: Posts accounting entries via
GL_INTERFACE
using mappedCODE_COMBINATION_ID
values. - Multi-Org: Data is filtered by
ORG_ID
to ensure compliance with organizational boundaries.
Technical Considerations
- Indexes: Typically indexed on
CARD_PROGRAM_ID
,EXPENSE_CATEGORY_CODE
, andORG_ID
for performance. - Audit Columns: Includes
CREATION_DATE
,CREATED_BY
,LAST_UPDATE_DATE
, andLAST_UPDATED_BY
for tracking changes. - Flexfield Dependencies: Relies on Accounting Flexfield structures defined in
FND_ID_FLEX_SEGMENTS
.
Usage in Business Processes
During credit card reconciliation:- Transactions are imported via
AP_CARD_TRX_INTERFACE
. AP_CARD_GL_ACCTS_ALL
is queried to fetch GL accounts based on card program and expense category.- Accounting entries are generated and transferred to GL.
Customization and Extensions
Organizations may extend functionality by:- Adding custom columns via Descriptive Flexfields (DFFs).
- Implementing triggers to validate account mappings.
- Leveraging APIs like
AP_CARD_PROGRAM_PUB
for programmatic updates.
Conclusion
TheAP_CARD_GL_ACCTS_ALL
table is a cornerstone of Oracle EBS's credit card accounting automation, ensuring accurate and efficient financial postings. Its design reflects Oracle's modular architecture, with tight integration across AP, GL, and Multi-Org components. Proper configuration of this table is essential for organizations leveraging corporate credit cards to maintain audit trails, enforce policies, and streamline month-end close processes.
-
Lookup Type: ACCOUNT TYPE
12.1.1
product: AP - Payables , meaning: Account Type , description: Bank Account Record Types ,
-
Lookup Type: ACCOUNT TYPE
12.2.2
product: AP - Payables , meaning: Account Type , description: Bank Account Record Types ,
-
Lookup Type: GL DATE OPTIONS
12.2.2
product: AP - Payables , meaning: Gl Date Options , description: GL Date options for system parameters form ,
-
Lookup Type: GL DATE OPTIONS
12.1.1
product: AP - Payables , meaning: Gl Date Options , description: GL Date options for system parameters form ,
-
Lookup Type: BANK ACCOUNT OPTIONS
12.1.1
product: AP - Payables , meaning: Bank Account Options , description: Navigation Option in Set Up Banks Form ,
-
Lookup Type: BANK ACCOUNT OPTIONS
12.2.2
product: AP - Payables , meaning: Bank Account Options , description: Navigation Option in Set Up Banks Form ,
-
Lookup Type: INV DIST ACCOUNT TYPES
12.2.2
product: AP - Payables , meaning: Inv Dist Account Types , description: Lists the 3 different account types on dists ,
-
Lookup Type: INV DIST ACCOUNT TYPES
12.1.1
product: AP - Payables , meaning: Inv Dist Account Types , description: Lists the 3 different account types on dists ,
-
Concurrent Program: APXAAREP
12.2.2
execution_filename: APXAAREP , product: AP - Payables , user_name: APAAREP , description: Payables Account Analysis Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: APXAAREP
12.1.1
execution_filename: APXAAREP , product: AP - Payables , user_name: APAAREP , description: Payables Account Analysis Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: APEFCSUM
12.2.2
execution_filename: APEFCSUM , product: AP - Payables , user_name: APEFCSUM , description: MRC Payables-GL Account Summary , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: APEFCSUM
12.1.1
execution_filename: APEFCSUM , product: AP - Payables , user_name: APEFCSUM , description: MRC Payables-GL Account Summary , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Lookup Type: AWT ERROR
12.1.1
product: AP - Payables , meaning: Awt Error , description: Automatic Withholding Tax Errors ,
-
Lookup Type: AWT ERROR
12.2.2
product: AP - Payables , meaning: Awt Error , description: Automatic Withholding Tax Errors ,
-
Table: AP_CARD_GL_ACCTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_GL_ACCTS_ALL, object_name:AP_CARD_GL_ACCTS_ALL, status:VALID, product: AP - Payables , description: Information about the GL accounts and descriptions for credit card GL account sets , implementation_dba_data: AP.AP_CARD_GL_ACCTS_ALL ,
-
Table: AP_CARD_GL_ACCTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_GL_ACCTS_ALL, object_name:AP_CARD_GL_ACCTS_ALL, status:VALID, product: AP - Payables , description: Information about the GL accounts and descriptions for credit card GL account sets , implementation_dba_data: AP.AP_CARD_GL_ACCTS_ALL ,
-
Lookup Type: INVOICE IMPORT REJECTION
12.1.1
product: AP - Payables , meaning: Invoice Import Rejection , description: Reason for the rejection of an imported invoice ,
-
Lookup Type: INVOICE IMPORT REJECTION
12.2.2
product: AP - Payables , meaning: Invoice Import Rejection , description: Reason for the rejection of an imported invoice ,
-
Table: AP_CARD_GL_SETS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_GL_SETS_ALL, object_name:AP_CARD_GL_SETS_ALL, status:VALID, product: AP - Payables , description: Descriptive information about credit card GL account sets , implementation_dba_data: AP.AP_CARD_GL_SETS_ALL ,
-
Table: AP_CARD_GL_SETS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_GL_SETS_ALL, object_name:AP_CARD_GL_SETS_ALL, status:VALID, product: AP - Payables , description: Descriptive information about credit card GL account sets , implementation_dba_data: AP.AP_CARD_GL_SETS_ALL ,
-
View: AP_SOB_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SOB_INFO_V, object_name:AP_SOB_INFO_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SOB_INFO_V ,
-
View: AP_SOB_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SOB_INFO_V, object_name:AP_SOB_INFO_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SOB_INFO_V ,
-
View: AP_SRS_ACCTG_CURR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SRS_ACCTG_CURR_V, object_name:AP_SRS_ACCTG_CURR_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SRS_ACCTG_CURR_V ,
-
View: AP_SRS_ACCTG_CURR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SRS_ACCTG_CURR_V, object_name:AP_SRS_ACCTG_CURR_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SRS_ACCTG_CURR_V ,
-
Lookup Type: NLS TRANSLATION
12.1.1
product: AP - Payables , meaning: Nls Translation , description: Words/phrases that need to be NLS ,
-
Lookup Type: NLS TRANSLATION
12.2.2
product: AP - Payables , meaning: Nls Translation , description: Words/phrases that need to be NLS ,
-
Lookup Type: REJECT CODE
12.1.1
product: AP - Payables , meaning: Reject Code , description: Reject Codes for AP Open Interface ,
-
Lookup Type: REJECT CODE
12.2.2
product: AP - Payables , meaning: Reject Code , description: Reject Codes for AP Open Interface ,
-
Lookup Type: POSTED_PAYMENT_RPT_SORT
12.1.1
product: AP - Payables , meaning: Posted Payment Rpt Sort , description: Sort by option for posted payment report ,
-
Lookup Type: POSTED_PAYMENT_RPT_SORT
12.2.2
product: AP - Payables , meaning: Posted Payment Rpt Sort , description: Sort by option for posted payment report ,
-
Lookup Type: TRANSFER STATUS
12.2.2
product: AP - Payables , meaning: Transfer Status , description: Transfer Status ,
-
Lookup Type: TRANSFER STATUS
12.1.1
product: AP - Payables , meaning: Transfer Status , description: Transfer Status ,
-
Lookup Type: POSTING EXCEPTIONS
12.2.2
product: AP - Payables , meaning: Posting Exceptions , description: Posting exceptions for the invoices ,
-
Lookup Type: POSTING EXCEPTIONS
12.1.1
product: AP - Payables , meaning: Posting Exceptions , description: Posting exceptions for the invoices ,
-
Lookup Type: BANK_LISTING_ORDERS
12.1.1
product: AP - Payables , meaning: Bank Listing Orders , description: Select method of sorting in bank listing ,
-
Lookup Type: BANK_LISTING_ORDERS
12.2.2
product: AP - Payables , meaning: Bank Listing Orders , description: Select method of sorting in bank listing ,
-
Lookup Type: HOLD CODE
12.1.1
product: AP - Payables , meaning: Hold Code , description: The hold codes are also stored as lookups for NLS translations ,
-
Concurrent Program: APXJEHIS
12.2.2
execution_filename: APXJEHIS , product: AP - Payables , user_name: APXJEHIS , description: Journal with GL Details Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Lookup Type: FUTURE PAY ACCT SOURCE
12.1.1
product: AP - Payables , meaning: Future Pay Acct Source , description: Source for future dated payment account ,
-
Lookup Type: FUTURE PAY ACCT SOURCE
12.2.2
product: AP - Payables , meaning: Future Pay Acct Source , description: Source for future dated payment account ,
-
Lookup Type: HOLD CODE
12.2.2
product: AP - Payables , meaning: Hold Code , description: The hold codes are also stored as lookups for NLS translations ,
-
Concurrent Program: APXJEHIS
12.1.1
execution_filename: APXJEHIS , product: AP - Payables , user_name: APXJEHIS , description: Journal with GL Details Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Lookup Type: OIE_ALLOCATION_VIEWS
12.1.1
product: AP - Payables , meaning: Allocation Views ,
-
Lookup Type: OIE_ALLOCATION_VIEWS
12.2.2
product: AP - Payables , meaning: Allocation Views ,
-
Lookup Type: POSTING METHOD
12.1.1
product: AP - Payables , meaning: Posting Method , description: Selects the method of posting entries ,
-
Lookup Type: POSTING METHOD
12.2.2
product: AP - Payables , meaning: Posting Method , description: Selects the method of posting entries ,
-
Concurrent Program: APXBABAL
12.1.1
execution_filename: APXBABAL , product: AP - Payables , user_name: APXBABAL , description: Bank Account Listing , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: APXBABAL
12.2.2
execution_filename: APXBABAL , product: AP - Payables , user_name: APXBABAL , description: Bank Account Listing , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: DISCOUNT_DIST_OPTIONS
12.2.2
product: AP - Payables , meaning: Discount Dist Options , description: Method used for distribution discount amounts for payments ,
-
Lookup Type: DISCOUNT_DIST_OPTIONS
12.1.1
product: AP - Payables , meaning: Discount Dist Options , description: Method used for distribution discount amounts for payments ,