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


TABLE: BIC.BIC_MEASURE_BUCKETS

Object Details
Object Name: BIC_MEASURE_BUCKETS
Object Type: TABLE
Owner: BIC
FND Design Data: TableBIC.BIC_MEASURE_BUCKETS
Subobject Name:
Status: VALID


This table will store groups for Loyalty, Satisfaction and their child measures. For each measure, 5 groups will be seeded in this table. The user can add or delete groups. The time unit for the group range (low_value & high_value) will be the time_unit_code for the parent measure (Satisfaction or Loyalty) specified in bic_measures


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIC_MEASURE_BUCKETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnBUCKET_ID
BIC_MEASURE_BUCKETS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnMEASURE_ID
Columns
Name Datatype Length Mandatory Comments
BUCKET_ID NUMBER
Yes Bucket Identifier
MEASURE_ID NUMBER
Yes Measure Identifier
BUCKET_NAME VARCHAR2 (60)
Bucket name
BUCKET_POINTS NUMBER
Yes The points awarded if the customer falls in this bucket
LOW_VALUE NUMBER

The low value of the range specified for measures with lov_flag as 'N'. The time unit will be the same as for the parent measure (Satisfaction or Loyalty) specified in bic_measures
HIGH_VALUE NUMBER

The high value of the range specified for measures with lov_flag as 'N'. The time unit will be the same as for the parent measure (Satisfaction or Loyalty) specified in bic_measures
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
OPERATOR VARCHAR2 (30)
specified as 'AND' or 'OR' for measures which use a lov
SECURITY_GROUP_ID NUMBER (15)
Security Group Id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BUCKET_ID
,      MEASURE_ID
,      BUCKET_NAME
,      BUCKET_POINTS
,      LOW_VALUE
,      HIGH_VALUE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OPERATOR
,      SECURITY_GROUP_ID
FROM BIC.BIC_MEASURE_BUCKETS;

Dependencies

[top of page]

BIC.BIC_MEASURE_BUCKETS does not reference any database object

BIC.BIC_MEASURE_BUCKETS is referenced by following:

SchemaAPPS
SynonymBIC_MEASURE_BUCKETS