DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.ICX_CST_CUSTOMER_90DAY_V

Object Details
Object Name: ICX_CST_CUSTOMER_90DAY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewICX.ICX_CST_CUSTOMER_90DAY_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


The ICX_CST_CUSTOMER_90DAY_V view is used in Margin Analysis by
Customer inquiry of Web Employees. This view retrieves customers and
their related sales, margin and percentage amounts from the
ICX_MARGIN_ANALYSIS table and selects associated data which is no more
than 90 days older than the TO_DATE of the Cost Margin Load process.
.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CUSTOMER_ID NUMBER
Yes Customer identifier
CUSTOMER_NAME VARCHAR2 (50)
Customer name
SALES NUMBER

Total sales amount by customer
MARGIN NUMBER

Total margin amount by customer
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
PERIOD VARCHAR2 (3) Yes Period of the margin analysis: 90 days. Corresponding code value is '90D'
TO_DATE DATE

Build date to value
FROM_DATE DATE

Build date from value
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CUSTOMER_ID
,      CUSTOMER_NAME
,      SALES
,      MARGIN
,      CUSTOMER_MARGIN_PCT
,      TOTAL_SALES_PCT
,      TOTAL_MARGIN_PCT
,      PERIOD
,      TO_DATE
,      FROM_DATE
FROM APPS.ICX_CST_CUSTOMER_90DAY_V;

Dependencies

[top of page]

APPS.ICX_CST_CUSTOMER_90DAY_V references the following:

SchemaAPPS
SynonymCST_MARGIN_BUILD
SynonymICX_MARGIN_ANALYSIS
PL/SQL PackageICX_MARGIN_WEB_ANA_PKG - show dependent code

APPS.ICX_CST_CUSTOMER_90DAY_V is not referenced by any database object