[Home] [Help]
[Dependency Information]
Object Name: | IBY_IRF_TRXN_AMT_LIMIT |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBY_IRF_TRXN_AMT_LIMIT stores information pertaining to the transaction amount limit risk factor, which is a limit on the total amount of payments made using the same instrument for a particular duration.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DURATION | NUMBER | Yes | Number of days, weeks, months, or years | |
DURATION_TYPE | VARCHAR2 | (30) | Yes | Days, weeks, months, or years |
AMOUNT | NUMBER | Yes | Transaction amount limit | |
PAYEEID | VARCHAR2 | (80) | Payee Identifier 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. | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_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 DURATION
, DURATION_TYPE
, AMOUNT
, PAYEEID
, LAST_UPDATE_DATE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM IBY.IBY_IRF_TRXN_AMT_LIMIT;
IBY.IBY_IRF_TRXN_AMT_LIMIT does not reference any database object
IBY.IBY_IRF_TRXN_AMT_LIMIT is referenced by following:
|
|
|