Customization of EFT
Am currently working on customization of EFT in R12.
I created one custom View on AP_INV_SELECTION_CRITERIA_ALL table.
And then created one Instead of Insert Trigger on the view which will call a custom concurrent program by using FND_REQUEST.SUBMIT_REQUEST.
But the Trigger is not getting fired up.
I dont have commit statement inside the trigger.
since iam using FND Global packages inside the trigger i made PRAGMA AUTONOMOUS_TRANSACTION too.
Still the trigger is not getting fired up.
Please advice me on this.
Thanks in Advance.