[Home] [Help]
[Dependency Information]
Object Name: | IBY_RISK_FACTORS |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBY_RISK_FACTORS stores information about the risk factors. These are factors which a merchant uses to evaluate the risk of the customer who wants to purchase its goods and services. The Risk Management feature contains bundled risk factors which can be set up at the site level.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBY_RISK_FACTORS_FACTORID_U1 | NORMAL | UNIQUE |
![]() |
![]() |
IBY_RISK_FACTOR_NAME_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RISK_FACTOR_ID | NUMBER | (15) | Yes | System-generated unique identifier for a particular risk factor |
RISK_FACTOR_CODE | VARCHAR2 | (30) | Yes | Look up type to fnd_lookups |
FACTOR_TYPE | NUMBER | (15) | Yes | Risk factor type |
INTERFACE_NAME | VARCHAR2 | (240) | Class name of the object, which will be loaded dynamically at runtime | |
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 an 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 RISK_FACTOR_ID
, RISK_FACTOR_CODE
, FACTOR_TYPE
, INTERFACE_NAME
, LAST_UPDATED_BY
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM IBY.IBY_RISK_FACTORS;
IBY.IBY_RISK_FACTORS does not reference any database object
IBY.IBY_RISK_FACTORS is referenced by following:
|
|
|