[Home] [Help]
View: AS_OPP_SALES_CREDIT_TOTALS_V
| Product: | AS - Sales Foundation |
| Description: | Sales opportunity sales credit totals view |
| Implementation/DBA Data: |
Not implemented in this database
|
View Text
SELECT SUM(LLT.REVENUE_TOTAL)
, LLT.LEAD_ID
FROM AS_OPPORTUNITY_LINE_TOTALS_V LLT GROUP BY LEAD_ID
Columns
| Name |
| REVENUE_TOTAL |
| LEAD_ID |