Dear,
I am new in Oracle Apps. I am a technical consultant. I face a problem during make a field mandatory.
I want to make a field (PO_APPROVE.NOTE) mandatory on a block (PO_APPROVE) that consists of two buttons(OK & Cancel) also. I tried on the following triggers ---

---------------------------------------------------------
1) Trigger Event : WHEN-NEW-FORM-INSTANCE
Trigger Object: 
Condition :

Property : Item-->PO_APPROVE.NOTE-->REQUIRED-->TRUE

2) TRIGGER EVENT : WHEN-VALIDATE-RECORD
Trigger Object : PO_APPROVE
Condition : :PO_APPROVE.NOT IS NULL

Message : 'NOTE is mandatory field'
-----------------------------------------------------------