Search Results fii_ar_sales_credits_u1
Overview
The FII.FII_AR_SALES_CREDITS table is an intermediate Financial Intelligence (FII) data repository within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. Its primary role is to store processed sales credit information associated with Accounts Receivable (AR) invoice lines. This table serves as a critical staging area within the FII architecture, which is designed to consolidate and transform operational data from transactional modules like Order Management and Receivables into a structured format optimized for enterprise-wide financial reporting and analytical dashboards. By centralizing sales credit allocations, it enables comprehensive revenue attribution analysis across sales representatives and groups.
Key Information Stored
The table's schema is designed to capture the relationship between invoice lines, sales personnel, and their respective revenue shares. The SALESCREDIT_PK column acts as the unique primary key for each sales credit record. The INVOICE_LINE_ID column links the credit allocation to its source transaction line in the AR module. Key attribution data is held in SALESREP_ID (identifying the individual sales representative) and SALESGROUP_ID (identifying the sales team). The precise financial split is stored in REVENUE_PERCENT_SPLIT. Standard EBS "Who" columns (LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN) provide audit trails. Two indexes optimize access: a unique index (FII_AR_SALES_CREDITS_U1) on SALESCREDIT_PK and a non-unique index (FII_AR_SALES_CREDITS_N1) on INVOICE_LINE_ID for performance.
Common Use Cases and Queries
This table is fundamental for reports analyzing sales performance and commission calculations. Common use cases include generating sales representative productivity reports, calculating commission accruals based on recognized revenue splits, and analyzing sales team (group) performance. Data is typically accessed via joins to other FII dimension tables for comprehensive reporting. A foundational query to retrieve all sales credit data follows the pattern documented in the ETRM:
SELECT SALESCREDIT_PK, INVOICE_LINE_ID, SALESREP_ID, SALESGROUP_ID, REVENUE_PERCENT_SPLIT, LAST_UPDATE_DATE FROM FII.FII_AR_SALES_CREDITS;
For analytical purposes, a user might join this table to invoice header or customer dimension tables within the FII schema to report on credited revenue by representative, customer, or product line, aggregating by the REVENUE_PERCENT_SPLIT.
Related Objects
As per the dependency information, the FII.FII_AR_SALES_CREDITS table is a source object for other structures within the FII and DBI (Daily Business Intelligence) layers. It is directly referenced by the APPS.FII_AR_SALES_CREDITS synonym, which provides a public access point for applications. More significantly, it is referenced by the materialized view ISC_DBI_SCR_000_MV. This indicates that the data in this table is aggregated or further transformed within the Supply Chain (ISC) DBI module, likely to feed pre-built operational reports for order management and fulfillment analytics. The table itself does not reference other objects, confirming its role as a consolidation point for upstream EBS transactional data.
-
INDEX: FII.FII_AR_SALES_CREDITS_U1
12.1.1
owner:FII, object_type:INDEX, object_name:FII_AR_SALES_CREDITS_U1, status:VALID,
-
TABLE: FII.FII_AR_SALES_CREDITS
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_SALES_CREDITS, object_name:FII_AR_SALES_CREDITS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,