Search Results set_st_status




Overview

MSC_CL_COLLECTION is the core collection orchestration package body in the Oracle Advanced Supply Chain Planning (ASCP) schema, APPS. It coordinates the extraction, staging, and loading of source data from operational systems into the MSC (Advanced Planning) staging and ODS tables that feed the planning engine. In Oracle EBS 12.1.1 and 12.2.2, this package drives the "Collections" concurrent process, which gathers supply, demand, item, BOM, routing, WIP, RPO, and setup data from sources such as Oracle Inventory, Purchasing, Order Management, and Work in Process. It manages worker launch, monitoring, error logging via MSC_ERRORS_S, staging-table purging, and key generation for items and trading partners. The package body is classified as OTHER and is valid in the APPS schema.

Key Procedures and Functions

Tables Accessed

Usage Notes

The package is invoked primarily through the Collections concurrent program and related ASCP manager requests rather than from forms. Administrators launch collections from the Planning Manager responsibility; internally, MSC_CL_COLLECTION calls ODS-load packages such as MSC_CL_ITEM_ODS_LOAD, MSC_CL_BOM_ODS_LOAD, MSC_CL_DEMAND_ODS_LOAD, MSC_CL_SUPPLY_ODS_LOAD, and MSC_CL_WIP_ODS_LOAD. Because it writes to MSC_ERRORS_S, the user search term "msc_errors_s" maps directly here: failed or partial collections are diagnosed by querying this table and MSC_COLLECTION_S. The package is referenced by 19 other ASCP packages but is not itself referenced by external database objects, confirming its role as a top-level orchestration entry point. Custom interfaces should call the Collections concurrent program rather than the package directly to preserve dependency integrity.