DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on FND_CONCURRENT

Line 457: Fnd_Concurrent.Set_Preferred_RBS;

453: -- Commit work to insure this activity thread doesn't interfere
454: -- with others.
455: commit;
456:
457: Fnd_Concurrent.Set_Preferred_RBS;
458:
459: exception
460: when others then
461: Wf_Core.Context('Wf_Queue', 'ProcessDeferredEvent', itemtype,

Line 1073: Fnd_Concurrent.Set_Preferred_RBS;

1069:
1070: begin
1071: commit;
1072:
1073: Fnd_Concurrent.Set_Preferred_RBS;
1074:
1075: wf_queue.set_queue_names;
1076:
1077: if correlation is not null then

Line 1137: Fnd_Concurrent.Set_Preferred_RBS;

1133: end if;
1134:
1135: -- commit any processing or any clean up
1136: commit;
1137: Fnd_Concurrent.Set_Preferred_RBS;
1138:
1139: navigation := dbms_aq.NEXT_MESSAGE;
1140:
1141: <> -- This is for the case when we reset the corrid and verify

Line 1251: Fnd_Concurrent.Set_Preferred_RBS;

1247: end if;
1248:
1249: -- commit any processing or any clean up from activity_valid
1250: commit;
1251: Fnd_Concurrent.Set_Preferred_RBS;
1252:
1253: --
1254: -- Test for Instance Shutdown
1255: --