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


TABLE: IBY.IBY_RISK_FACTORS

Object Details
Object Name: IBY_RISK_FACTORS
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_RISK_FACTORS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_RISK_FACTORS_FACTORID_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRISK_FACTOR_ID
ColumnZD_EDITION_NAME
IBY_RISK_FACTOR_NAME_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRISK_FACTOR_CODE
ColumnZD_EDITION_NAME
Columns
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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
,      ZD_EDITION_NAME
FROM IBY.IBY_RISK_FACTORS;

Dependencies

[top of page]

IBY.IBY_RISK_FACTORS does not reference any database object

IBY.IBY_RISK_FACTORS is referenced by following:

SchemaIBY
ViewIBY_RISK_FACTORS#