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


TABLE: IBY.IBY_IRF_PMT_AMOUNT

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


IBY_IRF_PMT_AMOUNT stores information pertaining to the payment amount risk factor involved in the payment request. A payment request that has a huge amount is possibly a fraudulent payment. The value of the payment amount risk factor varies from business to business.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_IRF_PMT_AMOUNT_SEQ_ID_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAYEEID
ColumnSEQ
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
LOWER_LIMIT NUMBER

Lower limit of payment amount. Customer payment amount is equal to or greater then the lower limit.
SEQ NUMBER (15) Yes Sequence
UPPER_LIMIT NUMBER

Upper limit of payment amount. Customer payment amount is less than or equal to the upper limit.
SCORE VARCHAR2 (30) Yes LOV of ranges of possible risk scores
PAYEEID VARCHAR2 (80)
Identifier of the payee passed by electronic commerce application
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT LOWER_LIMIT
,      SEQ
,      UPPER_LIMIT
,      SCORE
,      PAYEEID
,      LAST_UPDATE_DATE
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM IBY.IBY_IRF_PMT_AMOUNT;

Dependencies

[top of page]

IBY.IBY_IRF_PMT_AMOUNT does not reference any database object

IBY.IBY_IRF_PMT_AMOUNT is referenced by following:

SchemaIBY
ViewIBY_IRF_PMT_AMOUNT#