Search Results cust_address_1_ext
Overview
APPS.RLM_RLMSCHRL_XMLP_PKG is the packaged body behind the Oracle E-Business Suite Release Management (RLM) schedule report, an XML Publisher (BI Publisher) concurrent program output whose result set is populated through PL/SQL formula columns. In Oracle EBS 12.1.1 and 12.2.2, this package belongs to the Oracle Release Management application and is classified as an "OTHER" API, meaning it is not a published, supported integration interface but an internal component generated and maintained to support the report's data model. Its principal business purpose is to resolve and format descriptive display values for customer scheduling data—customer account numbers, ship-from organizations, ship-to and bill-to locations, customer item numbers, delivery patterns, and concatenated item segments—so that the printed or exported schedule report presents meaningful business identifiers rather than internal numeric primary keys.
The package is structured as a set of XML Publisher formula functions, each corresponding to a placeholder in the report layout, plus before-report and after-formula trigger routines that control invocation timing during report execution.
Key Procedures and Functions
The documented surface of the package exposes 42 procedures and functions. The core set includes the following.
- CF_CUSTOMER_NUMFORMULA — derives the customer account number for a transaction from the trading partner and customer account tables.
- CF_SHIP_FROM_ORGFORMULA — returns the ship-from organization code, either by lookup against organization definitions for manually entered schedules or directly from the customer-supplied extension value.
- CF_SHIP_TO_LOCFORMULA and CF_BILL_TO_LOCFORMULA — resolve ship-to and bill-to location codes from the customer account site records, with parallel "1" variants (CF_SHIP_TO_LOC1FORMULA, CF_BILL_TO_LOC1FORMULA) that support additional address blocks.
- CF_CUST_ITEM_NUMFORMULA and CF_CUST_ITEM_NUM1FORMULA — retrieve customer item numbers from the customer item master for manual schedules or use the externally supplied item value.
- CF_SHIP_FROM_ORG1FORMULA, CF_SHIP_DEL_PATTERNFORMULA, CF_SHIP_DEL_PATTERN1FORMULA — supply ship-from and ship delivery pattern display values.
- CF_INV_ITEM_CONC_SEGMENTFORMUL and CF_INV_CONC_SEGMENT1FORMULA — build concatenated inventory item segment strings for report display.
- CF_ADDRESS1FORMULA, CF_ADDRESS2FORMULA, CF_ADDRESS3FORMULA — format the multi-line address fields used in the report header and detail blocks.
- CF_SCHEDULE_SOURCEFORMULA and CF_TEST_INDICATORFORMULA — derive the schedule source indicator and test/production flag.
- BEFOREREPORT and AFTERPFORM — XML Publisher report-level triggers that initialize context before the main query executes and perform cleanup or finalization afterward.
Tables Accessed
The package reads through APPS synonyms. HZ_PARTIES and HZ_CUST_ACCOUNTS provide the trading partner and customer account linkage used to populate the customer number; HZ_CUST_ACCT_SITES supplies ship-to and bill-to location codes. MTL_CUSTOMER_ITEMS resolves customer item numbers, while MTL_SYSTEM_ITEMS_KFV provides the concatenated item description key flexfield values. RLM_INTERFACE_HEADERS_ALL and RLM_SCHEDULE_HEADERS_ALL are the Release Management interface and schedule header tables that drive the report's core data set, and RLM_SHIP_DELIVERY_CODES supplies ship delivery pattern codes.
Usage Notes
This package is invoked exclusively through the XML Publisher engine when the RLM schedule report concurrent program is run; it is not called directly by forms or custom code. Each formula function is executed once per report row or group as its layout placeholder is rendered. Because the functions are defined with a WHEN OTHERS handler that returns NULL on error, failures in lookup logic degrade gracefully to blank output rather than aborting the report. Customizations should avoid modifying this package body directly; extensions should be implemented in copied report definitions or custom packages to preserve supportability across 12.1.1 and 12.2.2 upgrades.
-
PACKAGE BODY: APPS.RLM_RLMSCHRL_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.RLM_RLMSCHRL_XMLP_PKG
12.1.1
-
VIEW: RLM.RLM_SCHEDULE_HEADERS_ALL#
12.2.2
-
VIEW: RLM.RLM_INTERFACE_HEADERS_ALL#
12.2.2
-
PACKAGE: APPS.RLM_RLMSCHRL_XMLP_PKG
12.1.1
-
PACKAGE: APPS.RLM_RLMSCHRL_XMLP_PKG
12.2.2
-
VIEW: APPS.RLM_SCHEDULE_INTERFACE_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_INTERFACE_HDR_V, object_name:RLM_SCHEDULE_INTERFACE_HDR_V, status:VALID,
-
VIEW: APPS.RLM_SCHEDULE_INTERFACE_HDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_INTERFACE_HDR_V, object_name:RLM_SCHEDULE_INTERFACE_HDR_V, status:VALID,
-
VIEW: RLM.RLM_INTERFACE_HEADERS_ALL#
12.2.2
owner:RLM, object_type:VIEW, object_name:RLM_INTERFACE_HEADERS_ALL#, status:VALID,
-
VIEW: RLM.RLM_SCHEDULE_HEADERS_ALL#
12.2.2
owner:RLM, object_type:VIEW, object_name:RLM_SCHEDULE_HEADERS_ALL#, status:VALID,
-
View: RLM_SCHEDULE_INTERFACE_HDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_INTERFACE_HDR_V, object_name:RLM_SCHEDULE_INTERFACE_HDR_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_SCHEDULE_INTERFACE_HDR_V ,
-
View: RLM_SCHEDULE_INTERFACE_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_INTERFACE_HDR_V, object_name:RLM_SCHEDULE_INTERFACE_HDR_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_SCHEDULE_INTERFACE_HDR_V ,
-
TABLE: RLM.RLM_SCHEDULE_HEADERS_ALL
12.1.1
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_SCHEDULE_HEADERS_ALL, object_name:RLM_SCHEDULE_HEADERS_ALL, status:VALID,
-
TABLE: RLM.RLM_SCHEDULE_HEADERS_ALL
12.2.2
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_SCHEDULE_HEADERS_ALL, object_name:RLM_SCHEDULE_HEADERS_ALL, status:VALID,
-
TABLE: RLM.RLM_INTERFACE_HEADERS_ALL
12.2.2
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_INTERFACE_HEADERS_ALL, object_name:RLM_INTERFACE_HEADERS_ALL, status:VALID,
-
TABLE: RLM.RLM_INTERFACE_HEADERS_ALL
12.1.1
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_INTERFACE_HEADERS_ALL, object_name:RLM_INTERFACE_HEADERS_ALL, status:VALID,
-
APPS.RLM_AD_SV SQL Statements
12.2.2
-
APPS.RLM_AD_SV SQL Statements
12.1.1
-
PACKAGE BODY: APPS.RLM_AD_SV
12.2.2
-
PACKAGE BODY: APPS.RLM_AD_SV
12.1.1
-
APPS.RLM_VALIDATEDEMAND_SV SQL Statements
12.1.1
-
APPS.RLM_VALIDATEDEMAND_SV SQL Statements
12.2.2
-
eTRM - RLM Tables and Views
12.1.1
description: This table stores the details of Query Criteria for each of the Query in RLM_UI_QUERIES ,
-
eTRM - RLM Tables and Views
12.2.2
description: This table stores the details of Query Criteria for each of the Query in RLM_UI_QUERIES ,
-
APPS.RLM_VALIDATEDEMAND_SV dependencies on RLM_INTERFACE_HEADERS
12.1.1
-
APPS.RLM_VALIDATEDEMAND_SV dependencies on RLM_INTERFACE_HEADERS
12.2.2
-
PACKAGE BODY: APPS.RLM_VALIDATEDEMAND_SV
12.2.2
-
PACKAGE BODY: APPS.RLM_VALIDATEDEMAND_SV
12.1.1