Search Results jai_cmn_boe_hdrs
Overview
The JAI_CMN_BOE_HDRS table is a core data object within the Oracle E-Business Suite Asia/Pacific Localizations module (product code JA). It serves as the primary repository for Bill of Entry (BOE) header information. Its specific functional role is to store this header data when a BOE Invoice is created through the Invoice Lifecycle (IL) process. This table is integral to localization compliance for countries, particularly in the Asia/Pacific region, that require detailed tracking of import documentation for tax and regulatory purposes. As a master transactional table, it is central to the BOE management sub-system, linking key entities like suppliers, organizations, and related BOE details.
Key Information Stored
The table's primary key is the BOE_ID, a unique identifier for each BOE document. Based on its documented foreign key relationships, the table stores several critical reference points. The VENDOR_ID and VENDOR_SITE_ID columns link the BOE to the supplier and supplier site in the Trading Community Architecture (HZ_PARTIES and HZ_PARTY_SITES). The ORGANIZATION_ID associates the BOE with the specific inventory or operating organization within the enterprise (HR_ALL_ORGANIZATION_UNITS). The LOCATION_ID ties the BOE to a physical place (HR_LOCATIONS_ALL). Finally, the AGENT_ID references a customs agent or broker record stored in the related JAI_CMN_BOE_AGENTS table. While the full column list is not provided, the structure indicates the table holds header-level attributes such as BOE number, date, port of entry, and status, which are then elaborated upon in child detail tables.
Common Use Cases and Queries
This table is primarily accessed for generating regulatory reports on import activities, reconciling BOE data with AP invoices, and troubleshooting the BOE creation process. Common operational queries involve joining the header with its detail lines and related master data. For instance, to retrieve a comprehensive BOE report for a specific vendor, a query would join JAI_CMN_BOE_HDRS with JAI_CMN_BOE_DTLS and party information. Another critical use case is identifying unmatched BOEs for financial accruals, which involves querying the header table and left-joining to the JAI_CMN_BOE_MATCHINGS table to find records without corresponding matches. Support and implementation teams often query this table to verify data integrity by checking for orphaned records where foreign key references to HZ_PARTIES or HR_ALL_ORGANIZATION_UNITS are invalid.
Related Objects
The JAI_CMN_BOE_HDRS table maintains extensive relationships within the localization schema and core EBS applications, as documented in the provided metadata.
- Primary Key: JAI_CMN_BOE_HDRS_PK on BOE_ID.
- Foreign Keys (Referenced by this table):
- HZ_PARTIES via JAI_CMN_BOE_HDRS.VENDOR_ID
- HZ_PARTY_SITES via JAI_CMN_BOE_HDRS.VENDOR_SITE_ID
- HR_ALL_ORGANIZATION_UNITS via JAI_CMN_BOE_HDRS.ORGANIZATION_ID
- HR_LOCATIONS_ALL via JAI_CMN_BOE_HDRS.LOCATION_ID
- JAI_CMN_BOE_AGENTS via JAI_CMN_BOE_HDRS.AGENT_ID
- Foreign Keys (Referencing this table):
- JAI_CMN_BOE_DTLS via JAI_CMN_BOE_DTLS.BOE_ID
- JAI_CMN_BOE_MATCHINGS via JAI_CMN_BOE_MATCHINGS.BOE_ID
- JAI_CMN_BOE_WRITEOFFS via JAI_CMN_BOE_WRITEOFFS.BOE_ID
- JAI_CMN_WRITEOFFS_T via JAI_CMN_WRITEOFFS_T.BOE_ID
This relationship map confirms JAI_CMN_BOE_HDRS as the central hub, with child tables storing line details, invoice matching records, and write-off transactions for each BOE header.
-
Table: JAI_CMN_BOE_HDRS
12.2.2
product: JA - Asia/Pacific Localizations , description: Stores BOE header info when a BOE Invoice is created through IL , implementation_dba_data: Not implemented in this database ,
-
Table: JAI_CMN_BOE_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_HDRS, object_name:JAI_CMN_BOE_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores BOE header info when a BOE Invoice is created through IL , implementation_dba_data: JA.JAI_CMN_BOE_HDRS ,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JAI_CMN_BOE_HDRS
12.1.1
-
APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_CMN_BOE_HDRS
12.2.2
-
APPS.JAI_AP_UTILS_PKG dependencies on JAI_CMN_BOE_HDRS
12.2.2
-
APPS.JAI_BOE_GENERAL_PKG dependencies on JAI_CMN_BOE_HDRS
12.2.2
-
APPS.JAI_AP_UTILS_PKG dependencies on JAI_CMN_BOE_HDRS
12.1.1
-
APPS.JAI_AP_IA_TRIGGER_PKG dependencies on JAI_CMN_BOE_HDRS
12.2.2
-
APPS.JAI_BOE_MIGRATION_PKG dependencies on JAI_CMN_BOE_HDRS
12.2.2
-
APPS.JAI_CMN_MTAX_PKG dependencies on JAI_CMN_BOE_HDRS
12.2.2
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JAI_CMN_BOE_HDRS
12.2.2
-
APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_CMN_BOE_HDRS
12.1.1
-
APPS.JAI_AP_IA_TRIGGER_PKG dependencies on FND_GLOBAL
12.2.2
-
SYNONYM: APPS.JAI_CMN_BOE_HDRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_BOE_HDRS, status:VALID,
-
APPS.JAI_AP_UTILS_PKG dependencies on JAI_CMN_INVENTORY_ORGS
12.1.1
-
VIEW: APPS.JAI_CMN_BOE_APPLIED_V
12.1.1
-
APPS.JAI_RCV_RCV_RTV_PKG dependencies on FND_GLOBAL
12.1.1
-
APPS.JAI_RCV_RCV_RTV_PKG dependencies on FND_GLOBAL
12.2.2
-
APPS.JAI_CMN_MTAX_PKG dependencies on JAI_BOE_DETAILS
12.2.2
-
VIEW: APPS.JAI_CMN_BOE_APPLIED_V
12.2.2
-
APPS.JAI_AP_UTILS_PKG dependencies on JAI_CMN_INVENTORY_ORGS
12.2.2
-
VIEW: APPS.JAI_AP_BOE_AEL_V
12.2.2
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on HR_LOCATIONS
12.1.1
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JAI_CMN_INVENTORY_ORGS
12.1.1
-
Table: JAI_CMN_BOE_WRITEOFFS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_WRITEOFFS, object_name:JAI_CMN_BOE_WRITEOFFS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the writeoff entries for BOEs , implementation_dba_data: JA.JAI_CMN_BOE_WRITEOFFS ,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on HR_LOCATIONS
12.2.2
-
Table: JAI_CMN_BOE_AGENTS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_AGENTS, object_name:JAI_CMN_BOE_AGENTS, status:VALID, product: JA - Asia/Pacific Localizations , description: Setup table for Agent information used for BOE Invoices , implementation_dba_data: JA.JAI_CMN_BOE_AGENTS ,
-
Table: JAI_CMN_BOE_MATCHINGS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_MATCHINGS, object_name:JAI_CMN_BOE_MATCHINGS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores BOE Matchings with Receipts Information. , implementation_dba_data: JA.JAI_CMN_BOE_MATCHINGS ,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JAI_CMN_INVENTORY_ORGS
12.2.2
-
Table: JAI_CMN_BOE_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_DTLS, object_name:JAI_CMN_BOE_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Detail table for BOE Invoices , implementation_dba_data: JA.JAI_CMN_BOE_DTLS ,
-
Table: JAI_CMN_WRITEOFFS_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_WRITEOFFS_T, object_name:JAI_CMN_WRITEOFFS_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Temporary table, which stores the write offs corresponding to the a BOE , implementation_dba_data: JA.JAI_CMN_WRITEOFFS_T ,
-
Table: JAI_CMN_BOE_WRITEOFFS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_WRITEOFFS, object_name:JAI_CMN_BOE_WRITEOFFS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the writeoff entries for BOEs , implementation_dba_data: JA.JAI_CMN_BOE_WRITEOFFS ,
-
Table: JAI_CMN_BOE_AGENTS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_AGENTS, object_name:JAI_CMN_BOE_AGENTS, status:VALID, product: JA - Asia/Pacific Localizations , description: Setup table for Agent information used for BOE Invoices , implementation_dba_data: JA.JAI_CMN_BOE_AGENTS ,
-
Table: JAI_CMN_BOE_MATCHINGS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_MATCHINGS, object_name:JAI_CMN_BOE_MATCHINGS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores BOE Matchings with Receipts Information. , implementation_dba_data: JA.JAI_CMN_BOE_MATCHINGS ,
-
View: JAI_AP_BOE_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_BOE_AEL_V, object_name:JAI_AP_BOE_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Base view of BOE , implementation_dba_data: APPS.JAI_AP_BOE_AEL_V ,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS
12.1.1
-
View: JAI_CMN_BOE_APPLIED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_BOE_APPLIED_V, object_name:JAI_CMN_BOE_APPLIED_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_BOE_APPLIED_V ,
-
View: JAI_CMN_BOE_APPLIED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_BOE_APPLIED_V, object_name:JAI_CMN_BOE_APPLIED_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_BOE_APPLIED_V ,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JAI_CMN_BOE_WRITEOFFS
12.1.1
-
Table: JAI_CMN_BOE_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_DTLS, object_name:JAI_CMN_BOE_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Detail table for BOE Invoices , implementation_dba_data: JA.JAI_CMN_BOE_DTLS ,
-
Table: JAI_CMN_WRITEOFFS_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_WRITEOFFS_T, object_name:JAI_CMN_WRITEOFFS_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Temporary table, which stores the write offs corresponding to the a BOE , implementation_dba_data: JA.JAI_CMN_WRITEOFFS_T ,
-
PACKAGE BODY: APPS.JA_JAINBOER_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINBOER_XMLP_PKG, status:VALID,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS
12.2.2
-
SYNONYM: APPS.JAI_CMN_BOE_HDRS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_BOE_HDRS, status:VALID,
-
PACKAGE BODY: APPS.JAI_BOE_GENERAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_BOE_GENERAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_JAINBOER_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINBOER_XMLP_PKG, status:VALID,
-
TABLE: JA.JAI_CMN_BOE_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_HDRS, object_name:JAI_CMN_BOE_HDRS, status:VALID,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JAI_CMN_BOE_WRITEOFFS
12.2.2
-
PACKAGE BODY: APPS.JAI_AP_IA_TRIGGER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AP_IA_TRIGGER_PKG, status:VALID,
-
APPS.JAI_BOE_GENERAL_PKG SQL Statements
12.2.2