Search Results line item display for gl account
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: LINE SOURCE
12.2.2
product: AP - Payables , meaning: Line Source , description: Defines possible sources to capture source of creation of a line ,
-
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: LINE SOURCE
12.1.1
product: AP - Payables , meaning: Line Source , description: Defines possible sources to capture source of creation of a line ,
-
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: AE LINE TYPE
12.2.2
product: AP - Payables , meaning: Ae Line Type , description: Types of AP Accounting Entry Lines ,
-
Lookup Type: LINE ENCUMBRANCE STATUS
12.2.2
product: AP - Payables , meaning: Line Encumbrance Status , description: Defines values for encumbrance status for a line ,
-
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 ,
-
Lookup Type: LINE ENCUMBRANCE STATUS
12.1.1
product: AP - Payables , meaning: Line Encumbrance Status , description: Defines values for encumbrance status for a line ,
-
Lookup Type: INVOICE LINE TYPE
12.2.2
product: AP - Payables , meaning: Invoice Line Type , description: Invoice Line Type ,
-
Lookup Type: INVOICE LINE TYPE
12.1.1
product: AP - Payables , meaning: Invoice Line Type , description: Invoice Line Type ,
-
Lookup Type: AE LINE TYPE
12.1.1
product: AP - Payables , meaning: Ae Line Type , description: Types of AP Accounting Entry Lines ,
-
Lookup Type: INVOICE LINE MATCH TYPE
12.1.1
product: AP - Payables , meaning: Invoice Line Match Type , description: Defines available match types ,
-
Lookup Type: INVOICE LINE MATCH TYPE
12.2.2
product: AP - Payables , meaning: Invoice Line Match Type , description: Defines available match types ,
-
Lookup Type: REJECT CODE
12.1.1
product: AP - Payables , meaning: Reject Code , description: Reject Codes for AP Open Interface ,
-
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 ,
-
Lookup Type: REJECT CODE
12.2.2
product: AP - Payables , meaning: Reject Code , description: Reject Codes for AP Open Interface ,
-
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 DISTRIBUTION TYPE
12.1.1
product: AP - Payables , meaning: Invoice Distribution Type , description: The different distribution line types ,
-
Lookup Type: INVOICE DISTRIBUTION TYPE
12.2.2
product: AP - Payables , meaning: Invoice Distribution Type , description: The different distribution line types ,
-
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: HOLD CODE
12.1.1
product: AP - Payables , meaning: Hold Code , description: The hold codes are also stored as lookups for NLS translations ,
-
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 ,
-
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 ,
-
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 ,
-
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: 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: ACCOUNTING ERROR TYPE
12.1.1
product: AP - Payables , meaning: Accounting Error Type , description: Types of Accounting Errors ,
-
Lookup Type: ACCOUNTING ERROR TYPE
12.2.2
product: AP - Payables , meaning: Accounting Error Type , description: Types of Accounting Errors ,
-
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 ,
-
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 ,
-
Table: AP_WEB_VAT_SETUP_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_VAT_SETUP_ALL, object_name:AP_WEB_VAT_SETUP_ALL, status:VALID, product: AP - Payables , description: This table is used to store VAT-related setup for a specific organization. The VAT-related setup data affects the display of merchant fields on the Expense Line Details page. , implementation_dba_data: AP.AP_WEB_VAT_SETUP_ALL ,
-
Table: AP_WEB_VAT_SETUP_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_VAT_SETUP_ALL, object_name:AP_WEB_VAT_SETUP_ALL, status:VALID, product: AP - Payables , description: This table is used to store VAT-related setup for a specific organization. The VAT-related setup data affects the display of merchant fields on the Expense Line Details page. , implementation_dba_data: AP.AP_WEB_VAT_SETUP_ALL ,
-
Lookup Type: TAX USE DATE BASIS
12.2.2
product: AP - Payables , meaning: Tax Use Date Basis , description: Report Date Basis for Use Tax Liability Report ,
-
Lookup Type: CARD EXCEPTION
12.2.2
product: AP - Payables , meaning: Card Exception , description: Procurement card transaction validation exception ,