IBY_LOGICAL_PMT_GROUPS

Group that contains payments that are logically grouped

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IBY_LOGICAL_PMT_GROUPS_PK

LOGICAL_GROUP_REFERENCE

Columns

Name Datatype Length Precision Not-null Comments
LOGICAL_GROUP_REFERENCE VARCHAR2 30 Yes Unique identifier to qualify logical grouping for a payment
PAYMENT_INSTRUCTION_ID NUMBER 18 Yes Payment file id
TOTAL_PAYMENT_COUNT NUMBER 18 Total Payment Count
TOTAL_PAYMENT_AMOUNT NUMBER Total Payment Amount
PAYMENT_DATE DATE The date on which a payment transaction has to be paid to payee.
INTERNAL_BANK_ACCOUNT_ID NUMBER 18 The bank account used to disbursement of payments.
SETTLEMENT_PRIORITY VARCHAR2 30 The priority with which a payment transaction should be processed.
SERVICE_LEVEL_CODE VARCHAR2 30 The service level with which a payment transaction should be processed.
DELIVERY_CHANNEL_CODE VARCHAR2 30 The local instrument with which a payment transaction should be processed.
BANK_CHARGE_BEARER VARCHAR2 30 The bearer of charge related to a payment transaction
ULTIMATE_DEBTOR VARCHAR2 30 The person in receipt of goods/ services
PAYMENT_METHOD_CODE VARCHAR2 30 Payment methods by which the payments are grouped by.
CATEGORY_PURPOSE VARCHAR2 30 Category purpose or payment function of the Payment.
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
IBY_LOGICAL_PMT_GROUPS iby_pay_instructions_all PAYMENT_INSTRUCTION_ID

Indexes

Index Uniqueness Tablespace Columns
IBY_LOGICAL_PMT_GROUPS_N1 Non Unique Default PAYMENT_INSTRUCTION_ID
IBY_LOGICAL_PMT_GROUPS_U1 Unique Default LOGICAL_GROUP_REFERENCE