-
The cursor responsible for updating existing records, where a participant is assigned to a task, does not work:
CURSOR assign_cursor (
acin_id_in IN wf_activity_instances.id%TYPE
, pati_type_in IN wf_participants.participant_type%TYPE
)
IS
SELECT pefo.*
FROM wf_performers pefo, wf_participants pati
WHERE pefo.state = 'ASSIGNED'.
2007-02-20 16:00:12 UTC by nobody
-
martinfleurke committed patchset 90 of module dist to the PL/FLOW CVS repository, changing 2 files.
2005-03-24 09:15:38 UTC by martinfleurke
-
martinfleurke committed patchset 89 of module dist to the PL/FLOW CVS repository, changing 1 files.
2005-02-08 16:09:16 UTC by martinfleurke
-
martinfleurke committed patchset 88 of module dist to the PL/FLOW CVS repository, changing 1 files.
2005-02-04 14:33:14 UTC by martinfleurke
-
martinfleurke committed patchset 87 of module dist to the PL/FLOW CVS repository, changing 3 files.
2005-02-04 14:28:34 UTC by martinfleurke
-
yepster committed patchset 86 of module dist to the PL/FLOW CVS repository, changing 6 files.
2004-12-15 15:28:13 UTC by yepster
-
martinfleurke committed patchset 85 of module dist to the PL/FLOW CVS repository, changing 1 files.
2004-11-19 14:17:22 UTC by martinfleurke
-
yepster committed patchset 84 of module dist to the PL/FLOW CVS repository, changing 8 files.
2004-11-09 11:25:38 UTC by yepster
-
yepster committed patchset 83 of module dist to the PL/FLOW CVS repository, changing 1 files.
2004-10-20 10:44:58 UTC by yepster
-
dmontfoort committed patchset 82 of module dist to the PL/FLOW CVS repository, changing 1 files.
2004-10-19 15:31:49 UTC by dmontfoort