Oracle workflow is not working after customize it
Problem Summary --------------------------------------------------- Oracle workflow is not working after change a value Problem Description
Did a value change to one of the workflows in Project module. But after making change, workflow does not effect from that.
Below is the workflow details.
PO Requisition Account Generator
POWFRQAG
PO Implementation of Flex Builder using Work Flow to generate GL account for requisitions.
I did only inserting to a table at code level.
added code:
----------------------
insert into XX_TABLE values ( 11 , 'BEGIN');
commit;
----------------------
But not inserting values.? please help me,
I did cache clear also in Functional administrator and did the work around for workflow again,Still no effect.