Search Results jl_zz_receiv_interface
Overview
JL_ZZ_RECEIV_INTERFACE is a customer-specific (suffix "ZZ") PL/SQL package owned by the APPS schema that supports Oracle E-Business Suite's localization and statutory reporting requirements, most notably for Latin American (JL) country installations such as Argentina, Brazil, and Mexico. The package is part of the JL (Latin America) application family and is designed to bridge Oracle Order Management and Receivables or receiving-related interfaces by populating and copying Global Descriptive Flexfield (GDFF) and Global Data Element (GDF) values associated with order and transaction lines. In the 12.1.1 and 12.2.2 releases, the package is declared with AUTHID CURRENT_USER, meaning it executes under the privileges of the calling user, which is significant for multi-org security and localization compliance. The procedures in this package default, copy, and validate descriptive flexfield attributes as records flow from the order entry model (oe_order_pub.line_rec_type) to invoice and receiving interface structures. The "$Header" comment referencing jlzzoris.pls indicates the package is tied to Oracle Receiving (ORIS) logic, while the internal use of OE_Invoice_PUB.OE_GDF_Rec_Type shows it manipulates the generic GDF record type used during order-to-invoice data transfer.
Key Procedures and Functions
- copy_gdff — Reads the incoming interface line record (OE_Invoice_PUB.OE_GDF_Rec_Type) and writes the resulting Global Descriptive Flexfield values into the output interface line record, returning a status code and error buffer. It is the core routine that transfers GDFF attribute values between interface stages.
- copy_gdf — Performs the equivalent copy operation for Global Data Element (GDF) values, using the same in-out GDF record type and returning status and error information.
- default_gdff — Derives and applies default Global Descriptive Flexfield values onto an Order Management line record (oe_order_pub.line_rec_type), taking the source line record as input and returning the populated output line record plus return code and error buffer. The procedure accepts an organization identifier (p_org_id) that defaults to MO_GLOBAL.GET_CURRENT_ORG_ID, reflecting a bug fix (2367111) that enforces multi-org context.
- default_gdf — Provides the parallel defaulting logic for Global Data Elements, updating the incoming line record in place and returning status and error details, also defaulting p_org_id to the current organization ID.
Tables Accessed
The ETRM metadata lists the following objects referenced through APPS synonyms:
- OE_ORDER_HEADERS_ALL, OE_ORDER_LINES — Order headers and lines whose GDF/GDFF attributes are defaulted or copied.
- JL_ZZ_AR_TX_FSC_CLS_ALL, ZX_FC_CODES_B — Fiscal classification and tax regime code tables used for Latin American fiscal reporting defaults.
- MTL_SYSTEM_ITEMS, MTL_ITEM_CATEGORIES — Item master and category data used to derive item-level GDFF/GDF defaults.
- RA_CUSTOMER_TRX_LINES — Receivables transaction lines where populated values are ultimately consumed.
- WSH_NEW_DELIVERIES, WSH_DELIVERY_LEGS, WSH_TRIPS, WSH_TRIP_STOPS — Shipping and trip data supporting delivery-level attribute copying.
Usage Notes
JL_ZZ_RECEIV_INTERFACE is a custom integration package rather than a seeded Oracle public API. It is typically invoked by customer-specific concurrent programs, forms personalizations, or Workflow business events during order entry and receiving, and is referenced by at least one other package in the environment. Because it uses OE_Invoice_PUB and oe_order_pub record types, callers must supply fully populated Order Management line records and manage return codes and error buffers. The package should be called within a properly initialized multi-org context (MO_GLOBAL), and any changes to GDFF/GDF defaulting logic should be regression-tested against the affected countries' fiscal reporting outputs.
-
PACKAGE: APPS.JL_ZZ_RECEIV_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JL_ZZ_RECEIV_INTERFACE, status:VALID,
-
PACKAGE: APPS.JL_ZZ_RECEIV_INTERFACE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JL_ZZ_RECEIV_INTERFACE, status:VALID,
-
PACKAGE: APPS.OE_INVOICE_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_INVOICE_PUB, status:VALID,
-
PACKAGE: APPS.OE_INVOICE_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_INVOICE_PUB, status:VALID,
-
PACKAGE: APPS.JL_ZZ_RECEIV_INTERFACE
12.1.1
-
PACKAGE BODY: APPS.JL_ZZ_RECEIV_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_RECEIV_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.JL_ZZ_RECEIV_INTERFACE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_RECEIV_INTERFACE, status:VALID,
-
PACKAGE: APPS.JL_ZZ_RECEIV_INTERFACE
12.2.2
-
SYNONYM: APPS.JL_ZZ_AR_TX_FSC_CLS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JL_ZZ_AR_TX_FSC_CLS_ALL, status:VALID,
-
PACKAGE: APPS.JL_ZZ_OE_LIBRARY_1_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JL_ZZ_OE_LIBRARY_1_PKG, status:VALID,
-
SYNONYM: APPS.JL_ZZ_AR_TX_FSC_CLS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JL_ZZ_AR_TX_FSC_CLS_ALL, status:VALID,
-
PACKAGE: APPS.JL_ZZ_AR_TX_LIB_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JL_ZZ_AR_TX_LIB_PKG, status:VALID,
-
PACKAGE: APPS.JL_ZZ_OE_LIBRARY_1_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JL_ZZ_OE_LIBRARY_1_PKG, status:VALID,
-
PACKAGE BODY: APPS.JG_ZZ_OM_COMMON_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_OM_COMMON_PKG, status:VALID,
-
PACKAGE: APPS.JL_ZZ_AR_TX_LIB_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JL_ZZ_AR_TX_LIB_PKG, status:VALID,
-
PACKAGE BODY: APPS.JG_ZZ_OM_COMMON_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_OM_COMMON_PKG, status:VALID,
-
SYNONYM: APPS.ZX_FC_CODES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ZX_FC_CODES_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.ZX_FC_PRODUCT_FISCAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_FC_PRODUCT_FISCAL_V, object_name:ZX_FC_PRODUCT_FISCAL_V, status:VALID,
-
VIEW: APPS.ZX_FC_PRODUCT_FISCAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_FC_PRODUCT_FISCAL_V, object_name:ZX_FC_PRODUCT_FISCAL_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.JG_ZZ_SHARED_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JG_ZZ_SHARED_PKG, status:VALID,
-
PACKAGE: APPS.JG_ZZ_SHARED_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JG_ZZ_SHARED_PKG, status:VALID,
-
PACKAGE: APPS.OE_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_PROFILE, status:VALID,
-
PACKAGE: APPS.OE_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_PROFILE, status:VALID,
-
SYNONYM: APPS.WSH_TRIPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_TRIPS, status:VALID,
-
SYNONYM: APPS.WSH_TRIPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_TRIPS, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_LEGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_LEGS, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_LEGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_LEGS, status:VALID,
-
SYNONYM: APPS.WSH_TRIP_STOPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_TRIP_STOPS, status:VALID,
-
SYNONYM: APPS.WSH_TRIP_STOPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_TRIP_STOPS, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES, status:VALID,
-
PACKAGE: APPS.OE_SYS_PARAMETERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_SYS_PARAMETERS, status:VALID,
-
PACKAGE: APPS.OE_ORDER_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_PUB, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_CATEGORIES, status:VALID,
-
PACKAGE: APPS.OE_SYS_PARAMETERS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_SYS_PARAMETERS, status:VALID,
-
SYNONYM: APPS.WSH_NEW_DELIVERIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_NEW_DELIVERIES, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_CATEGORIES, status:VALID,
-
PACKAGE: APPS.OE_ORDER_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_PUB, status:VALID,
-
SYNONYM: APPS.WSH_NEW_DELIVERIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_NEW_DELIVERIES, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX_LINES, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX_LINES, status:VALID,
-
APPS.JG_ZZ_OM_COMMON_PKG dependencies on JL_ZZ_RECEIV_INTERFACE
12.1.1
-
APPS.JL_ZZ_RECEIV_INTERFACE dependencies on JL_ZZ_RECEIV_INTERFACE
12.2.2
-
APPS.JG_ZZ_OM_COMMON_PKG dependencies on JL_ZZ_RECEIV_INTERFACE
12.2.2
-
APPS.JL_ZZ_RECEIV_INTERFACE dependencies on JL_ZZ_RECEIV_INTERFACE
12.1.1
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,