IBY_PMT_CREATION_RULES_

IBY_PMT_CREATION_RULES specifies how documents payable are grouped into payments. Creation rules are determined by payment process profiles. This table corresponds to the Payment Creation tab of the Update Payment Process Profile page.

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

IBY_PMT_CREATION_RULES_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, SYSTEM_PROFILE_CODE

Columns

Name Datatype Length Precision Not-null Comments
SYSTEM_PROFILE_CODE VARCHAR2 100 Yes Unique primary key
GROUP_BY_ULTIMATE_DEBTOR VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for ultimate debtor.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
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.
GROUP_BY_PAYMENT_DETAILS_FLAG VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for payment details.
GROUP_BY_BANK_CHARGE_BEARER VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for bank charge bearer.
GROUP_BY_DELIVERY_CHANNEL VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for delivery channel.
GROUP_BY_REMITTANCE_MESSAGE VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for remittance message.
GROUP_BY_MAX_DOCUMENTS_FLAG VARCHAR2 1 Yes or No flag indicating whether there is a limit on the number of documents payable that can be grouped into one payment.
GROUP_BY_UNIQUE_REMIT_ID_FLAG VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for unique remittance identifier.
GROUP_BY_SETTLE_PRIORITY_FLAG VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for settlement priority.
GROUP_BY_PAYMENT_REASON VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for payment reason.
GROUP_BY_DUE_DATE_FLAG VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for due date.
MAX_DOCUMENTS_PER_PAYMENT NUMBER 18 Maximum number of documents that can be grouped into a single payment. This value will only be used if GROUP_BY_MAX_DOCUMENTS_FLAG is set to Y.
PAYMENT_DETAILS_LENGTH_LIMIT NUMBER 18 Maximum length of the payment detail record. Typically, this is a type of description record in a payment format that allows concatenated details of the payment to be included, for example, invoice numbers. If this length is exceeded, then the payment will be split into multiple payments.
PAYMENT_DETAILS_FORMULA VARCHAR2 240 SQL function to be used to concatenate the document attributes into the payment details information
GROUP_BY_INVOICING_ORG VARCHAR2 1 Yes or No flag indicating whether documents payable should be built into separate payments when they have different values for invoicing business unit.
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
IBY_PMT_CREATION_RULESN1_ Non Unique Default SYSTEM_PROFILE_CODE, LAST_UPDATE_DATE
IBY_PMT_CREATION_RULES_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, SYSTEM_PROFILE_CODE