Search Results jai_ap_tds_thhold_hdrs
Overview
The table JAI_AP_TDS_THHOLD_HDRS is a core data object within the Oracle E-Business Suite Asia/Pacific Localizations module (JA). It functions as the master definition table for Tax Deducted at Source (TDS) thresholds. In the context of Indian localization, TDS thresholds represent the monetary limits below which tax is not required to be deducted from a payment made to a vendor. This table stores the header-level configuration that determines the applicability of these thresholds based on specific vendor types and tax regimes. Its primary role is to serve as a central reference point for the TDS calculation engine, enabling the system to determine whether a given invoice transaction is subject to TDS withholding based on predefined criteria.
Key Information Stored
While the provided metadata does not list individual column names, the structure and relationships define the key information stored. The primary identifier, THRESHOLD_HDR_ID, uniquely defines each threshold rule. A critical foreign key, REGIME_ID, links the threshold to a specific tax regime defined in JAI_RGM_DEFINITIONS, ensuring the rule is applied within the correct legislative framework. The table's description indicates it stores details applicable for a "TDS vendor vendor type," implying it likely contains columns to specify the vendor type or category to which the threshold rule applies. Collectively, a record in this header table establishes a rule set that is further detailed through its related child tables, defining slabs, tax types, exceptions, and transaction applicability.
Common Use Cases and Queries
The primary use case is the automated evaluation of TDS applicability during invoice validation and payment processing. The system queries this table, joined with its related detail tables, to find a matching threshold rule for the invoice's vendor type, regime, and transaction characteristics. Common reporting and audit queries involve listing all configured threshold rules or investigating specific TDS calculations. A sample SQL pattern to retrieve active threshold headers with their associated regime code would be:
SELECT hdr.threshold_hdr_id, rgm.regime_code, hdr.vendor_type
FROM jai_ap_tds_thhold_hdrs hdr,
jai_rgm_definitions rgm
WHERE hdr.regime_id = rgm.regime_id
AND SYSDATE BETWEEN hdr.start_date AND NVL(hdr.end_date, SYSDATE);
Another critical query joins the header to its detail slabs (JAI_AP_TDS_THHOLD_SLABS) to analyze the financial ranges defined for the threshold.
Related Objects
JAI_AP_TDS_THHOLD_HDRS is a central node in the TDS threshold data model, with defined relationships to one parent and six child tables.
- Parent Reference: It references JAI_RGM_DEFINITIONS via REGIME_ID to inherit the governing tax regime.
- Child Dependencies (Referencing this table via THRESHOLD_HDR_ID):
- JAI_AP_TDS_INV_TAXES: Links specific invoice tax lines to the applied threshold rule.
- JAI_AP_TDS_THHOLD_SLABS: Stores the monetary slabs (e.g., amount ranges) for the threshold.
- JAI_AP_TDS_THHOLD_TAXES: Defines the specific tax types applicable under the threshold.
- JAI_AP_TDS_THHOLD_TRXS: Specifies the transaction types to which the threshold applies.
- JAI_AP_TDS_THHOLD_TYPES: Likely defines further classifications or types within the threshold rule.
- JAI_AP_TDS_THHOLD_XCEPS: Stores any exceptions to the standard threshold rule.
This relational structure allows a single header definition to govern a comprehensive and detailed set of TDS withholding conditions.
-
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 ,
-
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 ,
-
APPS.JAI_AP_DTC_GENERATION_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.2.2
-
APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.2.2
-
APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.2.2
-
APPS.JAI_AP_DTC_CANCELLATION_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.2.2
-
APPS.JAI_AP_TDS_PREPAYMENTS_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.1.1
-
APPS.JAI_AP_DTC_DEFAULTATION_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.1.1
-
APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.1.1
-
APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.1.1
-
APPS.JAI_AP_TDS_PREPAYMENTS_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.2.2
-
APPS.JAI_AP_DTC_PREPAYMENTS_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS
12.2.2
-
VIEW: APPS.JAI_AP_TDS_TH_VSITE_V
12.1.1
-
VIEW: JA.JAI_AP_TDS_THHOLD_HDRS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_AP_TDS_THHOLD_HDRS#, status:VALID,
-
VIEW: APPS.JAI_AP_TDS_TH_VSITE_V
12.2.2
-
VIEW: APPS.JAI_AP_TDS_THHOLD_EXCEPTION_V
12.1.1
-
VIEW: APPS.JAI_AP_TDS_NULLSITE_THHOLD_V
12.1.1
-
SYNONYM: APPS.JAI_AP_TDS_THHOLD_HDRS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_AP_TDS_THHOLD_HDRS, status:VALID,
-
SYNONYM: APPS.JAI_AP_TDS_THHOLD_HDRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_AP_TDS_THHOLD_HDRS, status:VALID,
-
VIEW: JA.JAI_AP_TDS_THHOLD_HDRS#
12.2.2
-
VIEW: APPS.JAI_AP_TDS_NULLSITE_THHOLD_V
12.2.2
-
VIEW: APPS.JAI_AP_TDS_THHOLD_EXCEPTION_V
12.2.2
-
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 ,
-
APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_AP_TDS_THHOLD_SLABS
12.2.2
-
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 ,
-
APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_AP_TDS_THHOLD_TYPES
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AP_TDS_THHOLD_TYPES
12.2.2
-
APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_AP_TDS_THHOLD_TYPES
12.1.1
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AP_TDS_THHOLD_TYPES
12.1.1
-
APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_AP_TDS_THHOLD_SLABS
12.1.1
-
TABLE: JA.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,
-
Table: JAI_AP_TDS_THHOLD_TYPES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_TYPES, object_name:JAI_AP_TDS_THHOLD_TYPES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the details of TDS threshold type agsinst a TDS threshold header. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_TYPES ,
-
Table: JAI_AP_TDS_THHOLD_TYPES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_TYPES, object_name:JAI_AP_TDS_THHOLD_TYPES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the details of TDS threshold type agsinst a TDS threshold header. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_TYPES ,
-
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: JA.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,
-
Table: JAI_AP_TDS_INV_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_INV_TAXES, object_name:JAI_AP_TDS_INV_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of all the TDS taxes that are applicable on an invoice. , implementation_dba_data: JA.JAI_AP_TDS_INV_TAXES ,
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AP_TDS_THHOLD_SLABS
12.2.2
-
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 ,
-
Table: JAI_AP_TDS_THHOLD_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_TAXES, object_name:JAI_AP_TDS_THHOLD_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of taxes applicable for a particular slabrate by operating unit. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_TAXES ,
-
Table: JAI_AP_TDS_THHOLD_TAXES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_TAXES, object_name:JAI_AP_TDS_THHOLD_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of taxes applicable for a particular slabrate by operating unit. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_TAXES ,
-
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_RGM_DEFINITIONS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DEFINITIONS, object_name:JAI_RGM_DEFINITIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores regime information. , implementation_dba_data: JA.JAI_RGM_DEFINITIONS ,
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AP_TDS_THHOLD_SLABS
12.1.1
-
Table: JAI_AP_TDS_THHOLD_SLABS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_SLABS, object_name:JAI_AP_TDS_THHOLD_SLABS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of various slabs and the applicable tax rate in the slab. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_SLABS ,
-
Table: JAI_AP_TDS_THHOLD_SLABS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_SLABS, object_name:JAI_AP_TDS_THHOLD_SLABS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of various slabs and the applicable tax rate in the slab. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_SLABS ,
-
View: JAI_AP_TDS_NULLSITE_THHOLD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_TDS_NULLSITE_THHOLD_V, object_name:JAI_AP_TDS_NULLSITE_THHOLD_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AP_TDS_NULLSITE_THHOLD_V ,
-
View: JAI_AP_TDS_NULLSITE_THHOLD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_TDS_NULLSITE_THHOLD_V, object_name:JAI_AP_TDS_NULLSITE_THHOLD_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AP_TDS_NULLSITE_THHOLD_V ,