Search Results line_sequence_id
Overview
The OSM.AS_MRP_INTERFACE_LINES table is a core data interface table within the Oracle E-Business Suite (EBS) Application Scheduler (AS) module. Its primary function is to serve as a staging area for detailed forecast line data that is loaded from external systems for subsequent Material Requirements Planning (MRP) processing. This table holds individual forecast entries, which are then processed by Oracle's MRP engine to generate supply chain plans. Operating within the OSM schema, it is integral to the inbound data integration flow for demand planning in releases 12.1.1 and 12.2.2.
Key Information Stored
The table stores transactional line items for forecast interfaces. The LINE_SEQUENCE_ID column is the mandatory primary key, uniquely identifying each forecast line record. Key transactional columns include SEQUENCE_ID, which links the line to its parent header record in the AS_MRP_INTERFACE table; ITEM_ID and FORECAST_DATE to specify the item and date of the forecast; and QUANTITY for the forecasted amount. The PROCESS_STATUS and ERROR_MESSAGE columns are critical for tracking the success or failure of the interface processing for each line. Additional context is provided by columns such as INTEREST_TYPE_ID, PRIMARY_INTEREST_CODE_ID, and CONFIDENCE_PERCENTAGE, which qualify the forecast data.
Common Use Cases and Queries
The primary use case is the validation and troubleshooting of forecast data loads. Administrators commonly query this table to identify lines that failed to process or to analyze forecast data before submission to MRP. A typical query involves checking the process status:
- Identifying pending or error records:
SELECT LINE_SEQUENCE_ID, ITEM_ID, FORECAST_DATE, QUANTITY, PROCESS_STATUS, ERROR_MESSAGE FROM OSM.AS_MRP_INTERFACE_LINES WHERE PROCESS_STATUS != 2 AND SEQUENCE_ID = <interface_id>; - Aggregating forecast quantities by item:
SELECT ITEM_ID, SUM(QUANTITY) FROM OSM.AS_MRP_INTERFACE_LINES WHERE FORECAST_DATE BETWEEN :p_start_date AND :p_end_date GROUP BY ITEM_ID; - Extracting a full interface set for a given transaction:
SELECT * FROM OSM.AS_MRP_INTERFACE_LINES WHERE SEQUENCE_ID = <parent_id> ORDER BY LINE_SEQUENCE_ID;
Related Objects
The table has defined relationships with other EBS objects, primarily through foreign key constraints. The central relationship is with its parent header table:
- AS_MRP_INTERFACE: The SEQUENCE_ID column in AS_MRP_INTERFACE_LINES is a foreign key referencing the AS_MRP_INTERFACE table. This links each forecast detail line to its corresponding interface control record.
- Primary Key Constraint: The table's primary key is enforced by the index AS_MRP_INTERFACE_LINES_U1 on the LINE_SEQUENCE_ID column.
As per the provided metadata, there are no other documented foreign keys where this table references other objects, nor are there views or synonyms explicitly listed as dependencies. Its role is predominantly as a child to the AS_MRP_INTERFACE header.
-
APPS.PSB_ACCT_POSITION_SET_LINE_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
APPS.PSB_VALIDATE_ACCT_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
TABLE: OSM.AS_MRP_INTERFACE_LINES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_MRP_INTERFACE_LINES, object_name:AS_MRP_INTERFACE_LINES, status:VALID,
-
APPS.PSB_SET_RELATION_PVT dependencies on PSB_POSITION_SET_LINE_VALUES
12.1.1
-
APPS.PSB_VALIDATE_ACCT_PVT dependencies on DBMS_SQL
12.1.1
-
APPS.PSB_SET_RELATION_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
APPS.PSB_ACCT_POSITION_SET_LINE_PVT dependencies on PSB_POSITION_SET_LINE_VALUES
12.1.1
-
VIEW: OSM.AS_MRP_INTERFACE_LINES#
12.2.2
-
APPS.PSB_BUDGET_POSITION_PVT dependencies on PSB_POSITION_SET_LINE_VALUES
12.1.1
-
VIEW: APPS.PSBBV_ACCOUNT_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_ACCOUNT_SET_LINES, object_name:PSBBV_ACCOUNT_SET_LINES, status:VALID,
-
TABLE: OSM.AS_MRP_INTERFACE_LINES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_MRP_INTERFACE_LINES, object_name:AS_MRP_INTERFACE_LINES, status:VALID,
-
VIEW: APPS.PSBFV_POSITION_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_SET_LINES, object_name:PSBFV_POSITION_SET_LINES, status:VALID,
-
APPS.PSB_BUDGET_ACCOUNT_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
TABLE: PSB.PSB_POSITION_SET_LINE_VALUES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_POSITION_SET_LINE_VALUES, object_name:PSB_POSITION_SET_LINE_VALUES, status:VALID,
-
APPS.PSB_POS_SET_LINE_VALUES_PVT SQL Statements
12.1.1
-
APPS.PSB_BUDGET_ACCOUNT_PVT dependencies on DBMS_SQL
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_POSITION_SET_LINE_VALUES
12.1.1
-
APPS.PSB_ACCT_POSITION_SET_LINE_PVT dependencies on PSB_ACCT_POSITION_SET_LINES_S
12.1.1
-
APPS.PSB_ACCT_POSITION_SET_LINE_PVT dependencies on DUAL
12.1.1
-
Table: AS_MRP_INTERFACE_LINES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_MRP_INTERFACE_LINES, object_name:AS_MRP_INTERFACE_LINES, status:VALID, product: AS - Sales Foundation , description: Holds OSM-MRP interface lines information , implementation_dba_data: OSM.AS_MRP_INTERFACE_LINES ,
-
APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_POSITION_SET_LINE_VALUES
12.1.1
-
View: PSBBV_ACCOUNT_SET_LINES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_BUDGET_POSITION_PVT SQL Statements
12.1.1
-
View: PSBBV_ACCOUNT_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_ACCOUNT_SET_LINES, object_name:PSBBV_ACCOUNT_SET_LINES, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_ACCOUNT_SET_LINES ,
-
APPS.PSB_ACCT_POSITION_SET_LINE_PVT SQL Statements
12.1.1
-
Table: PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ACCOUNT_POSITION_SET_LINES, object_name:PSB_ACCOUNT_POSITION_SET_LINES, status:VALID, product: PSB - Public Sector Budgeting , description: Account set details in form of range of accounts. Position set details in form of position attributes. , implementation_dba_data: PSB.PSB_ACCOUNT_POSITION_SET_LINES ,
-
APPS.PSB_POS_SET_LINE_VALUES_PVT dependencies on PSB_POSITION_SET_LINE_VALUES
12.1.1
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
View: PSBFV_ACCOUNT_SET_LINES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_ACCOUNT_POSITION_SET_PVT dependencies on PSB_POSITION_SET_LINE_VALUES_V
12.1.1
-
View: PSBBV_POSITION_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_POSITION_SET_LINES, object_name:PSBBV_POSITION_SET_LINES, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_POSITION_SET_LINES ,
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_ACCOUNT_POSITION_SETS
12.1.1
-
Table: PSB_ACCOUNT_POSITION_SET_LINES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Account set details in form of range of accounts. Position set details in form of position attributes. , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_BUDGET_ACCOUNT_PVT dependencies on PSB_BUDGET_ACCOUNTS
12.1.1
-
VIEW: OSM.AS_MRP_INTERFACE_LINES#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_MRP_INTERFACE_LINES#, status:VALID,
-
VIEW: APPS.PSBBV_POSITION_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_POSITION_SET_LINES, object_name:PSBBV_POSITION_SET_LINES, status:VALID,
-
APPS.PSB_VALIDATE_ACCT_PVT SQL Statements
12.1.1
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_POSITION_SET_LINE_VALUES
12.1.1
-
View: PSBBV_POSITION_SET_LINES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSBFV_ACCOUNT_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_ACCOUNT_SET_LINES, object_name:PSBFV_ACCOUNT_SET_LINES, status:VALID,
-
VIEW: APPS.PSB_POSITION_SET_LINE_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITION_SET_LINE_VALUES_V, object_name:PSB_POSITION_SET_LINE_VALUES_V, status:VALID,
-
View: PSBFV_POSITION_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_SET_LINES, object_name:PSBFV_POSITION_SET_LINES, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_POSITION_SET_LINES ,
-
View: PSBFV_POSITION_SET_LINES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
View: PSB_POSITION_SET_LINE_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITION_SET_LINE_VALUES_V, object_name:PSB_POSITION_SET_LINE_VALUES_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_POSITION_SET_LINE_VALUES_V ,
-
APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_ACCOUNT_POSITION_SETS
12.1.1
-
APPS.PSB_BUDGET_POSITION_PVT dependencies on PSB_ACCT_POSITION_SET_LINES_V
12.1.1
-
APPS.PSB_BUDGET_POSITION_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
Table: AS_MRP_INTERFACE_LINES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_MRP_INTERFACE_LINES, object_name:AS_MRP_INTERFACE_LINES, status:VALID, product: AS - Sales Foundation , description: Holds OSM-MRP interface lines information , implementation_dba_data: OSM.AS_MRP_INTERFACE_LINES ,