Search Results jai_rgm_certificates
Overview
The JAI_RGM_CERTIFICATES table is a core data object within the Oracle E-Business Suite (EBS) Asia/Pacific Localizations module (product JA). Its primary function is to serve as the central repository for storing certificate information related to customers. This table is integral to managing tax and regulatory compliance documentation within localized implementations, particularly for regions requiring formal certification for customer transactions. It acts as a junction point, linking customer account and site details with specific regulatory regime definitions and organizational units, thereby enabling the system to validate and apply the correct compliance rules during transaction processing.
Key Information Stored
The table's structure is defined by its primary and foreign key relationships. The primary key, CERTIFICATE_ID, uniquely identifies each certificate record. The table stores several critical foreign key references that contextualize the certificate data. Key linking columns include PARTY_ID and PARTY_SITE_ID, which associate the certificate with a specific customer account (HZ_CUST_ACCOUNTS) and its physical location (HZ_PARTY_SITES). The REGIME_ID links to JAI_RGM_DEFINITIONS, defining the specific regulatory framework for the certificate. The ORGANIZATION_ID ties the certificate to an operating unit (HR_ALL_ORGANIZATION_UNITS). Furthermore, it holds references to tax authorities (TAX_AUTHORITY_ID, TAX_AUTHORITY_SITE_ID via HZ_PARTIES) and standard EBS audit columns (PROGRAM_ID, REQUEST_ID) that track the concurrent program and request that created or updated the record.
Common Use Cases and Queries
This table is primarily accessed for compliance verification, reporting, and certificate lifecycle management. A common operational query involves retrieving valid certificates for a customer site to determine tax applicability during order entry or invoice generation. For reporting, administrators may run queries to list certificates expiring within a certain period or to audit certificate coverage across different regulatory regimes. A typical SQL pattern to join certificate information with customer details would be:
- SELECT c.certificate_id, ca.account_number, p.party_name, d.regime_code, c.certificate_number, c.effective_from, c.effective_to FROM jai_rgm_certificates c, hz_cust_accounts ca, hz_parties p, jai_rgm_definitions d WHERE c.party_id = ca.party_id AND ca.party_id = p.party_id AND c.regime_id = d.regime_id AND c.organization_id = :p_org_id;
Another critical use case is the validation process, where the system references this table to ensure a transaction complies with the certified parameters before finalizing.
Related Objects
JAI_RGM_CERTIFICATES has extensive relationships with other EBS entities, as documented by its foreign keys. It is a child table to several master data sources and a parent to at least one other localization table.
- Primary Key: JAI_RGM_CERTIFICATES_PK (CERTIFICATE_ID)
- Referenced Tables (Foreign Keys):
- HZ_CUST_ACCOUNTS via PARTY_ID
- HZ_PARTY_SITES via PARTY_SITE_ID
- JAI_RGM_DEFINITIONS via REGIME_ID
- HR_ALL_ORGANIZATION_UNITS via ORGANIZATION_ID
- HZ_PARTIES via TAX_AUTHORITY_ID and TAX_AUTHORITY_SITE_ID (for tax authority party and site)
- FND_CONCURRENT_PROGRAMS via PROGRAM_APPLICATION_ID and PROGRAM_ID
- FND_LOGINS via PROGRAM_LOGIN_ID
- FND_APPLICATION via PROGRAM_APPLICATION_ID
- FND_CONCURRENT_REQUESTS via REQUEST_ID
- Referencing Table (Child Table):
- JAI_RGM_REFS_ALL references JAI_RGM_CERTIFICATES via its CERTIFICATE_ID column.
-
Table: JAI_RGM_CERTIFICATES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_CERTIFICATES, object_name:JAI_RGM_CERTIFICATES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the certificate information of Customers. , implementation_dba_data: JA.JAI_RGM_CERTIFICATES ,
-
Table: JAI_RGM_CERTIFICATES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_CERTIFICATES, object_name:JAI_RGM_CERTIFICATES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the certificate information of Customers. , implementation_dba_data: JA.JAI_RGM_CERTIFICATES ,
-
APPS.JAI_ETCS_PKG dependencies on JAI_RGM_CERTIFICATES
12.1.1
-
APPS.JAI_ETCS_PKG dependencies on JAI_RGM_CERTIFICATES
12.2.2
-
APPS.JAI_AP_TCS_PROCESSING_PKG dependencies on JAI_RGM_CERTIFICATES
12.1.1
-
APPS.JAI_AP_TCS_PROCESSING_PKG dependencies on JAI_RGM_CERTIFICATES
12.2.2
-
SYNONYM: APPS.JAI_RGM_CERTIFICATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_CERTIFICATES, status:VALID,
-
SYNONYM: APPS.JAI_RGM_CERTIFICATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_CERTIFICATES, status:VALID,
-
VIEW: JA.JAI_RGM_CERTIFICATES#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_RGM_CERTIFICATES#, status:VALID,
-
APPS.JAI_AP_TCS_PROCESSING_PKG dependencies on FND_FILE
12.1.1
-
APPS.JAI_AP_TCS_PROCESSING_PKG dependencies on FND_FILE
12.2.2
-
VIEW: JA.JAI_RGM_CERTIFICATES#
12.2.2
-
APPS.JAI_AP_TCS_PROCESSING_PKG dependencies on JAI_CONSTANTS
12.1.1
-
APPS.JAI_ETCS_PKG dependencies on JAI_RGM_TAXES
12.1.1
-
APPS.JAI_AP_TCS_PROCESSING_PKG dependencies on JAI_CONSTANTS
12.2.2
-
APPS.JAI_AP_TCS_PROCESSING_PKG SQL Statements
12.1.1
-
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_ETCS_PKG dependencies on JAI_RGM_TAXES
12.2.2
-
APPS.JAI_AP_TCS_PROCESSING_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JAI_AP_TCS_PROCESSING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AP_TCS_PROCESSING_PKG, status:VALID,
-
Table: JAI_RGM_DEFINITIONS
12.2.2
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 ,
-
PACKAGE BODY: APPS.JAI_AP_TCS_PROCESSING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AP_TCS_PROCESSING_PKG, status:VALID,
-
Table: JAI_RGM_REFS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_REFS_ALL, object_name:JAI_RGM_REFS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores transactions with TCS type of Tax. This is a TCS repository , implementation_dba_data: JA.JAI_RGM_REFS_ALL ,
-
Table: JAI_RGM_REFS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_REFS_ALL, object_name:JAI_RGM_REFS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores transactions with TCS type of Tax. This is a TCS repository , implementation_dba_data: JA.JAI_RGM_REFS_ALL ,
-
TABLE: JA.JAI_RGM_CERTIFICATES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_CERTIFICATES, object_name:JAI_RGM_CERTIFICATES, status:VALID,
-
TABLE: JA.JAI_RGM_CERTIFICATES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_CERTIFICATES, object_name:JAI_RGM_CERTIFICATES, status:VALID,
-
PACKAGE BODY: APPS.JAI_ETCS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_ETCS_PKG, status:VALID,
-
APPS.JAI_ETCS_PKG dependencies on JAI_AP_RGM_PAYMENTS
12.1.1
-
PACKAGE BODY: APPS.JAI_ETCS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_ETCS_PKG, status:VALID,
-
APPS.JAI_ETCS_PKG dependencies on JAI_AP_RGM_PAYMENTS
12.2.2
-
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 ,
-
APPS.JAI_ETCS_PKG dependencies on JAI_RGM_REFS_ALL
12.2.2
-
APPS.JAI_ETCS_PKG dependencies on JAI_RGM_REFS_ALL
12.1.1
-
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: 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 ,
-
PACKAGE BODY: APPS.JAI_AP_TCS_PROCESSING_PKG
12.2.2
-
PACKAGE BODY: APPS.JAI_AP_TCS_PROCESSING_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
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
-
Table: FND_APPLICATION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_APPLICATION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
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 ,
-
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: 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 ,
-
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_CUST_ACCOUNTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNTS, object_name:HZ_CUST_ACCOUNTS, status:VALID, product: AR - Receivables , description: Stores information about customer accounts. , implementation_dba_data: AR.HZ_CUST_ACCOUNTS ,