Search Results wsm_sector_extensions
Overview
The WSM_SECTOR_EXTENSIONS table is a core data object within the Oracle E-Business Suite (EBS) Shop Floor Management (WSM) module, specifically supporting the Oracle Shop Floor Management (OSFM) functionality. It serves as the master definition table for Sector Extensions. In the context of OSFM, a Sector Extension represents a discrete segment of a manufacturing process for which a lot-based job is defined. This table is essential for configuring and managing the logical divisions of the production floor, enabling detailed tracking, resource assignment, and cost accounting for specific phases of lot-based manufacturing operations. Its validity in both EBS 12.1.1 and 12.2.2 indicates its foundational role in the OSFM architecture.
Key Information Stored
The table stores the defining attributes for each Sector Extension within a manufacturing organization. While the full column list is not detailed in the provided metadata, the primary and unique key structures reveal the most critical data points. Each record is uniquely identified by a system-generated SECTOR_EXTENSION_ID (Primary Key). Furthermore, the combination of ORGANIZATION_ID and a user-defined SECTOR_EXTENSION_CODE must also be unique (Unique Key), ensuring no duplicate sector codes exist within a single inventory organization. A key functional column is DEFAULT_ACCT_CLASS_CODE, which links the sector to a specific WIP Accounting Class, dictating the default cost accounting treatment for jobs executed within this sector.
Common Use Cases and Queries
This table is primarily accessed during the setup and configuration of OSFM and during the execution and inquiry of lot-based jobs. Common operational scenarios include validating sector definitions before creating new jobs, reporting on all configured sectors within an organization, and troubleshooting accounting issues by verifying the default accounting class assignment. A typical query to list all Sector Extensions for an organization, along with their default accounting class, would follow this pattern:
- SELECT se.sector_extension_code, se.description, wac.class_code, wac.class_type FROM wsm_sector_extensions se, wip_accounting_classes wac WHERE se.organization_id = :org_id AND se.default_acct_class_code = wac.class_code AND se.organization_id = wac.organization_id ORDER BY se.sector_extension_code;
Data in this table is typically maintained via the OSFM application screens, not via direct SQL manipulation.
Related Objects
The WSM_SECTOR_EXTENSIONS table maintains integral relationships with other key EBS tables, as documented by its foreign key constraints:
- Referenced By (Parent Tables):
WIP_ACCOUNTING_CLASSESviaDEFAULT_ACCT_CLASS_CODEandORGANIZATION_ID: Ensures the assigned default accounting class is valid.WSM_PARAMETERSviaORGANIZATION_ID: Ensures the sector is defined for a valid organization configured in WSM.
- Referenced In (Child Table):
WSM_SUBINVENTORY_EXTENSIONSviaSECTOR_EXTENSION_ID: This is a critical relationship where subinventories are assigned to specific Sector Extensions, controlling material movement and inventory transactions within the defined manufacturing sector.
-
Table: WSM_SECTOR_EXTENSIONS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SECTOR_EXTENSIONS, object_name:WSM_SECTOR_EXTENSIONS, status:VALID, product: WSM - Shop Floor Management , description: Sector Extensions in OSFM are the segment of a manufacturing process for which a Lot based Job is defined. , implementation_dba_data: WSM.WSM_SECTOR_EXTENSIONS ,
-
Table: WSM_SECTOR_EXTENSIONS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SECTOR_EXTENSIONS, object_name:WSM_SECTOR_EXTENSIONS, status:VALID, product: WSM - Shop Floor Management , description: Sector Extensions in OSFM are the segment of a manufacturing process for which a Lot based Job is defined. , implementation_dba_data: WSM.WSM_SECTOR_EXTENSIONS ,
-
APPS.WSMPUTIL dependencies on WSM_SECTOR_EXTENSIONS
12.2.2
-
APPS.WSMPLBJI dependencies on WSM_SECTOR_EXTENSIONS
12.2.2
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SECTOR_EXTENSIONS
12.2.2
-
APPS.WSMPOPRN dependencies on WSM_SECTOR_EXTENSIONS
12.1.1
-
APPS.WSMPLBJI dependencies on WSM_SECTOR_EXTENSIONS
12.1.1
-
APPS.WSMPUTIL dependencies on WSM_SECTOR_EXTENSIONS
12.1.1
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SECTOR_EXTENSIONS
12.1.1
-
APPS.WSMPOPRN dependencies on WSM_SECTOR_EXTENSIONS
12.2.2
-
APPS.WSMPLBJI dependencies on WSM_SUBINVENTORY_EXTENSIONS
12.1.1
-
APPS.WSMPLBJI dependencies on WSM_ITEM_EXTENSIONS
12.2.2
-
SYNONYM: APPS.WSM_SECTOR_EXTENSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSM_SECTOR_EXTENSIONS, status:VALID,
-
SYNONYM: APPS.WSM_SECTOR_EXTENSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSM_SECTOR_EXTENSIONS, status:VALID,
-
VIEW: WSM.WSM_SECTOR_EXTENSIONS#
12.2.2
owner:WSM, object_type:VIEW, object_name:WSM_SECTOR_EXTENSIONS#, status:VALID,
-
VIEW: WSM.WSM_SECTOR_EXTENSIONS#
12.2.2
-
APPS.WSMPLBJI dependencies on WSM_ITEM_EXTENSIONS
12.1.1
-
APPS.WSMPLBJI dependencies on WSM_SUBINVENTORY_EXTENSIONS
12.2.2
-
TABLE: WSM.WSM_SECTOR_EXTENSIONS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SECTOR_EXTENSIONS, object_name:WSM_SECTOR_EXTENSIONS, status:VALID,
-
APPS.WSMPUTIL dependencies on WSM_ITEM_EXTENSIONS
12.2.2
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_ITEM_EXTENSIONS
12.2.2
-
APPS.WSMPOPRN dependencies on WSM_SUBINVENTORY_EXTENSIONS
12.2.2
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SUBINVENTORY_EXTENSIONS
12.1.1
-
APPS.WSMPUTIL dependencies on WSM_ITEM_EXTENSIONS
12.1.1
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SUBINVENTORY_EXTENSIONS
12.2.2
-
APPS.WSMPOPRN dependencies on WSM_ITEM_EXTENSIONS
12.2.2
-
Table: WSM_SUBINVENTORY_EXTENSIONS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SUBINVENTORY_EXTENSIONS, object_name:WSM_SUBINVENTORY_EXTENSIONS, status:VALID, product: WSM - Shop Floor Management , description: Sector Extensions associated with a subinventory in an OSFM organization. , implementation_dba_data: WSM.WSM_SUBINVENTORY_EXTENSIONS ,
-
TABLE: WSM.WSM_SECTOR_EXTENSIONS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SECTOR_EXTENSIONS, object_name:WSM_SECTOR_EXTENSIONS, status:VALID,
-
APPS.WSMPOPRN dependencies on WSM_SUBINVENTORY_EXTENSIONS
12.1.1
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_ITEM_EXTENSIONS
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.WSMPUTIL dependencies on WSM_SUBINVENTORY_EXTENSIONS
12.2.2
-
APPS.WSMPOPRN dependencies on WSM_ITEM_EXTENSIONS
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: WSM_SUBINVENTORY_EXTENSIONS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_SUBINVENTORY_EXTENSIONS, object_name:WSM_SUBINVENTORY_EXTENSIONS, status:VALID, product: WSM - Shop Floor Management , description: Sector Extensions associated with a subinventory in an OSFM organization. , implementation_dba_data: WSM.WSM_SUBINVENTORY_EXTENSIONS ,
-
APPS.WSMPUTIL dependencies on WSM_SUBINVENTORY_EXTENSIONS
12.1.1
-
Table: WSM_PARAMETERS
12.1.1
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_PARAMETERS, object_name:WSM_PARAMETERS, status:VALID, product: WSM - Shop Floor Management , description: To define an organization parameter for OSFM, the organization should satisfy the following conditions;1. Standard Costing organization.2. LotNumber Uniqueness in Inventory parameters should be NONE.3. LotNumber Default Type in WIP paramete , implementation_dba_data: WSM.WSM_PARAMETERS ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: WIP_ACCOUNTING_CLASSES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_ACCOUNTING_CLASSES, object_name:WIP_ACCOUNTING_CLASSES, status:VALID, product: WIP - Work in Process , description: Accounting classes , implementation_dba_data: WIP.WIP_ACCOUNTING_CLASSES ,
-
Table: WSM_PARAMETERS
12.2.2
owner:WSM, object_type:TABLE, fnd_design_data:WSM.WSM_PARAMETERS, object_name:WSM_PARAMETERS, status:VALID, product: WSM - Shop Floor Management , description: To define an organization parameter for OSFM, the organization should satisfy the following conditions;1. Standard Costing organization.2. LotNumber Uniqueness in Inventory parameters should be NONE.3. LotNumber Default Type in WIP paramete , implementation_dba_data: WSM.WSM_PARAMETERS ,
-
PACKAGE BODY: APPS.WSMPOPRN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSMPOPRN, status:VALID,
-
PACKAGE BODY: APPS.WSMPOPRN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSMPOPRN, status:VALID,
-
PACKAGE BODY: APPS.WSMPUTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSMPUTIL, status:VALID,