Search Results rlm_interface_lines_n1




Overview

RLM.RLM_INTERFACE_LINES_ALL is the Release Management (RLM) Lines Interface table within Oracle E-Business Suite, present and valid in both 12.1.1 and 12.2.2. It stores the item and item-detail level information associated with customer planning, shipping, or production sequenced schedules. For production sequence schedules, the item recorded at this level represents the feature rather than the finished configuration. The table holds all details for scheduled items, including dated demand, authorizations, and customer shipment or receipt information, and it maintains a child relationship to RLM_INTERFACE_HEADERS.

Functionally, the object serves as a staging interface that captures inbound schedule data, typically received through EDI or bulk load processes, before it is validated and consumed by downstream release management logic. The table is owned by the RLM schema, carries FND design data reference RLM.RLM_INTERFACE_LINES_ALL, has public scope, active lifecycle, and stores its data in the APPS_TS_TX_DATA tablespace with a PCT Free of 10. The documented physical schema contains 340 columns. From a heuristic Data Vault modeling perspective, this table is best classified as a standalone structure; its mined foreign-key footprint is minimal, and its principal relationships are expressed through surrogate keys rather than a dense set of hub or link references.

Key Information Stored

The table's documented surrogate primary key is LINE_ID, defined by the index LINE_ID_PK. Competing business-key candidates are captured by the unique index RLM_LINES_INTERFACE_U1, which spans LINE_ID and HEADER_ID, confirming that a line is uniquely identified within the context of its parent header. The most significant columns include:

Common Use Cases and Queries

Typical usage centers on validating and staging inbound schedule data. A common reporting query retrieves lines for a header and joins to the parent interface table by HEADER_ID, using the unique index RLM_LINES_INTERFACE_U1 to isolate a specific line when both LINE_ID and HEADER_ID are known. Standard supporting access paths are RLM_INTERFACE_LINES_N1 (HEADER_ID, CUSTOMER_ITEM_ID, ITEM_DETAIL_SUBTYPE), RLM_INTERFACE_LINES_N2 (HEADER_ID, INVENTORY_ITEM_ID), and RLM_INTERFACE_LINES_N3 (HEADER_ID, CUSTOMER_ITEM_EXT).

  • Extracting lines in a given PROCESS_STATUS to monitor interface processing progress.
  • Reconciling customer purchase order numbers against received schedule lines.
  • Reporting demand by SCHEDULE_DATE for capacity and commit planning.
  • Joining CUSTOMER_ITEM_ID to MTL_CUSTOMER_ITEMS to resolve customer item descriptions.
  • Auditing production sequence boundaries via CUST_PRODUCTION_SEQ_NUM_BEG and CUST_PRODUCTION_SEQ_NUM_END.

Related Objects

The most significant dependencies on RLM_INTERFACE_LINES_ALL are: