Monday 31 December 2018

How to Restrict Payment Type on Payment Workbench - Oracle EBS R12

https://aporaclepayables.blogspot.com/2018/12/how-to-restrict-payment-type-on-payment.html

Payment Type Restriction

Trigger Event: WHEN-NEW-ITEM-INSTANCE
Trigger Object: PAY_SUM_FOLDER.CURRENT_VENDOR_NAME

Condition: :PAY_SUM_FOLDER.PAYMENT_TYPE <> 'Quick'
and :PAY_SUM_FOLDER.CHECK_ID is null

Builtin
Go_ITEM
PAY_SUM_FOLDER.PAYMENT_TYPE

Message
Error
Payment Type must be Quick