Search Results jai_cmn_mtax_hdrs_all
Overview
The JAI_CMN_MTAX_HDRS_ALL table is a core data object within the JA (Asia/Pacific Localizations) product of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the primary header repository for Mass Tax Changes requests. This table is integral to localization-specific functionality, enabling the bulk update of tax-related information across transactional data. It stores the complete set of input parameters and control information submitted when a user initiates a mass tax update process, providing an audit trail and defining the scope for the detailed changes executed by the associated concurrent program.
Key Information Stored
The table's primary key is the BATCH_ID, which uniquely identifies each mass tax change request. Key columns define the scope and parameters of the update. These include ORG_ID for the operating unit, and identifiers for the specific entities targeted by the change: SUPPLIER_ID, SUPPLIER_SITE_ID, CUSTOMER_ID, and CUSTOMER_SITE_ID. The core tax change is defined by OLD_TAX_CATEGORY and NEW_TAX_CATEGORY, which reference valid tax categories. The table also tracks the execution context via REQUEST_ID (linking to the concurrent request), and PROGRAM_APPLICATION_ID, PROGRAM_ID, and PROGRAM_LOGIN_ID for programmatic invocation details. Additional columns typically store status flags, creation dates, and the user who submitted the request.
Common Use Cases and Queries
The primary use case is auditing and reviewing historical mass tax updates. Administrators can query this table to understand what changes were requested, their scope, and when they were run. Common reporting queries involve joining to referenced tables for meaningful descriptions.
- Tracking Request Status:
SELECT h.batch_id, h.request_id, r.request_date, r.phase_code, r.status_code FROM jai_cmn_mtax_hdrs_all h, fnd_concurrent_requests r WHERE h.request_id = r.request_id; - Reviewing Change Parameters:
SELECT h.batch_id, ou.name org, hz1.party_name old_category, hz2.party_name new_category FROM jai_cmn_mtax_hdrs_all h, hr_all_organization_units ou, jai_cmn_tax_ctgs_all hz1, jai_cmn_tax_ctgs_all hz2 WHERE h.org_id = ou.organization_id AND h.old_tax_category = hz1.tax_category_id AND h.new_tax_category = hz2.tax_category_id; - Identifying Updates for a Specific Supplier:
SELECT * FROM jai_cmn_mtax_hdrs_all WHERE supplier_id = <party_id>;
Related Objects
JAI_CMN_MTAX_HDRS_ALL has extensive foreign key relationships, highlighting its central role in the mass tax process.
- Referenced By (Child Table):
- JAI_CMN_MTAX_UPD_DTLS: Links via BATCH_ID. This detail table stores the individual transaction lines updated by the mass tax request.
- References (Parent Tables):
- HR_ALL_ORGANIZATION_UNITS: Via ORG_ID.
- FND_CONCURRENT_REQUESTS: Via REQUEST_ID.
- HZ_PARTIES: Via SUPPLIER_ID and CUSTOMER_ID.
- HZ_PARTY_SITES: Via SUPPLIER_SITE_ID and CUSTOMER_SITE_ID.
- JAI_CMN_TAX_CTGS_ALL: Via OLD_TAX_CATEGORY and NEW_TAX_CATEGORY.
- FND_CONCURRENT_PROGRAMS: Via PROGRAM_APPLICATION_ID and PROGRAM_ID.
- FND_LOGINS: Via PROGRAM_LOGIN_ID.
-
Table: JAI_CMN_MTAX_HDRS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_HDRS_ALL, object_name:JAI_CMN_MTAX_HDRS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Mass Tax Changes requests with all inputs submitted , implementation_dba_data: JA.JAI_CMN_MTAX_HDRS_ALL ,
-
Table: JAI_CMN_MTAX_HDRS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_HDRS_ALL, object_name:JAI_CMN_MTAX_HDRS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Mass Tax Changes requests with all inputs submitted , implementation_dba_data: JA.JAI_CMN_MTAX_HDRS_ALL ,
-
APPS.JAI_CMN_MTAX_PKG dependencies on JAI_CMN_MTAX_HDRS_ALL
12.2.2
-
APPS.JAI_CMN_MTAX_PKG dependencies on JAI_CMN_MTAX_HDRS_ALL
12.1.1
-
APPS.JAI_CMN_MTAX_PKG dependencies on JAI_CMN_MTAX_HDRS_ALL_S
12.2.2
-
APPS.JAI_CMN_MTAX_PKG dependencies on JAI_CMN_MTAX_HDRS_ALL_S
12.1.1
-
SYNONYM: APPS.JAI_CMN_MTAX_HDRS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_MTAX_HDRS_ALL, status:VALID,
-
SYNONYM: APPS.JAI_CMN_MTAX_HDRS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_MTAX_HDRS_ALL, status:VALID,
-
VIEW: JA.JAI_CMN_MTAX_HDRS_ALL#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_MTAX_HDRS_ALL#, status:VALID,
-
Table: JAI_CMN_TAX_CTGS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAX_CTGS_ALL, object_name:JAI_CMN_TAX_CTGS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores tax categories and their link to excise ITEM classes. , implementation_dba_data: JA.JAI_CMN_TAX_CTGS_ALL ,
-
Table: JAI_CMN_TAX_CTGS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAX_CTGS_ALL, object_name:JAI_CMN_TAX_CTGS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores tax categories and their link to excise ITEM classes. , implementation_dba_data: JA.JAI_CMN_TAX_CTGS_ALL ,
-
VIEW: JA.JAI_CMN_MTAX_HDRS_ALL#
12.2.2
-
Table: JAI_CMN_MTAX_UPD_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_UPD_DTLS, object_name:JAI_CMN_MTAX_UPD_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the lines processed by Mass Tax Changes with details along with errors , implementation_dba_data: JA.JAI_CMN_MTAX_UPD_DTLS ,
-
Table: JAI_CMN_MTAX_UPD_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_UPD_DTLS, object_name:JAI_CMN_MTAX_UPD_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the lines processed by Mass Tax Changes with details along with errors , implementation_dba_data: JA.JAI_CMN_MTAX_UPD_DTLS ,
-
Table: HZ_PARTY_SITES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
Table: HZ_PARTY_SITES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
PACKAGE BODY: APPS.JAI_CMN_MTAX_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_MTAX_PKG, status:VALID,
-
Table: FND_LOGINS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGINS, object_name:FND_LOGINS, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about who signs on to an application and when , implementation_dba_data: APPLSYS.FND_LOGINS ,
-
PACKAGE BODY: APPS.JAI_CMN_MTAX_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_MTAX_PKG, status:VALID,
-
Table: FND_CONCURRENT_PROGRAMS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS, object_name:FND_CONCURRENT_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Concurrent programs , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROGRAMS ,
-
Table: FND_CONCURRENT_PROGRAMS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS, object_name:FND_CONCURRENT_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Concurrent programs , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROGRAMS ,
-
TABLE: JA.JAI_CMN_MTAX_HDRS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_HDRS_ALL, object_name:JAI_CMN_MTAX_HDRS_ALL, status:VALID,
-
TABLE: JA.JAI_CMN_MTAX_HDRS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_HDRS_ALL, object_name:JAI_CMN_MTAX_HDRS_ALL, status:VALID,
-
Table: FND_LOGINS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGINS, object_name:FND_LOGINS, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about who signs on to an application and when , implementation_dba_data: APPLSYS.FND_LOGINS ,
-
12.1.1 FND Design Data
12.1.1
-
APPS.JAI_CMN_MTAX_PKG dependencies on FND_GLOBAL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.JAI_CMN_MTAX_PKG dependencies on UTL_FILE
12.1.1
-
TABLE: JA.JAI_CMN_MTAX_UPD_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_UPD_DTLS, object_name:JAI_CMN_MTAX_UPD_DTLS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.JAI_CMN_MTAX_PKG dependencies on UTL_FILE
12.2.2
-
TABLE: JA.JAI_CMN_MTAX_UPD_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_UPD_DTLS, object_name:JAI_CMN_MTAX_UPD_DTLS, status:VALID,
-
Table: FND_CONCURRENT_REQUESTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
Table: FND_CONCURRENT_REQUESTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
APPS.JAI_CMN_MTAX_PKG SQL Statements
12.1.1
-
APPS.JAI_CMN_MTAX_PKG dependencies on STANDARD
12.1.1
-
APPS.JAI_CMN_MTAX_PKG dependencies on STANDARD
12.2.2
-
APPS.JAI_CMN_MTAX_PKG SQL Statements
12.2.2
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
APPS.JAI_CMN_MTAX_PKG dependencies on FND_FILE
12.1.1
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
APPS.JAI_CMN_MTAX_PKG dependencies on FND_GLOBAL
12.2.2
-
APPS.JAI_CMN_MTAX_PKG dependencies on FND_FILE
12.2.2
-
PACKAGE BODY: APPS.JAI_CMN_MTAX_PKG
12.1.1
-
PACKAGE BODY: APPS.JAI_CMN_MTAX_PKG
12.2.2
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,