[Home] [Help]
[Dependency Information]
| Object Name: | PMI_REP_GROSS_MARGIN_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PMI.PMI_REP_GROSS_MARGIN_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
PMI Gross Margin Report view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPERATING_UNIT_ID | NUMBER | (15) | Operating Unit ID | |
| SALES_COMPANY | VARCHAR2 | (4) | Sales Company | |
| SALES_ORGANIZATION | VARCHAR2 | (4) | Sales Organization | |
| YEAR_ID | VARCHAR2 | (31) | Year ID is combination (concatenated Period Set Name and Year name separated with a plus sign) Key used to Identify unique GL Year | |
| QUARTER_ID | VARCHAR2 | (31) | Quarter ID is combination (concatenated Period Set Name and Quarter name separated with a plus sign) Key used to Identify unique GL Quarter | |
| PERIOD_ID | VARCHAR2 | (31) | Period ID is combination Key (concatenated Period Set Name and period name separated with a plus sign) used to Identify unique GL Period | |
| REVENUE | NUMBER | Sales Revenue in Base Currency | ||
| DISCOUNT | NUMBER | Charges or Discounts in Base Currency | ||
| COGS | NUMBER | Cost of Goods Sold in Base Currency | ||
| MARGIN | NUMBER | Margin in Base Currency |
Cut, paste (and edit) the following text to query this object:
SELECT OPERATING_UNIT_ID
, SALES_COMPANY
, SALES_ORGANIZATION
, YEAR_ID
, QUARTER_ID
, PERIOD_ID
, REVENUE
, DISCOUNT
, COGS
, MARGIN
FROM APPS.PMI_REP_GROSS_MARGIN_V;
APPS
GMICUOM
- show dependent code
HR_SECURITY
- show dependent code
OE_SYS_PARAMETERS
- show dependent code
PMI_COMMON_PKG
- show dependent code
PMI_REP_SALES_DETAILS_V
PMI_SALES_PKG
- show dependent code
PMI_SECURITY_PKG
- show dependent code
APPS.PMI_REP_GROSS_MARGIN_V is not referenced by any database object
|
|
|
|