[Home] [Help]
[Dependency Information]
| Object Name: | IBY_PAYMENT_RULES |
|---|---|
| Object Type: | TABLE |
| Owner: | IBY |
| FND Design Data: | IBY.IBY_PAYMENT_RULES
|
| Subobject Name: | |
| Status: | VALID |
IBY_PAYMENT_RULES stores the header-level information for a payment method defaulting rule. A defaulting rule enables the user to define the default payment method with respect to multiple factors of a transaction context. A defaulting rule has one or more rule conditions stored in the IBY_RULE_CONDITIONS table. Each rule has a priority value. Rules are evaluated in the order of their priority. Higher priority ones with smaller integer values are evaluated first. If a match is found, the lower priority ones are not evaluated. This table corresponds to the Payment Method Defaulting Rules page.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBY_PAYMENT_RULES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PAYMENT_RULE_ID
|
| IBY_PAYMENT_RULES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
|
| IBY_PAYMENT_RULES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAYMENT_METHOD_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYMENT_RULE_ID | NUMBER | (15) | Yes | System generated primary key |
| PAYMENT_RULE_NAME | VARCHAR2 | (240) | Yes | Rule name |
| PAYMENT_METHOD_CODE | VARCHAR2 | (30) | Yes | Payment method Identifier. Although this field is nullable at database level, a value is always be entered. |
| PAYMENT_RULE_PRIORITY | NUMBER | (15) | Yes | Rule priority. Smaller number has higher priority. |
| 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_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Object version number | |
| APPLICATION_ID | NUMBER | (15) | Yes | Application Identifier of the calling product. Although this field is nullable at database level, a value is always be entered. |
Cut, paste (and edit) the following text to query this object:
SELECT PAYMENT_RULE_ID
, PAYMENT_RULE_NAME
, PAYMENT_METHOD_CODE
, PAYMENT_RULE_PRIORITY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, APPLICATION_ID
FROM IBY.IBY_PAYMENT_RULES;
IBY.IBY_PAYMENT_RULES does not reference any database object
IBY.IBY_PAYMENT_RULES is referenced by following:
APPS
IBY_PAYMENT_RULES
|
|
|
|