[Home] [Help]
[Dependency Information]
| Object Name: | BIC_MEASURE_ATTRIBS |
|---|---|
| Object Type: | TABLE |
| Owner: | BIC |
| FND Design Data: | BIC.BIC_MEASURE_ATTRIBS
|
| Subobject Name: | |
| Status: | VALID |
This table has the internal attributes for each measure. The data in this table is seeded and is not visible to the user. It is used by the concurrent program and reports
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BIC_MEASURE_ATTRIBS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
MEASURE_CODE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MEASURE_CODE | VARCHAR2 | (30) | Yes | Internal code |
| LOV_FLAG | VARCHAR2 | (1) | Yes | 'Y' indicates if the measure uses a lov, 'N' indicates that it uses a range |
| AGGREGATION_METHOD | VARCHAR2 | (15) | 'AVG', 'SUM','COUNT' | |
| SQL_STATEMENT | VARCHAR2 | (2000) | the select statement used to populate the customer summary table.* | |
| OPERATION_TYPE | VARCHAR2 | (3) | Can be a) SQL if the measure has sql txt assigned to it to find value b) FML if the measure value will be calculated using formula involving one or more than one measurec) FMD if the measure value will be calculated using formula involving one or more than one measures and the value will be divided by no of daysd) SIX Sub Indexe) MIX Main Index | |
| MULT_FACTOR | NUMBER | value computed using formula will be multiplied by mult_factor | ||
| TIME_UNIT_CODE | VARCHAR2 | (30) | Internal code | |
| SECURITY_GROUP_ID | NUMBER | (15) | Security Group Id | |
| 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 | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | 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). | ||
| DISABLE_FLAG | VARCHAR2 | (1) | Disable Y or N | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT MEASURE_CODE
, LOV_FLAG
, AGGREGATION_METHOD
, SQL_STATEMENT
, OPERATION_TYPE
, MULT_FACTOR
, TIME_UNIT_CODE
, SECURITY_GROUP_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DISABLE_FLAG
, ZD_EDITION_NAME
FROM BIC.BIC_MEASURE_ATTRIBS;
BIC.BIC_MEASURE_ATTRIBS does not reference any database object
BIC.BIC_MEASURE_ATTRIBS is referenced by following:
BIC
BIC_MEASURE_ATTRIBS#
|
|
|
|