Search Results round_to_std_pack_flag
Overview
RLM_CUST_SHIPTO_TERMS_UNIQUE is an APPS-owned database view in Oracle E-Business Suite Release 12.1.1 and 12.2.2, defined within the Order Management / Advanced Supply Chain Planning (ASCP) domain. It exposes shipping and receiving terms configured at the customer ship-to level, including cumulative (CUM) management attributes, planning calendar windows, shipment scheduling rules, and trading-partner attributes. The view is a projection over the underlying ship-to terms data and prefixes every row with a ROWID alias (row_id), exposing the full physical row identity alongside the functional attributes.
Its principal reporting role is to supply planning and order management processes with ship-to-specific terms used to drive cumulative quantity calculations, shipment scheduling cutoffs, transit-time expectations, and demand tolerances. Because it surfaces CUM start dates and cumulative control settings, the view is frequently referenced when users search for terms such as "cum_previous_start_date" — the prior cumulative period start date that governs how shipments are attributed to cumulative windows. The view therefore acts as a stable, application-facing access point for ship-to terms used in concurrent programs, integrations, and analytics.
Underlying Base Objects
The view is defined over a single base object, documented as RLM_CUST_SHIPTO_TERMS, presented through a synonym in the APPS schema. In practice, the synonym resolves to the underlying transactional table that stores customer ship-to terms records, keyed by CUST_SHIPTO_TERMS_ID. The view selects all functional columns from this base object and maps the physical ROWID as row_id, giving consumers a direct handle to the underlying row.
Because the view is a one-to-one projection of the base object with no joins, aggregations, or filtering predicates documented, it behaves as a denormalized read interface over the base table. Reporting and integration code can reference the view without knowledge of the underlying table name, while the ROWID exposure supports downstream update or correlation logic in custom extensions.
Key Columns
- CUST_SHIPTO_TERMS_ID, ADDRESS_ID, CUSTOMER_ID — primary identifiers linking a terms record to its ship-to address and customer.
- CUM_CONTROL_CODE, CUM_CURRENT_START_DATE, CUM_PREVIOUS_START_DATE, CUM_CURRENT_RECORD_YEAR, CUM_PREVIOUS_RECORD_YEAR — cumulative management settings and period start dates, central to the "cum_previous_start_date" query context.
- SHIP_METHOD, INTRANSIT_TIME, TIME_UOM_CODE, FREIGHT_CODE, SHIP_DELIVERY_RULE_NAME — transportation and delivery attributes.
- PLN_*, SEQ_*, SHP_* day-from/day-to columns — planning, sequencing, and shipping horizon windows (firm, forecast, frozen).
- DEMAND_TOLERANCE_ABOVE / BELOW, UNSHIP_FIRM_CUTOFF_DAYS, ROUND_TO_STD_PACK_FLAG, STD_PACK_QTY — tolerance, cutoff, and packaging controls.
- AGREEMENT_ID, AGREEMENT_NAME, FUTURE_AGREEMENT_ID, FUTURE_AGREEMENT_NAME, PRICE_LIST_ID — commercial agreement references.
- ATTRIBUTE1–15, TP_ATTRIBUTE1–15, ATTRIBUTE_CATEGORY, TP_ATTRIBUTE_CATEGORY — descriptive flexfield segments for extensions.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, and concurrent program identifiers (REQUEST_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE).
Common Use Cases and Queries
Typical scenarios include auditing cumulative period boundaries, validating scheduling horizons, and feeding external planning engines. A representative query retrieving cumulative start dates for a customer:
SELECT cust_shipto_terms_id, address_id, cum_control_code, cum_current_start_date, cum_previous_start_date FROM apps.rlm_cust_shipto_terms_unique WHERE customer_id = :p_customer_id;SELECT row_id, customer_id, address_id, ship_method, intransit_time, time_uom_code FROM apps.rlm_cust_shipto_terms_unique WHERE inactive_date IS NULL;SELECT cust_shipto_terms_id, pln_firm_day_from, pln_firm_day_to, shp_frozen_day_from, demand_tolerance_above FROM apps.rlm_cust_shipto_terms_unique WHERE agreement_id = :p_agreement_id;
Because the view mirrors the base terms table without transformation, it is suitable both for read-only reporting and for correlation back to the source record via row_id when custom logic must reconcile or update ship-to terms.
-
VIEW: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE
12.2.2
-
VIEW: RLM.RLM_CUST_SHIPTO_TERMS_ALL#
12.2.2
-
VIEW: RLM.RLM_CUST_ITEM_TERMS_ALL#
12.2.2
-
VIEW: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE
12.1.1
-
View: RLM_CUST_SHIPTO_TERMS_UNIQUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_UNIQUE, object_name:RLM_CUST_SHIPTO_TERMS_UNIQUE, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE ,
-
View: RLM_CUST_SHIPTO_TERMS_UNIQUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_UNIQUE, object_name:RLM_CUST_SHIPTO_TERMS_UNIQUE, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE ,
-
APPS.RLM_SETUP_TERMS_SV SQL Statements
12.1.1
-
VIEW: RLM.RLM_CUST_ITEM_TERMS_ALL#
12.2.2
owner:RLM, object_type:VIEW, object_name:RLM_CUST_ITEM_TERMS_ALL#, status:VALID,
-
VIEW: RLM.RLM_CUST_SHIPTO_TERMS_ALL#
12.2.2
owner:RLM, object_type:VIEW, object_name:RLM_CUST_SHIPTO_TERMS_ALL#, status:VALID,
-
VIEW: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_UNIQUE, object_name:RLM_CUST_SHIPTO_TERMS_UNIQUE, status:VALID,
-
APPS.RLM_SETUP_TERMS_SV SQL Statements
12.2.2
-
VIEW: APPS.RLM_CUST_SHIPTO_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_V, object_name:RLM_CUST_SHIPTO_TERMS_V, status:VALID,
-
VIEW: APPS.RLM_CUST_ITEM_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_ITEM_TERMS_V, object_name:RLM_CUST_ITEM_TERMS_V, status:VALID,
-
VIEW: APPS.RLM_CUSTOMER_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUSTOMER_TERMS_V, object_name:RLM_CUSTOMER_TERMS_V, status:VALID,
-
VIEW: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_UNIQUE, object_name:RLM_CUST_SHIPTO_TERMS_UNIQUE, status:VALID,
-
VIEW: APPS.RLM_SHIPTO_ITEM_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SHIPTO_ITEM_TERMS_V, object_name:RLM_SHIPTO_ITEM_TERMS_V, status:VALID,
-
VIEW: APPS.RLM_CUST_ITEM_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_ITEM_TERMS_V, object_name:RLM_CUST_ITEM_TERMS_V, status:VALID,
-
VIEW: APPS.RLM_CUSTOMER_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUSTOMER_TERMS_V, object_name:RLM_CUSTOMER_TERMS_V, status:VALID,
-
VIEW: APPS.RLM_CUST_SHIPTO_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_V, object_name:RLM_CUST_SHIPTO_TERMS_V, status:VALID,
-
VIEW: APPS.RLM_SHIPTO_ITEM_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SHIPTO_ITEM_TERMS_V, object_name:RLM_SHIPTO_ITEM_TERMS_V, status:VALID,
-
View: RLM_CUST_ITEM_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_ITEM_TERMS_V, object_name:RLM_CUST_ITEM_TERMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUST_ITEM_TERMS_V ,
-
View: RLM_CUST_ITEM_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_ITEM_TERMS_V, object_name:RLM_CUST_ITEM_TERMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUST_ITEM_TERMS_V ,
-
View: RLM_CUST_SHIPTO_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_V, object_name:RLM_CUST_SHIPTO_TERMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUST_SHIPTO_TERMS_V ,
-
View: RLM_SHIPTO_ITEM_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SHIPTO_ITEM_TERMS_V, object_name:RLM_SHIPTO_ITEM_TERMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_SHIPTO_ITEM_TERMS_V ,
-
View: RLM_CUSTOMER_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUSTOMER_TERMS_V, object_name:RLM_CUSTOMER_TERMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUSTOMER_TERMS_V ,
-
View: RLM_CUSTOMER_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUSTOMER_TERMS_V, object_name:RLM_CUSTOMER_TERMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUSTOMER_TERMS_V ,
-
View: RLM_SHIPTO_ITEM_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SHIPTO_ITEM_TERMS_V, object_name:RLM_SHIPTO_ITEM_TERMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_SHIPTO_ITEM_TERMS_V ,
-
View: RLM_CUST_SHIPTO_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_V, object_name:RLM_CUST_SHIPTO_TERMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUST_SHIPTO_TERMS_V ,
-
TABLE: RLM.RLM_CUST_ITEM_TERMS_ALL
12.1.1
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_CUST_ITEM_TERMS_ALL, object_name:RLM_CUST_ITEM_TERMS_ALL, status:VALID,
-
TABLE: RLM.RLM_CUST_ITEM_TERMS_ALL
12.2.2
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_CUST_ITEM_TERMS_ALL, object_name:RLM_CUST_ITEM_TERMS_ALL, status:VALID,
-
TABLE: RLM.RLM_CUST_SHIPTO_TERMS_ALL
12.2.2
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_ALL, object_name:RLM_CUST_SHIPTO_TERMS_ALL, status:VALID,
-
TABLE: RLM.RLM_CUST_SHIPTO_TERMS_ALL
12.1.1
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_ALL, object_name:RLM_CUST_SHIPTO_TERMS_ALL, status:VALID,
-
PACKAGE: APPS.RLM_SETUP_TERMS_SV
12.2.2
-
PACKAGE: APPS.RLM_SETUP_TERMS_SV
12.1.1
-
PACKAGE BODY: APPS.RLM_SETUP_TERMS_SV
12.1.1
-
PACKAGE BODY: APPS.RLM_SETUP_TERMS_SV
12.2.2
-
APPS.RLM_MANAGE_DEMAND_SV dependencies on STANDARD
12.2.2
-
APPS.RLM_MANAGE_DEMAND_SV dependencies on STANDARD
12.1.1
-
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_SETUP_TERMS_SV dependencies on RLM_CUST_ITEM_TERMS
12.2.2
-
APPS.RLM_SETUP_TERMS_SV dependencies on RLM_CUST_ITEM_TERMS
12.1.1
-
PACKAGE BODY: APPS.RLM_MANAGE_DEMAND_SV
12.1.1
-
PACKAGE BODY: APPS.RLM_MANAGE_DEMAND_SV
12.2.2
-
APPS.RLM_MANAGE_DEMAND_SV dependencies on RLM_CORE_SV
12.1.1
-
APPS.RLM_MANAGE_DEMAND_SV dependencies on RLM_CORE_SV
12.2.2