[Home] [Help]
[Dependency Information]
| Object Name: | BIL_DIMV_SALES_GROUPS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIL.BIL_DIMV_SALES_GROUPS
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BIL_DIMV_SALES_GROUPS - Dimension view used to provide descriptive information for salesforce
sales groups.
.
Source is Oracle CRM Foundation schema.
.
.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SALES_GROUP_ID | NUMBER | Resource group unique identifier | ||
| GROUP_NUMBER | VARCHAR2 | (30) | Resource group number | |
| NAME | VARCHAR2 | (60) | Resource group name | |
| DESCRIPTION | VARCHAR2 | (240) | Resource group description | |
| ENABLED_FLAG | VARCHAR2 | (1) | Enabled flag, always 'Y' | |
| START_DATE_ACTIVE | DATE | Date from which group becomes active | ||
| END_DATE_ACTIVE | DATE | Date from which group becomes inactive | ||
| EXCLUSIVE_FLAG | VARCHAR2 | (1) | Indicates whether group is exclusive | |
| ID | VARCHAR2 | (40) | Resource group id | |
| VALUE | VARCHAR2 | (80) | Resource group name |
Cut, paste (and edit) the following text to query this object:
SELECT SALES_GROUP_ID
, GROUP_NUMBER
, NAME
, DESCRIPTION
, ENABLED_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, EXCLUSIVE_FLAG
, ID
, VALUE
FROM APPS.BIL_DIMV_SALES_GROUPS;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
JTF_RS_GROUPS_B
JTF_RS_GROUPS_TL
JTF_RS_GROUP_USAGES
APPS.BIL_DIMV_SALES_GROUPS is not referenced by any database object
|
|
|
|