DBA Data[Home] [Help]

APPS.GMF_ALLOC_PROC dependencies on FND_CONCURRENT

Line 123: FROM fnd_concurrent_requests

119:
120: BEGIN
121: SELECT COUNT(1)
122: INTO l_prev_req_count
123: FROM fnd_concurrent_requests
124: WHERE concurrent_program_id IN (SELECT a.concurrent_program_id
125: FROM fnd_concurrent_programs a,
126: fnd_application b
127: WHERE a.application_id = b.application_id

Line 125: FROM fnd_concurrent_programs a,

121: SELECT COUNT(1)
122: INTO l_prev_req_count
123: FROM fnd_concurrent_requests
124: WHERE concurrent_program_id IN (SELECT a.concurrent_program_id
125: FROM fnd_concurrent_programs a,
126: fnd_application b
127: WHERE a.application_id = b.application_id
128: AND b.application_short_name = 'GMF'
129: AND a.concurrent_program_name = 'COSTALOC')

Line 204: x_retval := fnd_concurrent.set_completion_status('ERROR',NULL);

200:
201: cost_allocate(v_from_alloc_code,v_to_alloc_code,x_refresh_int,x_status);
202:
203: IF (x_status < 0) THEN
204: x_retval := fnd_concurrent.set_completion_status('ERROR',NULL);
205: END IF;
206: COMMIT;
207:
208: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 243: x_retval := fnd_concurrent.set_completion_status('ERROR',NULL);

239:
240: PROCEDURE end_proc (errbuf varchar2) IS
241: x_retval boolean;
242: BEGIN
243: x_retval := fnd_concurrent.set_completion_status('ERROR',NULL);
244: /* INVCONV sschinch */
245: -- Update the status to not running
246: /* UPDATE cm_alpr_ctl
247: SET running_ind = 0,