Search Results op_lkbx_mst
Overview
The OP_LKBX_MST table is a master data table within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. It serves as the central repository for defining and maintaining lockbox codes. In the context of financial operations, a lockbox is a specialized banking service used by companies to expedite the collection and processing of customer payments. This table provides a standardized reference for these codes, enabling their consistent application across various transactional and master data entities within the logistics and order management domains of the application.
Key Information Stored
While the provided metadata does not list specific columns beyond the key, the table's structure can be inferred from its relationships. The primary identifier is the LOCKBOX_CODE column, which is the table's primary key. A critical foreign key column is ADDR_ID, which links to the SY_ADDR_MST table (a generic address master), indicating that each lockbox record is associated with a specific physical or remittance address. Other columns likely include descriptive fields for the lockbox, control flags, and audit information such as creation date and last update date, which are standard in EBS master tables.
Common Use Cases and Queries
The primary use case for OP_LKBX_MST is to support the configuration and reporting of customer payment processing. When setting up a customer (OP_CUST_MST), a default lockbox code can be assigned to streamline remittance instructions. This code then propagates to sales orders (OP_ORDR_HDR, OP_ORDR_DTL) and price lists (OP_PRSL_HDR, OP_PRSL_DTL). A common reporting requirement is to list all configured lockboxes with their associated addresses. A typical query would join OP_LKBX_MST to SY_ADDR_MST to retrieve the complete remittance details:
- SELECT lkbx.lockbox_code, addr.address_line1, addr.city, addr.state FROM gml.op_lkbx_mst lkbx, sy.sy_addr_mst addr WHERE lkbx.addr_id = addr.addr_id(+);
Another frequent operational query involves identifying all customers assigned to a specific lockbox for communication or audit purposes, joining OP_LKBX_MST to OP_CUST_MST_OPM or OP_CUST_MST.
Related Objects
OP_LKBX_MST is a key reference table with several documented foreign key relationships, primarily in customer and order management entities.
- SY_ADDR_MST: Linked via OP_LKBX_MST.ADDR_ID. Provides the physical address details for the lockbox.
- OP_CUST_MST_OPM & OP_CUST_MST: Reference OP_LKBX_MST via their LOCKBOX_CODE column to assign a default remittance lockbox to a customer.
- OP_ORDR_HDR & OP_ORDR_DTL: Reference OP_LKBX_MST via their LOCKBOX_CODE column, inheriting the lockbox from the customer or allowing transaction-specific overrides.
- OP_PRSL_HDR & OP_PRSL_DTL: Reference OP_LKBX_MST via their REMIT_TO_LOCKBOX column, specifying the lockbox for payments related to a specific price list agreement.
-
Table: OP_LKBX_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_LKBX_MST, object_name:OP_LKBX_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Lockbox codes. , implementation_dba_data: GML.OP_LKBX_MST ,
-
Table: OP_LKBX_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_LKBX_MST, object_name:OP_LKBX_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Lockbox codes. , implementation_dba_data: GML.OP_LKBX_MST ,
-
VIEW: APPS.OP_LKBX_MST_DFV
12.1.1
-
VIEW: APPS.OP_LKBX_MST_DFV
12.2.2
-
VIEW: GML.OP_LKBX_MST#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_LKBX_MST#, status:VALID,
-
SYNONYM: APPS.OP_LKBX_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_LKBX_MST, status:VALID,
-
SYNONYM: APPS.OP_LKBX_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_LKBX_MST, status:VALID,
-
VIEW: GML.OP_LKBX_MST#
12.2.2
-
VIEW: APPS.OP_LKBX_MST_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OP_LKBX_MST_DFV, status:VALID,
-
Table: OP_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
VIEW: APPS.OP_LKBX_MST_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OP_LKBX_MST_DFV, status:VALID,
-
Table: OP_PRSL_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Order Profile Header and Blanket Sales Order Header. , implementation_dba_data: GML.OP_PRSL_HDR ,
-
Table: OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
Table: OP_PRSL_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
Table: OP_PRSL_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Order Profile Header and Blanket Sales Order Header. , implementation_dba_data: GML.OP_PRSL_HDR ,
-
Table: SY_ADDR_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ADDR_MST, object_name:SY_ADDR_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Address master. Table which stores addresses for all Oracle Process , implementation_dba_data: GMA.SY_ADDR_MST ,
-
Table: OP_ORDR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header table. , implementation_dba_data: GML.OP_ORDR_HDR ,
-
Table: OP_ORDR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header table. , implementation_dba_data: GML.OP_ORDR_HDR ,
-
12.2.2 DBA Data
12.2.2
-
TABLE: GML.OP_LKBX_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_LKBX_MST, object_name:OP_LKBX_MST, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: SY_ADDR_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ADDR_MST, object_name:SY_ADDR_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Address master. Table which stores addresses for all Oracle Process , implementation_dba_data: GMA.SY_ADDR_MST ,
-
12.2.2 FND Design Data
12.2.2
-
Table: OP_PRSL_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
12.1.1 FND Design Data
12.1.1
-
TABLE: GML.OP_LKBX_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_LKBX_MST, object_name:OP_LKBX_MST, status:VALID,
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
Table: OP_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
TABLE: GML.OP_ORDR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID,
-
VIEW: APPS.OP_CUST_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_MST_V, object_name:OP_CUST_MST_V, status:VALID,
-
VIEW: APPS.OP_CUST_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_MST_V, object_name:OP_CUST_MST_V, status:VALID,
-
TABLE: GML.OP_ORDR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID,
-
TABLE: GML.OP_PRSL_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID,
-
TABLE: GML.OP_PRSL_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID,
-
TABLE: GML.OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID,
-
TABLE: GML.OP_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID,
-
TABLE: GML.OP_PRSL_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID,
-
TABLE: GML.OP_PRSL_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1