[Home] [Help]
[Dependency Information]
Object Name: | IBY_RISK_FORMULA_ITEM |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBY_RISK_FORMULA_ITEM is an intersection table between IBY_RISK_FORMULA and IBY_RISK_FACTORS. It stores weights for different risk factors. Weight is a number indicating the degree of importance assigned to a particular risk factor. Different merchants may assign different weights for the same risk factor, even if they are offering the same goods and services to the customer. Weights are in the range of 0, or no weight, to 100, which is full weight. Each weight is identified by a unique ID, which is generated by the system.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBY_RISK_FORMULAID_FACORTID_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
WEIGHT | NUMBER | (15) | Yes | Weights are in the range of 0 for no weight to 100 for full weight. |
RISK_FORMULA_ID | NUMBER | (15) | Yes | Risk Formula defining column |
RISK_FACTOR_ID | NUMBER | (15) | Yes | Risk factor defining column |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
OBJECT_VERSION_NUMBER | NUMBER | (5) | Yes | Used for locking purposes that subsequently allows for checking if there is old data on the screen compared to what is in the database. The situation occurs when the HTML application is a stateless application. |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT WEIGHT
, RISK_FORMULA_ID
, RISK_FACTOR_ID
, LAST_UPDATED_BY
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM IBY.IBY_RISK_FORMULA_ITEM;
IBY.IBY_RISK_FORMULA_ITEM does not reference any database object
IBY.IBY_RISK_FORMULA_ITEM is referenced by following:
|
|
|