DBA Data[Home] [Help]

APPS.MSC_COPY_PLAN_OPTIONS dependencies on FND_CONC_GLOBAL

Line 481: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

477: '','','','','','','','','','','','','','','','','','','','',
478: '','','','','','','','','','','','','','','','','','');
479: if v_request_id <> 0 then
480: if p_childreq then
481: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
482: request_data => to_char(v_request_id)) ;
483: end if;
484: msc_util.msc_debug('Submitted request for plan deletion '||v_request_id);
485: end if;