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 ,
-
APPS.AS_SC_DENORM_TRG dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.AS_SC_DENORM_TRG dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_GAR_OPPTYS_PUB dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_SC_DENORM_TRG dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.AS_SC_DENORM dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_SC_DENORM dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_RTTAP_OPPTY dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_OPP_MERGE_PKG dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.AS_SC_DENORM_TRG dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.ASN_MIG_SALES_CREDITS_PVT dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_OPP_MERGE_PKG dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.AS_SC_DENORM dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.ASN_MIG_SALES_CREDITS_PVT dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.AS_RTTAP_OPPTY dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.AS_SC_DENORM dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.AS_GAR_OPPTYS_PUB dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.BIL_BI_OPDTL_F_PKG dependencies on AS_SALES_CREDITS_DENORM
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_SALES_CREDITS
12.2.2
-
APPS.AS_SC_DENORM dependencies on AS_SALES_CREDITS
12.1.1
-
APPS.AS_SC_DENORM dependencies on AS_SALES_CREDITS
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_SALES_CREDITS
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AS_SALES_CREDITS
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AS_SALES_CREDITS
12.2.2
-
APPS.AS_SC_DENORM dependencies on AS_UTILITY_PVT
12.2.2
-
APPS.AS_SC_DENORM dependencies on AS_UTILITY_PVT
12.1.1
-
APPS.AS_OPP_MERGE_PKG dependencies on AS_SALES_CREDITS
12.1.1
-
APPS.AS_OPP_MERGE_PKG dependencies on AS_SALES_CREDITS
12.2.2
-
APPS.AS_GAR_OPPTYS_PUB dependencies on AS_SALES_CREDITS
12.1.1
-
APPS.AS_GAR_OPPTYS_PUB dependencies on AS_SALES_CREDITS
12.2.2
-
APPS.AS_RTTAP_OPPTY dependencies on AS_SALES_CREDITS
12.2.2
-
APPS.AS_RTTAP_OPPTY dependencies on AS_SALES_CREDITS
12.1.1
-
APPS.AS_SC_DENORM_TRG dependencies on AS_SALES_CREDITS
12.1.1
-
APPS.AS_SC_DENORM_TRG dependencies on AS_SALES_CREDITS
12.2.2
-
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 ,
-
APPS.BIL_BI_OPDTL_F_PKG dependencies on AS_SALES_CREDITS
12.1.1
-
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 ,
-
SYNONYM: APPS.AS_SALES_CREDITS_DENORM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_SALES_CREDITS_DENORM, status:VALID,
-
APPS.AS_SC_DENORM dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AS_RTTAP_OPPTY dependencies on FND_GLOBAL
12.1.1
-
SYNONYM: APPS.AS_SALES_CREDITS_DENORM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_SALES_CREDITS_DENORM, status:VALID,
-
APPS.AS_RTTAP_OPPTY dependencies on FND_GLOBAL
12.2.2
-
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 ,