Search Results jai_cmn_om_ar_ar3_forms
Overview
The table JAI_CMN_OM_AR_AR3_FORMS is a core data object within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the central repository for storing AR3 forms and their associated details. The AR3 form is a statutory document specific to certain Asia/Pacific jurisdictions, often related to tax or commercial invoicing requirements. As indicated by its name and description, this table is designed for shared use across both the Order Management (OM) and Accounts Receivable (AR) application streams, ensuring a single source of truth for AR3 form data that may be generated from sales orders or invoices.
Key Information Stored
The table's primary key is FORM_ID, which uniquely identifies each AR3 form record. Its structure is defined by a series of foreign key relationships that link the form to critical transactional and master data entities within EBS. Key columns, inferred from these relationships, include CUSTOMER_ID (linking to HZ_PARTIES), CUSTOMER_SITE_ID (linking to HZ_PARTY_SITES), and ORGANIZATION_ID (linking to HR_ALL_ORGANIZATION_UNITS) to identify the operating unit. It also links to transactional entities via TRX_TYPE_ID (for invoice types via RA_CUST_TRX_TYPES_ALL) and DELIVERY_ID (for shipments via WSH_NEW_DELIVERIES). The LOCATION_ID column, linked to HR_LOCATIONS_ALL, likely stores a specific address or location relevant to the form's issuance.
Common Use Cases and Queries
Primary use cases revolve around the generation, tracking, and reporting of statutory AR3 forms. In Order Management, a form record may be created upon shipment confirmation. In Accounts Receivable, it may be finalized upon invoice creation. Common reporting needs include listing all AR3 forms for a specific customer, within a date range, or for a particular organization. A typical query would join this table to its related master tables to produce a readable report.
Sample Query Pattern:
SELECT f.form_id, p.party_name, hrc.name organization, f.last_update_date
FROM jai_cmn_om_ar_ar3_forms f,
hz_parties p,
hr_all_organization_units hrc
WHERE f.customer_id = p.party_id
AND f.organization_id = hrc.organization_id
AND f.organization_id = :p_org_id
ORDER BY f.last_update_date DESC;
Related Objects
JAI_CMN_OM_AR_AR3_FORMS is integrally connected to several fundamental EBS tables through its foreign key constraints, as documented in the ETRM. These dependencies are crucial for data integrity and application functionality:
- HZ_PARTIES & HZ_PARTY_SITES: For customer and customer site master data.
- HR_ALL_ORGANIZATION_UNITS: For the operating unit context.
- HR_LOCATIONS_ALL: For detailed address information.
- RA_CUST_TRX_TYPES_ALL: For the transaction type (e.g., invoice type) associated with the form.
- WSH_NEW_DELIVERIES: For linkage to shipment and delivery transactions from Order Management.
Any custom reports, interfaces, or extensions dealing with localized AR3 form functionality will likely reference this table as the primary data source.
-
Table: JAI_CMN_OM_AR_AR3_FORMS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_OM_AR_AR3_FORMS, object_name:JAI_CMN_OM_AR_AR3_FORMS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the AR3 forms and the details. This is used in both AR and OM. , implementation_dba_data: JA.JAI_CMN_OM_AR_AR3_FORMS ,
-
Table: JAI_CMN_OM_AR_AR3_FORMS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_OM_AR_AR3_FORMS, object_name:JAI_CMN_OM_AR_AR3_FORMS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the AR3 forms and the details. This is used in both AR and OM. , implementation_dba_data: JA.JAI_CMN_OM_AR_AR3_FORMS ,
-
SYNONYM: APPS.JAI_CMN_OM_AR_AR3_FORMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_OM_AR_AR3_FORMS, status:VALID,
-
SYNONYM: APPS.JAI_CMN_OM_AR_AR3_FORMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_OM_AR_AR3_FORMS, status:VALID,
-
VIEW: JA.JAI_CMN_OM_AR_AR3_FORMS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_OM_AR_AR3_FORMS#, status:VALID,
-
VIEW: JA.JAI_CMN_OM_AR_AR3_FORMS#
12.2.2
-
TABLE: JA.JAI_CMN_OM_AR_AR3_FORMS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_OM_AR_AR3_FORMS, object_name:JAI_CMN_OM_AR_AR3_FORMS, status:VALID,
-
TABLE: JA.JAI_CMN_OM_AR_AR3_FORMS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_OM_AR_AR3_FORMS, object_name:JAI_CMN_OM_AR_AR3_FORMS, status:VALID,
-
Table: WSH_NEW_DELIVERIES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DELIVERIES, object_name:WSH_NEW_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Deliveries , implementation_dba_data: WSH.WSH_NEW_DELIVERIES ,
-
Table: WSH_NEW_DELIVERIES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DELIVERIES, object_name:WSH_NEW_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Deliveries , implementation_dba_data: WSH.WSH_NEW_DELIVERIES ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
Table: HR_LOCATIONS_ALL
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
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: HR_LOCATIONS_ALL
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
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 ,
-
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 ,
-
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: 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 ,
-
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. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,