[Home] [Help]
[Dependency Information]
| Object Name: | BIL_DIMV_OPTY |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIL.BIL_DIMV_OPTY
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BIL_DIMV_OPTY - Dimension view used to provide access to opportunity names.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEAD_ID | NUMBER | Lead Id | ||
| LEAD_NUMBER | VARCHAR2 | (80) | Lead number | |
| STATUS | VARCHAR2 | (30) | Lead status | |
| DESCRIPTION | VARCHAR2 | (240) | Opportunity Description |
Cut, paste (and edit) the following text to query this object:
SELECT LEAD_ID
, LEAD_NUMBER
, STATUS
, DESCRIPTION
FROM APPS.BIL_DIMV_OPTY;
APPS
AS_LEADS_ALL
FND_GLOBAL
- show dependent code
FND_LOOKUPS
APPS.BIL_DIMV_OPTY is not referenced by any database object
|
|
|
|