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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 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 Specifies whether payments should be logically grouped by payment date. Active
GROUP_BY_INTERNAL_BANK_ACCOUNT VARCHAR2 1 Specifies whether payments should be logically grouped by internal bank account. Active
GROUP_BY_SETTLEMNT_PRIORITY VARCHAR2 1 Specifies whether payments should be logically grouped by settlement priority. Active
GROUP_BY_SERVICE_LEVEL VARCHAR2 1 Specifies whether payments should be logically grouped by service level. Active
GROUP_BY_BANK_CHARGE_BEARER VARCHAR2 1 Specifies whether payments should be logically grouped by bank charge bearer. Active
GROUP_BY_ULTIMATE_DEBTOR VARCHAR2 1 Specifies whether payments should be logically grouped by ultimate debtor. Active
GROUP_BY_CATEGORY_PURPOSE VARCHAR2 1 Specifies whether payments should be logically grouped by category purpose. Active
GROUP_BY_PAYMENT_METHOD VARCHAR2 1 Specifies whether payments should be logically grouped by payment method. Active
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns Status
IBY_PMT_LOGICAL_GRP_RULEN1_ Non Unique Default SYSTEM_PROFILE_CODE, LAST_UPDATE_DATE
IBY_PMT_LOGICAL_GRP_RULES_PK_ Unique FUSION_TS_TX_IDX LAST_UPDATE_DATE, LAST_UPDATED_BY, SYSTEM_PROFILE_CODE Active