Search Results jl_ar_ap_sup_awt_cr_lts_pk
Overview
The table JL_AR_AP_SUP_AWT_CR_LTS is a core data object within the Oracle E-Business Suite (EBS) localization for Argentina. It is part of the JL (Latin America Localizations) product module and specifically supports the statutory requirement for managing supplier withholding credit letters. In the Argentine tax and regulatory context, these credit letters are formal documents that evidence tax withholdings (retenciones) applied to supplier payments, which the supplier can then use as a credit against their own tax obligations. This table serves as the primary repository for storing the detailed transactional information associated with the generation, tracking, and application of these critical fiscal documents within the integrated AP (Accounts Payable) and AR (Accounts Receivable) processes of Oracle EBS 12.1.1 and 12.2.2.
Key Information Stored
While the full column list is not detailed in the provided metadata, the table's structure is anchored by its primary key, SEQ_NUM, which ensures a unique identifier for each credit letter record. Based on its described purpose, the table typically stores information such as the credit letter number, associated supplier site, invoice details, withholding tax authority, applicable tax type and rate, the gross and net payment amounts, the withheld amount credited, issuance date, status (e.g., Generated, Applied, Cancelled), and fiscal period data. It acts as the transactional link between the underlying invoice payment and the formal credit letter document issued to the supplier.
Common Use Cases and Queries
The primary use case is the generation and lifecycle management of Argentine supplier withholding credit letters following a payment run. Common operational and reporting queries involve extracting credit letters for a specific supplier, period, or tax type for reconciliation and audit purposes. A typical reporting pattern would join this table to core AP supplier and invoice tables.
- Sample Query Pattern:
SELECT crl.credit_letter_num, crl.issue_date, aps.vendor_name, aia.invoice_num, crl.withholding_amount FROM jl_ar_ap_sup_awt_cr_lts crl, ap_suppliers aps, ap_invoices_all aia WHERE crl.vendor_id = aps.vendor_id AND crl.invoice_id = aia.invoice_id AND crl.issue_date BETWEEN :P_START_DATE AND :P_END_DATE; - Key Processes: The data is populated and updated through localized Argentine payment processes, and it is critical for generating the official printed credit letter formats (Libretas) required by local authorities.
Related Objects
This table is central to the Argentine withholding subsystem and has defined relationships with other EBS objects. The documented primary key constraint, JL_AR_AP_SUP_AWT_CR_LTS_PK on the SEQ_NUM column, is the anchor for these relationships.
- Foreign Key Relationships: While not explicitly listed in the snippet, in a standard implementation, this table would contain foreign key columns (e.g., VENDOR_ID, VENDOR_SITE_ID, INVOICE_ID, PAYMENT_ID) referencing core AP tables like AP_SUPPLIERS, AP_SUPPLIER_SITES_ALL, AP_INVOICES_ALL, and AP_PAYMENTS_ALL to link the credit letter to the specific supplier and transaction.
- Associated Views/APIs: Localized Argentine reporting views (often prefixed with JL_AR_) would likely query this base table. Custom or seeded concurrent programs for credit letter generation and printing would process data into and from this table.
-
Table: JL_AR_AP_SUP_AWT_CR_LTS
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_AR_AP_SUP_AWT_CR_LTS, object_name:JL_AR_AP_SUP_AWT_CR_LTS, status:VALID, product: JL - Latin America Localizations , description: Argentine supplier withholding credit letter information , implementation_dba_data: JL.JL_AR_AP_SUP_AWT_CR_LTS ,
-
Table: JL_AR_AP_SUP_AWT_CR_LTS
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_AR_AP_SUP_AWT_CR_LTS, object_name:JL_AR_AP_SUP_AWT_CR_LTS, status:VALID, product: JL - Latin America Localizations , description: Argentine supplier withholding credit letter information , implementation_dba_data: JL.JL_AR_AP_SUP_AWT_CR_LTS ,
-
eTRM - JL Tables and Views
12.1.1
description: Temporary Table For Inflation Adjustment Report ,
-
eTRM - JL Tables and Views
12.2.2
description: JL_ZZ_INFO_T is temporary table ,
-
eTRM - JL Tables and Views
12.1.1
description: Temporary Table For Inflation Adjustment Report ,
-
eTRM - JL Tables and Views
12.2.2
description: JL_ZZ_INFO_T is temporary table ,