DBA Data[Home] [Help]

APPS.MSC_CL_PULL dependencies on FND_CONC_GLOBAL

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

739: -- If its a single instance set up. Refresh Snapshot is submitted as a child request
740: -- and setting the parent request at a PAUSED status.
741: IF(v_dblink=NULL_DBLINK) THEN
742:
743: fnd_conc_global.set_req_globals( conc_status => 'PAUSED',
744: request_data => to_char(lv_request_id));
745: -- No need to call wait_for_request, as the parent would be resumed after the completeion of the sub request.
746: RETURN TRUE;
747: END IF;

Line 1949: v_req_data := fnd_conc_global.request_data;

1945: v_cp_enabled:= MSC_UTIL.SYS_NO;
1946: END IF;
1947:
1948: -- set the value for v_req_data. Fix for 2351297--
1949: v_req_data := fnd_conc_global.request_data;
1950:
1951: -- if Refresh Snapshot was submitted as a sub request,
1952: -- Planning Data Pull should continue only if the sub request
1953: -- completed 'NORMAL' or with a 'WARNING', else the Planning Data