[Home] [Help]
[Dependency Information]
Object Name: | IBY_PMTMTHD_CONDITIONS |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBY_PMTMTHD_CONDITIONS stores the conditions for payment methods. Each condition is comprised of a parameter, operation, and value. The condition is evaluated at runtime to determine if the payment system account and funds capture process profile is applicable to the transaction.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAYMENTMETHODID | NUMBER | (15) | Yes | Payment method Identifier |
PARAMETER_CODE | VARCHAR2 | (30) | Yes | AMOUNT, INSTRTYPE, or other condition |
OPERATION_CODE | VARCHAR2 | (15) | Yes | EQUALS, NEQUALS, or other operation |
VALUE | VARCHAR2 | (30) | Value for the condition | |
IS_VALUE_STRING | VARCHAR2 | (1) | Value type such as number or character | |
ENTRY_SEQUENCE | NUMBER | (4) | Number which denotes the order in which the admin user has entered the conditions. When queried, it needs to be displayed in the same order that the user entered it. | |
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 | ||
CONDITION_NAME | VARCHAR2 | (80) | Mnemonic created by the user for one of the conditions which constitutes a routing rule |
Cut, paste (and edit) the following text to query this object:
SELECT PAYMENTMETHODID
, PARAMETER_CODE
, OPERATION_CODE
, VALUE
, IS_VALUE_STRING
, ENTRY_SEQUENCE
, LAST_UPDATE_DATE
, OBJECT_VERSION_NUMBER
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, CONDITION_NAME
FROM IBY.IBY_PMTMTHD_CONDITIONS;
IBY.IBY_PMTMTHD_CONDITIONS does not reference any database object
IBY.IBY_PMTMTHD_CONDITIONS is referenced by following:
|
|
|