Search Results ece_spso_item_det
Overview
ECE_SPSO_ITEM_DET is a table in the EC (e-Commerce Gateway) schema of Oracle E-Business Suite, valid in both 12.1.1 and 12.2.2. It contains the supplier schedule item detail data required to support outbound Planning Schedule (830/DELFOR) and Shipping Schedule (862/DELJIT) transactions. In practice, this table functions as a staging and detail repository that the e-Commerce Gateway populates when it extracts scheduling agreement information from the planning and procurement modules, then flattens and formats that data prior to generating the outbound EDI/XML message.
From a Data Vault modeling perspective, the documented schema is classified heuristically as standalone, meaning it is not joined to other EC tables through foreign keys. This is a modeling suggestion rather than a physical constraint. The table's composite primary key includes RUN_ID alongside the schedule identifiers, which indicates it behaves more like a detail satellite capturing a snapshot of schedule lines for a specific outbound processing run than a conventional hub or link.
Key Information Stored
The table is documented with 26 columns. The most operationally significant are the identifiers and quantity fields:
- SCHEDULE_ITEM_DETAIL_SEQUENCE, SCHEDULE_ID, SCHEDULE_ITEM_ID, RUN_ID — together these four columns form the primary key ECE_SPSO_ITEM_DET_PK and also the unique index ECE_SPSO_ITEM_DET_U1, making them the business-key candidates. They identify the parent schedule, its item line, and the extraction run.
- DETAIL_CATEGORY, DETAIL_DESCRIPTOR, DETAIL_DESCRIPTOR_EXT — describe the nature of each detail row, disambiguating forecast versus release information and providing an external-facing descriptor.
- STARTING_DATE, ENDING_DATE — define the bucket or window to which the quantities apply, essential for building the dated schedule segments in the 830/862 output.
- FORECAST_QUANTITY, RELEASE_QUANTITY, TOTAL_QUANTITY — carry the actual numeric schedule data transmitted to the supplier.
- DOCUMENT_TYPE, DOCUMENT_NUMBER, DOCUMENT_RELEASE_NUMBER, DOCUMENT_LINE_NUMBER — tie each detail row back to the originating purchasing or order document.
- TRANSACTION_RECORD_ID — associates the row with the gateway transaction record. The standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) and the concurrent program context columns (REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE) support audit and traceability.
Common Use Cases and Queries
Typical use is diagnostic: when an outbound planning or shipping schedule fails validation or contains unexpected quantities, support analysts query this table by RUN_ID or SCHEDULE_ID to inspect the extracted detail before transmission. A common pattern is:
SELECT schedule_item_detail_sequence, detail_category, starting_date, forecast_quantity, release_quantity, total_quantity FROM ec.ece_spso_item_det WHERE schedule_id = :schedule_id AND run_id = :run_id ORDER BY starting_date;- Reconciling extracted totals against source planning data by summing TOTAL_QUANTITY grouped by SCHEDULE_ITEM_ID.
- Auditing a specific concurrent request via
WHERE request_id = :req_idto confirm which schedule rows were processed. - Reporting forecast visibility windows by joining on DOCUMENT_NUMBER to order headers for supplier collaboration reviews.
Related Objects
The documented relationship data classifies this object as standalone, so no foreign keys are formally declared. In practice it participates in the e-Commerce Gateway supplier-scheduling family alongside ECE_SPSO_HEADER_DET (parent schedule header detail) and associated item-level tables sharing SCHEDULE_ID, SCHEDULE_ITEM_ID, and RUN_ID join columns. It is populated by the Planning and Shipping Schedule extraction concurrent programs (traceable through PROGRAM_ID and REQUEST_ID) and consumed by the gateway outbound processing that reads TRANSACTION_RECORD_ID. Downstream, the generated EDI 830 and 862 messages reference these rows before delivery to the supplier.
-
Table: ECE_SPSO_ITEM_DET
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEM_DET, object_name:ECE_SPSO_ITEM_DET, status:VALID, product: EC - e-Commerce Gateway , description: Contains the supplier schedule item detail data to support outbound Planning Schedule (830/DELFOR) and Shipping Schedule (862/DELJIT) transactions. , implementation_dba_data: EC.ECE_SPSO_ITEM_DET ,
-
Table: ECE_SPSO_ITEM_DET
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEM_DET, object_name:ECE_SPSO_ITEM_DET, status:VALID, product: EC - e-Commerce Gateway , description: Contains the supplier schedule item detail data to support outbound Planning Schedule (830/DELFOR) and Shipping Schedule (862/DELJIT) transactions. , implementation_dba_data: EC.ECE_SPSO_ITEM_DET ,
-
TABLE: EC.ECE_SPSO_ITEM_DET
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEM_DET, object_name:ECE_SPSO_ITEM_DET, status:VALID,
-
TABLE: EC.ECE_SPSO_ITEM_DET
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEM_DET, object_name:ECE_SPSO_ITEM_DET, status:VALID,
-
VIEW: EC.ECE_SPSO_ITEM_DET#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_SPSO_ITEM_DET#, status:VALID,
-
SYNONYM: APPS.ECE_SPSO_ITEM_DET
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECE_SPSO_ITEM_DET, status:VALID,
-
SYNONYM: APPS.ECE_SPSO_ITEM_DET
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECE_SPSO_ITEM_DET, status:VALID,
-
VIEW: EC.ECE_SPSO_ITEM_DET#
12.2.2
-
Table: ECE_SPSO_ITEM_DET_X
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEM_DET_X, object_name:ECE_SPSO_ITEM_DET_X, status:VALID, product: EC - e-Commerce Gateway , description: Extension table for ECE_SPSO_ITEM_DET. , implementation_dba_data: EC.ECE_SPSO_ITEM_DET_X ,
-
Table: ECE_SPSO_ITEM_DET_X
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEM_DET_X, object_name:ECE_SPSO_ITEM_DET_X, status:VALID, product: EC - e-Commerce Gateway , description: Extension table for ECE_SPSO_ITEM_DET. , implementation_dba_data: EC.ECE_SPSO_ITEM_DET_X ,
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECE_SPSO_TRANS2, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECE_SPSO_TRANS2, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS1
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECE_SPSO_TRANS1, status:VALID,
-
APPS.ECE_SPSO_TRANS1 SQL Statements
12.1.1
-
APPS.ECE_SPSO_TRANS1 SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS1
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECE_SPSO_TRANS1, status:VALID,
-
APPS.ECE_SPSO_TRANS2 SQL Statements
12.2.2
-
APPS.ECE_SPSO_TRANS2 SQL Statements
12.1.1
-
TABLE: EC.ECE_SPSO_ITEM_DET_X
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEM_DET_X, object_name:ECE_SPSO_ITEM_DET_X, status:VALID,
-
TABLE: EC.ECE_SPSO_ITEM_DET_X
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEM_DET_X, object_name:ECE_SPSO_ITEM_DET_X, status:VALID,
-
PACKAGE: APPS.ECE_SPSO_TRANS1
12.1.1
-
PACKAGE: APPS.ECE_SPSO_TRANS1
12.2.2
-
APPS.ECE_SPSO_TRANS2 dependencies on ECE_SPSO_ITEM_DET
12.2.2
-
APPS.ECE_SPSO_TRANS2 dependencies on ECE_SPSO_ITEM_DET
12.1.1
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS1
12.2.2
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEM_DET
12.1.1
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS1
12.1.1
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEM_DET
12.2.2
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS2
12.1.1
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS2
12.2.2
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEMS
12.2.2
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEMS
12.1.1
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
APPS.ECE_SPSO_TRANS1 dependencies on EC_DEBUG
12.1.1
-
APPS.ECE_SPSO_TRANS1 dependencies on EC_DEBUG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1