Search Results fii_ar_sales_credits
Overview
The FII_AR_SALES_CREDITS table is a core data repository within the Oracle E-Business Suite Financial Intelligence (FII) module. It functions as an intermediate staging table in the FII architecture, specifically designed to consolidate and store sales credit information associated with Accounts Receivable (AR) transactions. Its primary role is to serve as a structured source for populating the Financial Intelligence data warehouse, enabling complex analytical reporting on sales performance, commission calculations, and revenue attribution by sales personnel and teams. By extracting and transforming operational data from the Receivables and Sales applications, this table provides a cleansed, integrated foundation for multidimensional analysis within the FII reporting framework.
Key Information Stored
While the provided metadata does not list specific column names beyond the foreign key references, the table's description and foreign key relationships define its critical data elements. It stores denormalized records that link invoice lines to their corresponding sales credits. Each record uniquely identifies a sales credit assignment (via SALESCREDIT_PK) and associates it with a specific invoice line (INVOICE_LINE_ID). Crucially, it holds the identifiers for the responsible sales representative (SALESREP_ID) and their associated sales group or team (SALESGROUP_ID). This structure allows the table to answer fundamental business questions about which salesperson or team receives credit for a particular revenue line, forming the basis for performance and commission reporting.
Common Use Cases and Queries
The primary use case for this table is sourcing data for FII's pre-built analytics for sales and receivables. Common reporting scenarios include analyzing sales productivity by rep or team, calculating earned commissions, and attributing revenue trends to specific sales channels. Data from this table is typically accessed via FII's dimension and fact views rather than directly. A sample analytical query pattern, joining to referenced source tables for descriptive information, might resemble:
- SELECT fs.SALESCREDIT_PK, jrs.SALESREP_NAME, jrg.NAME SALES_GROUP, ractl.LINE_NUMBER FROM FII_AR_SALES_CREDITS fs, JTF_RS_SALESREPS jrs, JTF_RS_GROUPS_B jrg, RA_CUSTOMER_TRX_LINES_ALL ractl WHERE fs.SALESREP_ID = jrs.SALESREP_ID AND fs.SALESGROUP_ID = jrg.GROUP_ID(+) AND fs.INVOICE_LINE_ID = ractl.CUSTOMER_TRX_LINE_ID;
Direct manipulation of this table is generally performed by the FII data collection and refresh processes, not by custom code or end-user queries.
Related Objects
As indicated by its foreign keys, FII_AR_SALES_CREDITS is a central hub that integrates data from several key Oracle EBS transactional tables. Its primary relationships are:
- RA_CUST_TRX_LINE_SALESREPS_ALL: The source for individual sales credit assignments on transaction lines.
- RA_CUSTOMER_TRX_LINES_ALL: The source for the invoice line details being credited.
- JTF_RS_SALESREPS: Provides the descriptive information for the sales representative identified by SALESREP_ID.
- JTF_RS_GROUPS_B: Provides the descriptive information for the sales team identified by SALESGROUP_ID.
This table is a critical upstream source for various FII fact and dimension views that ultimately feed the module's analytical dashboards and reports.
-
Table: 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, product: FII - Financial Intelligence , description: Intermediate FII table to store Sales Credits for AR transactions , implementation_dba_data: FII.FII_AR_SALES_CREDITS ,
-
Table: FII_AR_SALES_CREDITS
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Intermediate FII table to store Sales Credits for AR transactions , implementation_dba_data: Not implemented in this database ,
-
APPS.FII_AR_SALES_CREDITS_C dependencies on FII_AR_SALES_CREDITS
12.1.1
-
APPS.FII_AR_SALES_CREDITS_C dependencies on FII_AR_REVENUE_B
12.1.1
-
SYNONYM: APPS.FII_AR_SALES_CREDITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FII_AR_SALES_CREDITS, status:VALID,
-
APPS.FII_AR_SALES_CREDITS_C SQL Statements
12.1.1
-
APPS.FII_AR_SALES_CREDITS_C dependencies on MLOG$_FII_AR_REVENUE_B
12.1.1
-
APPS.FII_AR_SALES_CREDITS_C dependencies on MLOG$_FII_AR_SALES_CREDITS
12.1.1
-
APPS.FII_AR_SALES_CREDITS_C dependencies on RA_CUST_TRX_LINE_SALESREPS_ALL
12.1.1
-
APPS.FII_AR_SALES_CREDITS_C dependencies on FII_UTIL
12.1.1
-
PACKAGE BODY: APPS.FII_AR_SALES_CREDITS_C
12.1.1
-
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,
-
Table: RA_CUST_TRX_LINE_SALESREPS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_LINE_SALESREPS_ALL, object_name:RA_CUST_TRX_LINE_SALESREPS_ALL, status:VALID, product: AR - Receivables , description: Sales credit assignments for transactions , implementation_dba_data: AR.RA_CUST_TRX_LINE_SALESREPS_ALL ,
-
Table: RA_CUST_TRX_LINE_SALESREPS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_LINE_SALESREPS_ALL, object_name:RA_CUST_TRX_LINE_SALESREPS_ALL, status:VALID, product: AR - Receivables , description: Sales credit assignments for transactions , implementation_dba_data: AR.RA_CUST_TRX_LINE_SALESREPS_ALL ,
-
APPS.FII_AR_SALES_CREDITS_C dependencies on FII_AR_SALES_CREDITS_D_T
12.1.1
-
Table: JTF_RS_SALESREPS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SALESREPS, object_name:JTF_RS_SALESREPS, status:VALID, product: JTF - CRM Foundation , description: This table stores information about salesreps. Salesrep_id is the primary key. If resource category is 'OTHERS' then salesrep_number and org_id are unique. , implementation_dba_data: JTF.JTF_RS_SALESREPS ,
-
Table: JTF_RS_SALESREPS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SALESREPS, object_name:JTF_RS_SALESREPS, status:VALID, product: JTF - CRM Foundation , description: This table stores information about salesreps. Salesrep_id is the primary key. If resource category is 'OTHERS' then salesrep_number and org_id are unique. , implementation_dba_data: JTF.JTF_RS_SALESREPS ,
-
PACKAGE BODY: APPS.FII_AR_SALES_CREDITS_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_AR_SALES_CREDITS_C, status:VALID,
-
APPS.FII_AP_INV_ACTIVITY dependencies on FND_INSTALLATION
12.1.1
-
APPS.FII_AP_HOLD_SUM dependencies on FND_INSTALLATION
12.1.1
-
MATERIALIZED VIEW: APPS.ISC_DBI_SCR_000_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:ISC_DBI_SCR_000_MV, status:VALID,
-
Table: JTF_RS_GROUPS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
Table: JTF_RS_GROUPS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_LINES_ALL, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Invoice, debit memo, chargeback, credit memo and commitment lines , implementation_dba_data: AR.RA_CUSTOMER_TRX_LINES_ALL ,
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_LINES_ALL, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Invoice, debit memo, chargeback, credit memo and commitment lines , implementation_dba_data: AR.RA_CUSTOMER_TRX_LINES_ALL ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.ISC_DBI_BKLG_DETAIL_PKG SQL Statements
12.1.1
-
MATERIALIZED VIEW: APPS.ISC_DBI_SCR_002_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:ISC_DBI_SCR_002_MV, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
MATERIALIZED VIEW: APPS.ISC_DBI_SCR_001_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:ISC_DBI_SCR_001_MV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.ISC_DBI_BKLG_DETAIL_PKG
12.1.1
-
APPS.FII_AP_HOLD_SUM SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FII_AP_HOLD_SUM
12.1.1
-
APPS.FII_AP_INV_ACTIVITY SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FII_AP_INV_ACTIVITY
12.1.1
-
MATERIALIZED VIEW: APPS.BIL_BI_SLS_PERF_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:BIL_BI_SLS_PERF_MV, status:VALID,
-
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 ,
-
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 ,