Search Results jai_ap_tds_thhold_xceps
Overview
The table JAI_AP_TDS_THHOLD_XCEPS is a core data repository within the Asia/Pacific (JA) localization for Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It is specifically designed to manage exception-based thresholds for Tax Deducted at Source (TDS) calculations. In jurisdictions like India, TDS regulations often define standard withholding thresholds for different transaction types. This table allows for the definition of specific exceptions to these standard rules, enabling businesses to configure unique TDS withholding limits for particular vendors or scenarios, thereby ensuring precise and compliant tax calculations within the Payables (AP) module.
Key Information Stored
The table's primary function is to store the defining attributes of each exception threshold. The central column is THRESHOLD_EXCEPTION_ID, which serves as the unique primary key for each exception record. A critical foreign key, THRESHOLD_HDR_ID, links the exception to its parent standard threshold definition in the JAI_AP_TDS_THHOLD_HDRS table. The VENDOR_ID column, a foreign key to HZ_PARTIES, identifies the specific supplier or party for whom this exception rule applies. While the provided metadata does not list all columns, typical data would include the exceptional threshold amount, effective dates, the TDS section or nature of payment it applies to, and relevant creation and last update audit columns.
Common Use Cases and Queries
This table is central to TDS configuration and reporting. A common operational use case is verifying or auditing the exception thresholds applicable to a high-value vendor before processing a large invoice to ensure correct TDS deduction. For reporting, organizations often need a list of all vendors with custom TDS thresholds. A typical query would join this table to the vendor and header tables:
- SELECT p.party_name, x.* FROM jai_ap_tds_thhold_xceps x, hz_parties p WHERE x.vendor_id = p.party_id AND SYSDATE BETWEEN x.start_date AND NVL(x.end_date, SYSDATE);
Technical consultants may query this table during data migrations or while debugging TDS calculation issues to confirm if an unexpected deduction is due to an applied exception rule.
Related Objects
JAI_AP_TDS_THHOLD_XCEPS is a child table within a key localization hierarchy. Its relationships are explicitly documented through foreign key constraints:
- JAI_AP_TDS_THHOLD_HDRS: This is the primary parent table. The foreign key on column THRESHOLD_HDR_ID joins to this table, linking each exception record to its corresponding master threshold definition (e.g., for a specific TDS section).
- HZ_PARTIES: The foreign key on column VENDOR_ID joins to this Trading Community Architecture (TCA) table. This relationship ties the exception threshold to a specific supplier or legal entity, which is fundamental to the "exception" logic.
The table's primary key constraint, JAI_AP_TDS_THHOLD_XCEPS_PK, ensures the uniqueness of each THRESHOLD_EXCEPTION_ID. As a configuration table, it is primarily referenced by the TDS calculation engine within the JA localization modules.
-
Table: JAI_AP_TDS_THHOLD_XCEPS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_XCEPS, object_name:JAI_AP_TDS_THHOLD_XCEPS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of all exception TDS thresholds. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_XCEPS ,
-
Table: JAI_AP_TDS_THHOLD_XCEPS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_XCEPS, object_name:JAI_AP_TDS_THHOLD_XCEPS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of all exception TDS thresholds. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_XCEPS ,
-
View: JAI_AP_TDS_TH_VSITE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_TDS_TH_VSITE_V, object_name:JAI_AP_TDS_TH_VSITE_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AP_TDS_TH_VSITE_V ,
-
View: JAI_AP_TDS_TH_VSITE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_TDS_TH_VSITE_V, object_name:JAI_AP_TDS_TH_VSITE_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AP_TDS_TH_VSITE_V ,
-
Table: JAI_AP_TDS_THHOLD_HDRS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_HDRS, object_name:JAI_AP_TDS_THHOLD_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of threshold applicable for a TDS vendor vendor type. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_HDRS ,
-
View: JAI_AP_TDS_THHOLD_EXCEPTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_TDS_THHOLD_EXCEPTION_V, object_name:JAI_AP_TDS_THHOLD_EXCEPTION_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AP_TDS_THHOLD_EXCEPTION_V ,
-
Table: JAI_AP_TDS_THHOLD_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_HDRS, object_name:JAI_AP_TDS_THHOLD_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of threshold applicable for a TDS vendor vendor type. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_HDRS ,
-
View: JAI_AP_TDS_THHOLD_EXCEPTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_TDS_THHOLD_EXCEPTION_V, object_name:JAI_AP_TDS_THHOLD_EXCEPTION_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AP_TDS_THHOLD_EXCEPTION_V ,