DBA Data[Home] [Help]

APPS.WF_PURGE dependencies on FND_CONCURRENT

Line 484: fnd_concurrent.set_preferred_rbs;

480: end if;
481:
482: if ( docommit ) then
483: commit;
484: fnd_concurrent.set_preferred_rbs;
485: end if;
486:
487: end loop outer_purge;
488:

Line 491: fnd_concurrent.set_preferred_rbs;

487: end loop outer_purge;
488:
489: if ( docommit ) then
490: commit;
491: fnd_concurrent.set_preferred_rbs;
492: end if;
493:
494: if (item2purge%ISOPEN) then
495: close item2purge;

Line 1212: Fnd_Concurrent.Set_Preferred_RBS;

1208:
1209: -- Commit Decision
1210: if (docommit) then
1211: commit;
1212: Fnd_Concurrent.Set_Preferred_RBS;
1213: end if;
1214:
1215: end loop outer_ntf_loop;
1216:

Line 1226: Fnd_Concurrent.Set_Preferred_RBS;

1222:
1223: -- Commit Decision
1224: if (docommit) then
1225: commit;
1226: Fnd_Concurrent.Set_Preferred_RBS;
1227: end if;
1228:
1229: -- Purge AdHoc Users/Roles/User_Roles
1230: Wf_Purge.AdHocDirectory(enddate);

Line 1312: Fnd_Concurrent.Set_Preferred_RBS;

1308: wf_purge.items(itemtype=>itemtype, itemkey=>itemkey, enddate=>enddate, docommit=>docommit,purgesigs=>purgesigs);
1309:
1310: if (docommit) then
1311: commit;
1312: Fnd_Concurrent.Set_Preferred_RBS;
1313: end if;
1314:
1315: --Purge design data only if runtime is
1316: --set to false

Line 1322: Fnd_Concurrent.Set_Preferred_RBS;

1318: --also purge design data from activities
1319: wf_purge.activities(itemtype=>itemtype, enddate=>enddate);
1320: if (docommit) then
1321: commit;
1322: Fnd_Concurrent.Set_Preferred_RBS;
1323: end if;
1324:
1325: --Directory Information
1326: Wf_Purge.Directory(end_date=>enddate, autocommit=>docommit);

Line 1329: Fnd_Concurrent.Set_Preferred_RBS;

1325: --Directory Information
1326: Wf_Purge.Directory(end_date=>enddate, autocommit=>docommit);
1327: if (docommit) then
1328: commit;
1329: Fnd_Concurrent.Set_Preferred_RBS;
1330: end if;
1331: end if;
1332:
1333: -- Clear engine runtime cache for convenience

Line 2092: -- Fnd_Concurrent.Set_Preferred_RBS;

2088: -- end if;
2089: --
2090: -- if (docommit) then
2091: -- commit;
2092: -- Fnd_Concurrent.Set_Preferred_RBS;
2093: -- end if;
2094: --
2095: -- end loop outer_prv_loop;
2096: --

Line 2104: -- Fnd_Concurrent.Set_Preferred_RBS;

2100: -- end if;
2101: --
2102: -- if (docommit) then
2103: -- commit;
2104: -- Fnd_Concurrent.Set_Preferred_RBS;
2105: -- end if;
2106: --
2107: -- exception
2108: -- when others then