DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.BIL_DIMV_SALES_GROUPS

Object Details
Object Name: BIL_DIMV_SALES_GROUPS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIL.BIL_DIMV_SALES_GROUPS
Subobject Name:
Status: VALID

View Type

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.
.
.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.BIL_DIMV_SALES_GROUPS references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymJTF_RS_GROUPS_B
SynonymJTF_RS_GROUPS_TL
SynonymJTF_RS_GROUP_USAGES

APPS.BIL_DIMV_SALES_GROUPS is not referenced by any database object