[Home] [Help]
[Dependency Information]
| Object Name: | BIL_DIMV_PROD_LOV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIL.BIL_DIMV_PROD_LOV
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BI._DIMV_PROD_LOV - Dimension view used to define the product hierarchy used for Sales
Intelligence reporting.
.
Source is Oracle CRM Sales and Sales Intelligence schemas.
.
.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INTEREST_TYPE | VARCHAR2 | (80) | Interest type | |
| PRIMARY_INTEREST_CODE_ID | NUMBER | Primary interest code identifier | ||
| PRIMARY_INTEREST_CODE | VARCHAR2 | (100) | Primary interest code | |
| SECONDARY_INTEREST_CODE_ID | NUMBER | Secondary interest code identifier | ||
| SECONDARY_INTEREST_CODE | VARCHAR2 | (100) | Secondary interest code | |
| INTEREST_TYPE_ID | NUMBER | Interest type identifer |
Cut, paste (and edit) the following text to query this object:
SELECT INTEREST_TYPE
, PRIMARY_INTEREST_CODE_ID
, PRIMARY_INTEREST_CODE
, SECONDARY_INTEREST_CODE_ID
, SECONDARY_INTEREST_CODE
, INTEREST_TYPE_ID
FROM APPS.BIL_DIMV_PROD_LOV;
APPS
AS_INTEREST_CODES_TL
AS_INTEREST_TYPES_TL
BIM_SALES_CATEGORY_HIER
FND_GLOBAL
- show dependent code
FND_LOOKUPS
APPS.BIL_DIMV_PROD_LOV is not referenced by any database object
|
|
|
|