Vous êtes sur la page 1sur 5

ORACLE E-BUSINESS SUITE R12

Stop Users to deliver rejected material into inventory


Receiving Transactions Form Personalization
Malik Asif Joyia

2011

ASIF@EFGME.COM

Solution
We need to Personalize Receiving Transactions form, which will help us to stop users deliver rejected material into inventory.

Step- 1 Go to Receiving Transactions Form. Help -> Diagnostics -> Custom Code -> Personalize

Follow the above screenshot and Create Condition. Trigger Event: WHEN-VALIDATE-RECORD Trigger Object: RCV_TRANSACTION

Condition: (:OVERFLOW_AREA.PARENT_TRX_TYPE = 'Reject') AND (:RCV_TRANSACTION.DESTINATION_TYPE_DSP = 'Inventory')

Then Go to Actions Create First Action to display Error Message.

Create 2nd Action to Change the destination to Receiving.

Click on Validate and Apply now. Save Close the Personalization Form & Receiving Transaction Form.

Open Receiving Transactions Form again and Try to deliver rejected Material. Now System will not allow to deliver rejected Material.

Thank You

Vous aimerez peut-être aussi