Search Results ic_sale_cls
Overview
The IC_SALE_CLS table is a core master data table within the Process Manufacturing Inventory (GMI) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the central repository for defining and maintaining sales classes for items. In Oracle Process Manufacturing (OPM), a sales class is a classification attribute assigned to inventory items, enabling grouping, reporting, and business rule application based on sales characteristics. This table's definitions are referenced throughout the OPM suite to ensure consistent categorization and processing of items in sales-related transactions and analyses.
Key Information Stored
While the full column list is not detailed in the provided metadata, the foreign key relationships and primary key structure reveal critical data points. The primary key column is ICSALES_CLASS, which uniquely identifies each sales class code. Another significant column is TEXT_CODE, which links to the IC_TEXT_HDR table to store descriptive text or notes for the sales class definition. The REPORTING_UOM column establishes a default unit of measure for reporting purposes by linking to the SY_UOMS_MST table. This allows sales performance and inventory to be analyzed in a standardized measurement for each class.
Common Use Cases and Queries
The primary use case is the classification and retrieval of items based on their sales class. This supports critical business functions such as sales reporting, pricing strategies, and inventory analysis segmented by market or product line. A common query would involve joining IC_SALE_CLS to the item master to list all items within a specific class. For example, to find all items and their descriptions for a given sales class 'BULK', one might use:
- SELECT im.ITEM_NO, im.ITEM_DESC, sc.REPORTING_UOM
- FROM IC_ITEM_MST im, IC_SALE_CLS sc
- WHERE im.SALES_CLASS = sc.ICSALES_CLASS
- AND sc.ICSALES_CLASS = 'BULK';
Another frequent scenario is generating a simple list of all defined sales classes for setup or maintenance purposes, querying the primary key and associated text description via the foreign key to IC_TEXT_HDR.
Related Objects
The IC_SALE_CLS table has defined relationships with several other key OPM tables, as indicated by its foreign keys. The IC_ITEM_MST table (Item Master) references it via the SALES_CLASS column, making it a fundamental parent table for item classification. For descriptive text, it relates to the IC_TEXT_HDR table. For unit of measure standardization, it links to the SY_UOMS_MST table. These relationships ensure data integrity and propagate the sales class definition consistently across the Process Manufacturing system.
-
Table: IC_SALE_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the Item sales class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_SALE_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the Item sales class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMIVITM dependencies on IC_SALE_CLS
12.2.2
-
APPS.GMI_VALID_GRP dependencies on IC_SALE_CLS
12.1.1
-
APPS.GMI_VALID_GRP dependencies on IC_SALE_CLS
12.2.2
-
APPS.GMIVITM dependencies on IC_SALE_CLS
12.1.1
-
VIEW: APPS.IC_SALE_CLS_DFV
12.1.1
-
VIEW: APPS.IC_SALE_CLS_DFV
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.IC_SALE_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_SALE_CLS, status:VALID,
-
SYNONYM: APPS.IC_SALE_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_SALE_CLS, status:VALID,
-
VIEW: APPS.IC_SALE_CLS_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SALE_CLS_VW, object_name:IC_SALE_CLS_VW, status:VALID,
-
VIEW: APPS.IC_SALE_CLS_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SALE_CLS_VW, object_name:IC_SALE_CLS_VW, status:VALID,
-
VIEW: APPS.IC_SALE_CLS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IC_SALE_CLS_DFV, status:VALID,
-
VIEW: APPS.IC_SALE_CLS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:IC_SALE_CLS_DFV, status:VALID,
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_VALID_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_VALID_GRP, status:VALID,
-
Table: IC_TEXT_HDR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, status:VALID,
-
Table: IC_TEXT_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
Table: SY_UOMS_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_UOMS_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST
12.2.2
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST
12.1.1
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMI_VALID_GRP SQL Statements
12.1.1
-
APPS.GMIVITM SQL Statements
12.2.2
-
APPS.GMIVITM SQL Statements
12.1.1
-
APPS.GMI_VALID_GRP SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMIVITM
12.2.2
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.1.1
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.2.2
-
eTRM - GMI Tables and Views
12.1.1
description: Table used to relate Item ID with Roles. If the Item ID is NULL, then Roles will be associated with the warehouse Item ID. This table will be used by the Lot Expiry/Retest Workflow. ,
-
eTRM - GMI Tables and Views
12.1.1
description: Table used to relate Item ID with Roles. If the Item ID is NULL, then Roles will be associated with the warehouse Item ID. This table will be used by the Lot Expiry/Retest Workflow. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - GMI Tables and Views
12.2.2
description: Table used to relate Item ID with Roles. If the Item ID is NULL, then Roles will be associated with the warehouse Item ID. This table will be used by the Lot Expiry/Retest Workflow. ,