DBA Data[Home] [Help]

APPS.OAM_GCS dependencies on FND_CONCURRENT_QUEUE_SIZE

Line 165: UPDATE fnd_concurrent_queue_size

161: WHERE application_id=0 AND concurrent_queue_name LIKE mgr_name;
162:
163: /* Update the workshift for this queue_id with new svc_params */
164:
165: UPDATE fnd_concurrent_queue_size
166: SET service_parameters = svcparams
167: WHERE concurrent_queue_id = queue_id AND queue_application_id = 0;
168:
169: EXCEPTION when others THEN