Search Results jl_ar_ap_awt_certif_all
Overview
The table JL_AR_AP_AWT_CERTIF_ALL is a core data object within the Oracle E-Business Suite Latin America Localizations module, specifically designed for the Argentine market. It serves as the central repository for storing detailed withholding tax certificate information, a critical legal requirement for tax compliance in Argentina. This table supports the automated generation and tracking of withholding certificates (Certificados de Retención) for both Accounts Payable (AP) and Accounts Receivable (AR) transactions, ensuring adherence to local fiscal regulations. Its role is integral to the end-to-end withholding tax process, linking tax calculations from invoice payments to the formal certification issued to suppliers or received from customers.
Key Information Stored
The table's primary structure is anchored by the CERTIFICATE_ID, which uniquely identifies each certificate record. Based on its documented foreign key relationship and standard EBS patterns, the table is designed to store certificate details linked to a specific payment instruction. Key columns typically include identifiers for the associated invoice, payment, supplier or customer site, withholding tax rate and amount, certificate number, status, issuance date, and fiscal period. The ALL suffix indicates the table is multi-organization enabled (Multi-Org), storing data for all operating units and requiring a security predicate (e.g., ORG_ID) in queries.
Common Use Cases and Queries
Primary use cases revolve around tax reporting, audit trails, and certificate management. Common operational and reporting activities include generating periodic certificate summaries for tax authorities, reconciling withheld amounts against payments, and re-issuing lost certificates. A typical query would join to payment and supplier tables to list all certificates issued within a date range for a specific legal entity.
- Sample Query Pattern: SELECT cert.certificate_number, cert.withholding_amount, pay.payment_number, sup.vendor_name FROM jl_ar_ap_awt_certif_all cert, iby_payments_all pay, po_vendors sup WHERE cert.payment_instruction_id = pay.payment_instruction_id AND pay.vendor_id = sup.vendor_id AND cert.creation_date BETWEEN :p_start_date AND :p_end_date AND cert.org_id = :p_org_id;
- Reporting: Data from this table feeds statutory reports for Argentine tax authorities (e.g., AFIP) and internal compliance dashboards.
Related Objects
The table maintains a documented foreign key relationship with the Oracle Payments module, linking certificate data directly to the payment engine. This relationship is crucial for tracing the payment event that triggered the withholding.
- IBY_PAY_INSTRUCTIONS_ALL: The table is linked via the PAYMENT_INSTRUCTION_ID column. This join connects a withholding certificate to its originating payment instruction, enabling traceability from the certificate back to the specific payment batch and transactions.
- Primary Key Constraint: JL_AR_AP_AWT_CERTIF_ALL_PK on CERTIFICATE_ID ensures the uniqueness of each certificate record.
- Implicit Relationships: While not explicitly listed in the provided metadata, this table would logically relate to core AP and AR transaction tables (AP_INVOICES_ALL, AR_CASH_RECEIPTS_ALL) and tax setup tables (ZX_LINES, ZX_TAXES_B) through intermediary payment and application entities.
-
Table: JL_AR_AP_AWT_CERTIF_ALL
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_AR_AP_AWT_CERTIF_ALL, object_name:JL_AR_AP_AWT_CERTIF_ALL, status:VALID, product: JL - Latin America Localizations , description: Argentine withholding certificate information , implementation_dba_data: JL.JL_AR_AP_AWT_CERTIF_ALL ,
-
Table: JL_AR_AP_AWT_CERTIF_ALL
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_AR_AP_AWT_CERTIF_ALL, object_name:JL_AR_AP_AWT_CERTIF_ALL, status:VALID, product: JL - Latin America Localizations , description: Argentine withholding certificate information , implementation_dba_data: JL.JL_AR_AP_AWT_CERTIF_ALL ,
-
APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on JL_AR_AP_AWT_CERTIF_ALL
12.1.1
-
APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on JL_AR_AP_AWT_CERTIF_ALL
12.2.2
-
APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on JL_AR_AP_AWT_CERTIF
12.2.2
-
APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on JL_AR_AP_AWT_CERTIF
12.1.1
-
SYNONYM: APPS.JL_AR_AP_AWT_CERTIF_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JL_AR_AP_AWT_CERTIF_ALL, status:VALID,
-
SYNONYM: APPS.JL_AR_AP_AWT_CERTIF_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JL_AR_AP_AWT_CERTIF_ALL, status:VALID,
-
VIEW: JL.JL_AR_AP_AWT_CERTIF_ALL#
12.2.2
owner:JL, object_type:VIEW, object_name:JL_AR_AP_AWT_CERTIF_ALL#, status:VALID,
-
APPS.JL_AR_AP_AWT_REPORTS_PKG SQL Statements
12.2.2
-
VIEW: JL.JL_AR_AP_AWT_CERTIF_ALL#
12.2.2
-
SYNONYM: APPS.JL_AR_AP_AWT_CERTIF
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JL_AR_AP_AWT_CERTIF, status:VALID,
-
TABLE: JL.JL_AR_AP_AWT_CERTIF_ALL
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_AR_AP_AWT_CERTIF_ALL, object_name:JL_AR_AP_AWT_CERTIF_ALL, status:VALID,
-
APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on MO_GLOBAL
12.1.1
-
APPS.JL_AR_AP_AWT_REPORTS_PKG SQL Statements
12.1.1
-
TABLE: JL.JL_AR_AP_AWT_CERTIF_ALL
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_AR_AP_AWT_CERTIF_ALL, object_name:JL_AR_AP_AWT_CERTIF_ALL, status:VALID,
-
Table: IBY_PAY_INSTRUCTIONS_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_ALL, object_name:IBY_PAY_INSTRUCTIONS_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAY_INSTRUCTIONS_ALL ,
-
SYNONYM: APPS.JL_AR_AP_AWT_CERTIF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JL_AR_AP_AWT_CERTIF, status:VALID,
-
PACKAGE BODY: APPS.JL_AR_AP_AWT_REPORTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_AR_AP_AWT_REPORTS_PKG, status:VALID,
-
Table: IBY_PAY_INSTRUCTIONS_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_ALL, object_name:IBY_PAY_INSTRUCTIONS_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the payment instructions. Instructions are created based on the Payment Process Request options. Data is inserted in to the table IBY_PAY_INSTRUCTIONS_AL after payment instruction creation, based on the opt , implementation_dba_data: IBY.IBY_PAY_INSTRUCTIONS_ALL ,
-
PACKAGE BODY: APPS.JL_AR_AP_AWT_REPORTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_AR_AP_AWT_REPORTS_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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.2.2 DBA Data
12.2.2
-
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
-
PACKAGE BODY: APPS.JL_AR_AP_AWT_REPORTS_PKG
12.1.1
-
PACKAGE BODY: APPS.JL_AR_AP_AWT_REPORTS_PKG
12.2.2
-
APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on FND_LOG
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1