DBA Data[Home] [Help]

APPS.MSC_CL_PULL dependencies on FND_CONC_GLOBAL

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

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

Line 1998: v_req_data := fnd_conc_global.request_data;

1994: v_cp_enabled:= MSC_UTIL.SYS_NO;
1995: END IF;
1996:
1997: -- set the value for v_req_data. Fix for 2351297--
1998: v_req_data := fnd_conc_global.request_data;
1999:
2000: -- if Refresh Snapshot was submitted as a sub request,
2001: -- Planning Data Pull should continue only if the sub request
2002: -- completed 'NORMAL' or with a 'WARNING', else the Planning Data