[Home] [Help]
[Dependency Information]
Object Name: | IBY_IRF_PMT_HISTORY |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBY_IRF_PMT_HISTORY stores information pertaining to the payment history risk factor. The merchant can set up different time ranges that he considers risky.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBY_IRF_PMT_HISTORY_ID_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | (15) | Yes | System-generated unique identifier |
DURATION | NUMBER | (15) | Yes | Number of months, years |
DURATION_TYPE | VARCHAR2 | (15) | Yes | Month, year |
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 |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | 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 ID
, DURATION
, DURATION_TYPE
, PAYEEID
, LAST_UPDATE_DATE
, OBJECT_VERSION_NUMBER
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM IBY.IBY_IRF_PMT_HISTORY;
IBY.IBY_IRF_PMT_HISTORY does not reference any database object
IBY.IBY_IRF_PMT_HISTORY is referenced by following:
|
|
|