Search Results jai_om_oe_bond_reg_dtls
Overview
The table JAI_OM_OE_BOND_REG_DTLS is a core data object within the Asia/Pacific Localizations (product code JA) of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It functions as a detail table within a bonded warehouse or duty deferment registration framework, a common regulatory requirement in several APAC countries. Its primary role is to store and manage the specific types of sales orders and invoices that are permitted or registered under a particular bond or duty suspension scheme. By linking a registration header to specific transaction types, it enables the system to validate and control which transactions can proceed under the bonded warehouse rules, ensuring compliance with local customs and excise regulations.
Key Information Stored
The table's structure is defined by its composite primary key, which consists of three critical columns. The REGISTER_ID column serves as the foreign key link to the master registration header table (JAI_OM_OE_BOND_REG_HDRS), identifying the specific bond registration. The ORDER_TYPE_ID is a foreign key to OE_TRANSACTION_TYPES_ALL, pinpointing the exact sales order type (e.g., Standard, Return) that is authorized under the bond. The ORDER_FLAG column acts as a qualifier, potentially distinguishing between different document flows such as sales orders and their corresponding invoices within the same registration context. Together, these columns enforce a rule that a given bond registration can authorize multiple, specific transaction types.
Common Use Cases and Queries
A primary use case is the validation process during order entry. When a user creates a sales order of a specific type intended for a bonded warehouse, the system queries this table to confirm that the ORDER_TYPE_ID is linked to a valid and active REGISTER_ID. This prevents processing unauthorized transactions. Common reporting needs include listing all authorized order types for a specific bond registration or identifying which registrations permit a particular transaction type. A typical query would join this detail table to its header and the OE_TRANSACTION_TYPES_ALL table to present a readable report.
SELECT hdr.register_code, ott.name order_type_name, dtl.order_flag
FROM jai_om_oe_bond_reg_dtls dtl,
jai_om_oe_bond_reg_hdrs hdr,
oe_transaction_types_all ott
WHERE dtl.register_id = hdr.register_id
AND dtl.order_type_id = ott.transaction_type_id
AND hdr.register_id = :p_register_id;
Related Objects
- JAI_OM_OE_BOND_REG_HDRS: This is the parent/master table. The detail record in JAI_OM_OE_BOND_REG_DTLS is linked via the foreign key constraint on the column
JAI_OM_OE_BOND_REG_DTLS.REGISTER_IDreferencingJAI_OM_OE_BOND_REG_HDRS. It stores the overarching registration information like bond number and validity dates. - OE_TRANSACTION_TYPES_ALL: This standard Oracle Order Management table defines all transaction types. The detail table references it via the foreign key on the column
JAI_OM_OE_BOND_REG_DTLS.ORDER_TYPE_IDto ensure only valid, predefined order types are associated with a bond registration.
-
Table: JAI_OM_OE_BOND_REG_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_OE_BOND_REG_DTLS, object_name:JAI_OM_OE_BOND_REG_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Hold Information about Order/Invoice types , implementation_dba_data: JA.JAI_OM_OE_BOND_REG_DTLS ,
-
Table: JAI_OM_OE_BOND_REG_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_OE_BOND_REG_DTLS, object_name:JAI_OM_OE_BOND_REG_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Hold Information about Order/Invoice types , implementation_dba_data: JA.JAI_OM_OE_BOND_REG_DTLS ,
-
APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_CMN_BOND_REGISTER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_AR_TRXS_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_AR_TRX_HEADERS_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_OM_WSH_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_OM_WSH_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_OM_RG_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_CMN_SETUP_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_AR_TAX_LINES_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_OM_RG_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_OM_TAX_PROCESSING_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_AR_IMPORT_POPU_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_CMN_BOND_REGISTER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_CMN_SETUP_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_OPEN_API_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.2.2
-
APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_DTLS
12.1.1
-
APPS.JAI_CMN_SETUP_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.2.2
-
APPS.JAI_CMN_SETUP_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.1.1
-
APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.2.2
-
APPS.JAI_OM_TAX_PROCESSING_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.2.2
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.2.2
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.1.1
-
VIEW: JA.JAI_OM_OE_BOND_REG_DTLS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_OM_OE_BOND_REG_DTLS#, status:VALID,
-
VIEW: APPS.JAI_AR_TRX_DTLS_V
12.1.1
-
VIEW: APPS.JAI_AR_TRX_DTLS_V
12.2.2
-
APPS.JAI_AR_TAX_LINES_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.2.2
-
SYNONYM: APPS.JAI_OM_OE_BOND_REG_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_OM_OE_BOND_REG_DTLS, status:VALID,
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.2.2
-
VIEW: JA.JAI_OM_OE_BOND_REG_DTLS#
12.2.2
-
APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.2.2
-
APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.1.1
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_OM_OE_BOND_REG_HDRS
12.1.1
-
SYNONYM: APPS.JAI_OM_OE_BOND_REG_DTLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_OM_OE_BOND_REG_DTLS, status:VALID,
-
View: JAI_AR_TRX_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AR_TRX_DTLS_V, object_name:JAI_AR_TRX_DTLS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AR_TRX_DTLS_V ,
-
TABLE: JA.JAI_OM_OE_BOND_REG_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_OE_BOND_REG_DTLS, object_name:JAI_OM_OE_BOND_REG_DTLS, status:VALID,
-
View: JAI_AR_TRX_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AR_TRX_DTLS_V, object_name:JAI_AR_TRX_DTLS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AR_TRX_DTLS_V ,