IBY_PMT_LOGICAL_GRP_RULES

Stores user defined grouping rules that are used in creating payments by grouping together payments.

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

IBY_PMT_LOGICAL_GRP_RULES_PK

SYSTEM_PROFILE_CODE

Columns

Name Datatype Length Precision Not-null Comments Status
SYSTEM_PROFILE_CODE VARCHAR2 30 Yes User-entered primary key. Active
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. Active
GROUP_BY_PAYMENT_DATE VARCHAR2 1 Yes Specifies whether payments should be logically grouped by payment date. Active
GROUP_BY_INTERNAL_BANK_ACCOUNT VARCHAR2 1 Yes Specifies whether payments should be logically grouped by internal bank account. Active
GROUP_BY_SETTLEMNT_PRIORITY VARCHAR2 1 Yes Specifies whether payments should be logically grouped by settlement priority. Active
GROUP_BY_SERVICE_LEVEL VARCHAR2 1 Yes Specifies whether payments should be logically grouped by service level. Active
GROUP_BY_BANK_CHARGE_BEARER VARCHAR2 1 Yes Specifies whether payments should be logically grouped by bank charge bearer. Active
GROUP_BY_ULTIMATE_DEBTOR VARCHAR2 1 Yes Specifies whether payments should be logically grouped by ultimate debtor. Active
GROUP_BY_CATEGORY_PURPOSE VARCHAR2 1 Yes Specifies whether payments should be logically grouped by category purpose. Active
GROUP_BY_PAYMENT_METHOD VARCHAR2 1 Yes Specifies whether payments should be logically grouped by payment method. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
IBY_PMT_LOGICAL_GRP_RULES iby_sys_pmt_profiles_b SYSTEM_PROFILE_CODE

Indexes

Index Uniqueness Tablespace Columns Status
IBY_PMT_LOGICAL_GRP_RULES_PK Unique FUSION_TS_TX_IDX SYSTEM_PROFILE_CODE, ORA_SEED_SET1 Active
IBY_PMT_LOGICAL_GRP_RULES_PK1 Unique FUSION_TS_TX_IDX SYSTEM_PROFILE_CODE, ORA_SEED_SET2