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


TABLE: IBY.IBY_RISK_FORMULAS

Object Details
Object Name: IBY_RISK_FORMULAS
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_RISK_FORMULAS
Subobject Name:
Status: VALID


IBY_RISK_FORMULAS stores risk formula-retaled information. Risk formulas are used by merchants to evaluate the risk of the customer. This formula can be different for different goods or services offered by the merchants. A risk formula may be comprised of multiple risk factors with varying weights assigned to each one.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_RISK_FORMULA_ID_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRISK_FORMULA_ID
IBY_RISK_FORMULAS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAYEEID
Columns
Name Datatype Length Mandatory Comments
RISK_FORMULA_ID NUMBER (15) Yes System-generated unique identifier for a particular risk formula
FORMULA_NAME VARCHAR2 (80) Yes Risk formula name
DESCRIPTION VARCHAR2 (240)
Description of the risk formula
PAYEEID VARCHAR2 (80) Yes Payee associated with this risk formula
IMPLICIT_FLAG NUMBER (2)
Flag indicating that the formula is implicit or not. Valid values are 0 and 1.
LAST_UPDATE_DATE DATE
Yes Standard Who column
OBJECT_VERSION_NUMBER NUMBER
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_UPDATED_BY NUMBER (15) 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
Query Text

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


SELECT RISK_FORMULA_ID
,      FORMULA_NAME
,      DESCRIPTION
,      PAYEEID
,      IMPLICIT_FLAG
,      LAST_UPDATE_DATE
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM IBY.IBY_RISK_FORMULAS;

Dependencies

[top of page]

IBY.IBY_RISK_FORMULAS does not reference any database object

IBY.IBY_RISK_FORMULAS is referenced by following:

SchemaIBY
ViewIBY_RISK_FORMULAS#