DBA Data[Home] [Help]

APPS.WF_PURGE dependencies on FND_CONCURRENT

Line 490: fnd_concurrent.set_preferred_rbs;

486: end if;
487:
488: if ( docommit ) then
489: commit;
490: fnd_concurrent.set_preferred_rbs;
491: end if;
492:
493: end loop outer_purge;
494:

Line 497: fnd_concurrent.set_preferred_rbs;

493: end loop outer_purge;
494:
495: if ( docommit ) then
496: commit;
497: fnd_concurrent.set_preferred_rbs;
498: end if;
499:
500: if (item2purge%ISOPEN) then
501: close item2purge;

Line 1197: Fnd_Concurrent.Set_Preferred_RBS;

1193:
1194: -- Commit Decision
1195: if (docommit) then
1196: commit;
1197: Fnd_Concurrent.Set_Preferred_RBS;
1198: end if;
1199:
1200: end loop outer_ntf_loop;
1201:

Line 1211: Fnd_Concurrent.Set_Preferred_RBS;

1207:
1208: -- Commit Decision
1209: if (docommit) then
1210: commit;
1211: Fnd_Concurrent.Set_Preferred_RBS;
1212: end if;
1213:
1214: -- Purge AdHoc Users/Roles/User_Roles
1215: Wf_Purge.AdHocDirectory(enddate);

Line 1296: Fnd_Concurrent.Set_Preferred_RBS;

1292: wf_purge.items(itemtype=>itemtype, itemkey=>itemkey, enddate=>enddate, docommit=>docommit,purgesigs=>purgesigs);
1293:
1294: if (docommit) then
1295: commit;
1296: Fnd_Concurrent.Set_Preferred_RBS;
1297: end if;
1298:
1299: --Purge design data only if runtime is
1300: --set to false

Line 1306: Fnd_Concurrent.Set_Preferred_RBS;

1302: --also purge design data from activities
1303: wf_purge.activities(itemtype=>itemtype, enddate=>enddate);
1304: if (docommit) then
1305: commit;
1306: Fnd_Concurrent.Set_Preferred_RBS;
1307: end if;
1308:
1309: --Directory Information
1310: Wf_Purge.Directory(enddate);

Line 1313: Fnd_Concurrent.Set_Preferred_RBS;

1309: --Directory Information
1310: Wf_Purge.Directory(enddate);
1311: if (docommit) then
1312: commit;
1313: Fnd_Concurrent.Set_Preferred_RBS;
1314: end if;
1315: end if;
1316:
1317: -- Clear engine runtime cache for convenience

Line 1886: -- Fnd_Concurrent.Set_Preferred_RBS;

1882: -- end if;
1883: --
1884: -- if (docommit) then
1885: -- commit;
1886: -- Fnd_Concurrent.Set_Preferred_RBS;
1887: -- end if;
1888: --
1889: -- end loop outer_prv_loop;
1890: --

Line 1898: -- Fnd_Concurrent.Set_Preferred_RBS;

1894: -- end if;
1895: --
1896: -- if (docommit) then
1897: -- commit;
1898: -- Fnd_Concurrent.Set_Preferred_RBS;
1899: -- end if;
1900: --
1901: -- exception
1902: -- when others then