Search Results as_sales_credits_denorm
Overview
The AS_SALES_CREDITS_DENORM table is a core denormalized data repository within the Oracle E-Business Suite Sales Foundation module (AS). Its primary role is to consolidate and store comprehensive opportunity and sales credit information from multiple transactional tables into a single, query-optimized structure. This denormalization is a standard performance optimization technique in EBS, designed to support complex reporting, analytics, and dashboard functionalities without requiring expensive joins across numerous base tables during runtime. The table is owned by the OSM schema and is valid for both releases 12.1.1 and 12.2.2.
Key Information Stored
The table's description indicates it denormalizes data from a wide array of source tables, including AS_LEADS_ALL, AS_LEAD_LINES_ALL, AS_SALES_CREDITS, and master data tables for parties, sales groups, and personnel. While the specific column list is not detailed in the provided metadata, the foreign key relationships reveal the critical identifiers and attributes it stores. The primary key is SALES_CREDIT_ID, linking it directly to the transactional AS_SALES_CREDITS table. Other essential foreign key columns include LEAD_ID, LEAD_LINE_ID, CUSTOMER_ID, SALESFORCE_ID, SALES_STAGE_ID, and various INTEREST_CODE_IDs. These columns collectively store a flattened view of the opportunity lifecycle, encompassing the involved customer, sales representative, product interest, current stage, probability, and competitive landscape.
Common Use Cases and Queries
This table is predominantly used for performance-sensitive reporting scenarios. Common use cases include generating real-time sales pipeline dashboards, calculating aggregate sales credit commissions, performing territory performance analysis, and running historical win/loss reports. Queries against this table avoid complex multi-table joins, leading to faster execution. A typical reporting query might aggregate opportunity value by sales group and stage:
- SELECT SALES_GROUP_ID, SALES_STAGE_ID, SUM(REVENUE_AMOUNT) FROM OSM.AS_SALES_CREDITS_DENORM WHERE STATUS_CODE = 'OPEN' GROUP BY SALES_GROUP_ID, SALES_STAGE_ID;
Another common pattern is joining to resource or party tables for descriptive information, using the predefined foreign keys such as SALESFORCE_ID or CUSTOMER_ID.
Related Objects
The table maintains extensive foreign key relationships, integrating it deeply into the Sales and CRM data model. Key documented relationships include:
- AS_SALES_CREDITS: The core transactional source, joined via SALES_CREDIT_ID.
- AS_LEADS_ALL & AS_LEAD_LINES_ALL: The originating opportunity headers and lines, joined via LEAD_ID and LEAD_LINE_ID.
- HZ_PARTIES: For customer (CUSTOMER_ID), partner (PARTNER_CUSTOMER_ID), and competitor (CLOSE_COMPETITOR_ID) data.
- JTF_RS_RESOURCE_EXTNS & JTF_RS_GROUPS_B: For sales representative (SALESFORCE_ID) and sales team (SALES_GROUP_ID) details.
- AS_SALES_STAGES_ALL_B & AS_FORECAST_PROB_ALL_B: For sales stage (SALES_STAGE_ID) and associated win probability (WIN_PROBABILITY) data.
- AS_INTEREST_TYPES_B & AS_INTEREST_CODES_B: For primary and secondary product interest classifications.
- AS_MC_SALES_CREDITS_DEN: A related object that references this table's SALES_CREDIT_ID.
-
Table: AS_SALES_CREDITS_DENORM
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_CREDITS_DENORM, object_name:AS_SALES_CREDITS_DENORM, status:VALID, product: AS - Sales Foundation , description: Denormalized table to store opportunity data denormalized from AS_LEADS_ALL, AS_LEAD_LINES_ALL, AS_SALES_CREDITS, AS_SALES_STAGE_ALL, AS_INTEREST_TYPES_ALL, AS_INTEREST_CODES_ALL, HZ_PARTIES, AS_SALES_GROUPS, PER_ALL_PEOPLR_F , implementation_dba_data: OSM.AS_SALES_CREDITS_DENORM ,
-
Table: AS_SALES_CREDITS_DENORM
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_CREDITS_DENORM, object_name:AS_SALES_CREDITS_DENORM, status:VALID, product: AS - Sales Foundation , description: Denormalized table to store opportunity data denormalized from AS_LEADS_ALL, AS_LEAD_LINES_ALL, AS_SALES_CREDITS, AS_SALES_STAGE_ALL, AS_INTEREST_TYPES_ALL, AS_INTEREST_CODES_ALL, HZ_PARTIES, AS_SALES_GROUPS, PER_ALL_PEOPLR_F , implementation_dba_data: OSM.AS_SALES_CREDITS_DENORM ,
-
Concurrent Program: ASXRSCD
12.2.2
execution_filename: AS_SC_DENORM.Main , product: AS - Sales Foundation , user_name: ASXRSCD , description: Refresh program for SC Denorm , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ASXRSCD
12.1.1
execution_filename: AS_SC_DENORM.Main , product: AS - Sales Foundation , user_name: ASXRSCD , description: Refresh program for SC Denorm , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: AS_INTEREST_CODES_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_CODES_B, object_name:AS_INTEREST_CODES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest code - Base table , implementation_dba_data: OSM.AS_INTEREST_CODES_B ,
-
Table: AS_INTEREST_CODES_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_CODES_B, object_name:AS_INTEREST_CODES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest code - Base table , implementation_dba_data: OSM.AS_INTEREST_CODES_B ,
-
Table: AS_FORECAST_PROB_ALL_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_PROB_ALL_B, object_name:AS_FORECAST_PROB_ALL_B, status:VALID, product: AS - Sales Foundation , description: AS_FORECAST_PROB_ALL defines win probability values for sales , implementation_dba_data: OSM.AS_FORECAST_PROB_ALL_B ,
-
Table: AS_SALES_STAGES_ALL_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_STAGES_ALL_B, object_name:AS_SALES_STAGES_ALL_B, status:VALID, product: AS - Sales Foundation , description: Defines sales stages , implementation_dba_data: OSM.AS_SALES_STAGES_ALL_B ,
-
Concurrent Program: MCDWP
12.1.1
execution_filename: AS_SC_DENORM.lines_slave , product: AS - Sales Foundation , user_name: ASXSLAVE , description: Slave process to populate mcd , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: MCDWP
12.2.2
execution_filename: AS_SC_DENORM.lines_slave , product: AS - Sales Foundation , user_name: ASXSLAVE , description: Slave process to populate mcd , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: AS_SALES_CREDITS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_CREDITS, object_name:AS_SALES_CREDITS, status:VALID, product: AS - Sales Foundation , description: Holds sales credits , implementation_dba_data: OSM.AS_SALES_CREDITS ,
-
Table: AS_SALES_CREDITS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_CREDITS, object_name:AS_SALES_CREDITS, status:VALID, product: AS - Sales Foundation , description: Holds sales credits , implementation_dba_data: OSM.AS_SALES_CREDITS ,
-
Table: AS_SALES_STAGES_ALL_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_STAGES_ALL_B, object_name:AS_SALES_STAGES_ALL_B, status:VALID, product: AS - Sales Foundation , description: Defines sales stages , implementation_dba_data: OSM.AS_SALES_STAGES_ALL_B ,
-
Table: AS_MC_SALES_CREDITS_DEN
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_MC_SALES_CREDITS_DEN, object_name:AS_MC_SALES_CREDITS_DEN, status:VALID, product: AS - Sales Foundation , description: Multi currency table to store sales credit amounts converted in various reporting currencies based on daily as well as pseudo period rates , implementation_dba_data: OSM.AS_MC_SALES_CREDITS_DEN ,
-
Table: AS_INTEREST_TYPES_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_B, object_name:AS_INTEREST_TYPES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest types - base table , implementation_dba_data: OSM.AS_INTEREST_TYPES_B ,
-
Table: AS_FORECAST_PROB_ALL_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_PROB_ALL_B, object_name:AS_FORECAST_PROB_ALL_B, status:VALID, product: AS - Sales Foundation , description: AS_FORECAST_PROB_ALL defines win probability values for sales , implementation_dba_data: OSM.AS_FORECAST_PROB_ALL_B ,
-
Table: AS_STATUSES_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_STATUSES_B, object_name:AS_STATUSES_B, status:VALID, product: AS - Sales Foundation , description: Hold three types of status, opportunity, lead and quote , implementation_dba_data: OSM.AS_STATUSES_B ,
-
Table: AS_STATUSES_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_STATUSES_B, object_name:AS_STATUSES_B, status:VALID, product: AS - Sales Foundation , description: Hold three types of status, opportunity, lead and quote , implementation_dba_data: OSM.AS_STATUSES_B ,
-
Table: AS_MC_SALES_CREDITS_DEN
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_MC_SALES_CREDITS_DEN, object_name:AS_MC_SALES_CREDITS_DEN, status:VALID, product: AS - Sales Foundation , description: Multi currency table to store sales credit amounts converted in various reporting currencies based on daily as well as pseudo period rates , implementation_dba_data: OSM.AS_MC_SALES_CREDITS_DEN ,
-
Table: AS_INTEREST_TYPES_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_B, object_name:AS_INTEREST_TYPES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest types - base table , implementation_dba_data: OSM.AS_INTEREST_TYPES_B ,
-
Table: AS_LEAD_LINES_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEAD_LINES_ALL, object_name:AS_LEAD_LINES_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunity lines , implementation_dba_data: OSM.AS_LEAD_LINES_ALL ,
-
Table: AS_LEAD_LINES_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEAD_LINES_ALL, object_name:AS_LEAD_LINES_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunity lines , implementation_dba_data: OSM.AS_LEAD_LINES_ALL ,
-
Table: AS_LEADS_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEADS_ALL, object_name:AS_LEADS_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunities , implementation_dba_data: OSM.AS_LEADS_ALL ,
-
Table: AS_LEADS_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEADS_ALL, object_name:AS_LEADS_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunities , implementation_dba_data: OSM.AS_LEADS_ALL ,