[Home] [Help]
[Dependency Information]
| Object Name: | ICX_CST_SALES_REP_90DAY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.ICX_CST_SALES_REP_90DAY_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
The ICX_CST_SALES_REP_7DAY_V view is used in Margin Analysis by
Salesperson inquiry of Web Employees. This view retrieves sales
representatives and their related sales, margin, and percentage
amounts from the ICX_MARGIN_ANALYSIS table and selects associated data
which is no more than 7 days older than the TO_DATE of the Cost Margin
Load process.
.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRIMARY_SALESREP_ID | NUMBER | Yes | Primary sales person identifier | |
| PERIOD | VARCHAR2 | (3) | Yes | Period of the margin analysis: 90 days. Corresponding code value is '90D' |
| SALESREP_NAME | VARCHAR2 | (360) | Sales person name | |
| SALES | NUMBER | Total sales amount by sales representative | ||
| MARGIN | NUMBER | Total margin amount by sales representative | ||
| CUSTOMER_MARGIN_PCT | VARCHAR2 | (40) | Total margin amount to total sales amount percentage | |
| TOTAL_SALES_PCT | VARCHAR2 | (40) | Total sales amount percentage | |
| TOTAL_MARGIN_PCT | VARCHAR2 | (40) | Total margin amount percentage | |
| TO_DATE | DATE | Build date to value | ||
| FROM_DATE | DATE | Build date from value |
Cut, paste (and edit) the following text to query this object:
SELECT PRIMARY_SALESREP_ID
, PERIOD
, SALESREP_NAME
, SALES
, MARGIN
, CUSTOMER_MARGIN_PCT
, TOTAL_SALES_PCT
, TOTAL_MARGIN_PCT
, TO_DATE
, FROM_DATE
FROM APPS.ICX_CST_SALES_REP_90DAY_V;
APPS
CST_MARGIN_BUILD
ICX_MARGIN_ANALYSIS
ICX_MARGIN_WEB_ANA_PKG
- show dependent code
RA_SALESREPS
APPS.ICX_CST_SALES_REP_90DAY_V is not referenced by any database object
|
|
|
|