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 1080: Fnd_Concurrent.Set_Preferred_RBS;

1076:
1077: begin
1078: commit;
1079:
1080: Fnd_Concurrent.Set_Preferred_RBS;
1081:
1082: wf_queue.set_queue_names;
1083:
1084: if correlation is not null then

Line 1147: Fnd_Concurrent.Set_Preferred_RBS;

1143: end if;
1144:
1145: -- commit any processing or any clean up
1146: commit;
1147: Fnd_Concurrent.Set_Preferred_RBS;
1148:
1149: navigation := dbms_aq.NEXT_MESSAGE;
1150:
1151: <> -- This is for the case when we reset the corrid and verify

Line 1271: Fnd_Concurrent.Set_Preferred_RBS;

1267: end if;
1268:
1269: -- commit any processing or any clean up from activity_valid
1270: commit;
1271: Fnd_Concurrent.Set_Preferred_RBS;
1272:
1273: --
1274: -- Test for Instance Shutdown
1275: --