DBA Data[Home] [Help]

APPS.WF_ENGINE dependencies on FND_CONCURRENT

Line 3621: Fnd_Concurrent.Set_Preferred_RBS;

3617: -- For eligible row: Commit work to insure this activity
3618: -- thread doesn't interfere with others.
3619: -- For non-eligible row: Commit to release the lock.
3620: commit;
3621: Fnd_Concurrent.Set_Preferred_RBS;
3622:
3623: end loop;
3624:
3625: exception

Line 3837: Fnd_Concurrent.Set_Preferred_RBS;

3833: -- Commit work to insure this activity thread doesn't interfere
3834: -- with others.
3835: commit;
3836:
3837: Fnd_Concurrent.Set_Preferred_RBS;
3838:
3839: end if;
3840: end loop;
3841:

Line 6306: Fnd_Concurrent.Set_Preferred_RBS;

6302: end if;
6303:
6304: if (docommit) then
6305: commit;
6306: Fnd_Concurrent.Set_Preferred_RBS;
6307: end if;
6308: end loop outer_handle;
6309:
6310: if (docommit) then

Line 6312: Fnd_Concurrent.Set_Preferred_RBS;

6308: end loop outer_handle;
6309:
6310: if (docommit) then
6311: commit;
6312: Fnd_Concurrent.Set_Preferred_RBS;
6313: end if;
6314:
6315: if (actc%ISOPEN) then
6316: close actc;

Line 7317: Fnd_Concurrent.Set_Preferred_RBS;

7313: result => '');
7314:
7315: if (l_docommit and c_err_acts%rowcount = wf_engine.commit_frequency) then
7316: commit;
7317: Fnd_Concurrent.Set_Preferred_RBS;
7318: end if;
7319: l_count := c_err_acts%rowcount;
7320: end loop;
7321:

Line 7326: Fnd_Concurrent.Set_Preferred_RBS;

7322: Fnd_File.Put_Line(Fnd_File.Log, 'Items Processed - '||l_count);
7323:
7324: if (l_docommit) then
7325: commit;
7326: Fnd_Concurrent.Set_Preferred_RBS;
7327: end if;
7328:
7329: -- Successful completion
7330: p_errbuf := '';