[Home] [Help]
1134: if (sql%notfound) then
1135: raise no_data_found;
1136: end if;
1137:
1138: update iby_instr_creation_rules set
1139: group_by_payment_date= X_INST_GROUP_BY_PAYMENT_DATE,
1140: group_by_payment_currency = X_INST_GROUP_BY_PAYMENT_CURREN,
1141: group_by_internal_bank_account = X_INST_GROUP_BY_INT_BANK_ACCT,
1142: group_by_max_payments_flag = X_INST_GROUP_BY_MAX_PAYMENTS,
1167: if (sql%notfound) then
1168: raise no_data_found;
1169: end if;
1170:
1171: -- kp_msg('The updation of iby_instr_creation_rules tables has been done successfully');
1172:
1173: update iby_remit_advice_setup set
1174: document_count_limit = X_REMIT_DOCUMENT_COUNT_LIMIT,
1175: allow_multiple_copy_flag = X_REMIT_ALLOW_MULTIPLE_COPY_FL,