DBA Data[Home] [Help]

APPS.HR_DM_UPLOAD dependencies on FND_CONC_GLOBAL

Line 223: l_request_data := fnd_conc_global.request_data;

219: -- see if this is the first run? (l_request_data = NULL or '?')
220: -- or
221: -- is it a restart after a slave has finished? (l_request_data = paused phase item code)
222:
223: l_request_data := fnd_conc_global.request_data;
224: hr_dm_utility.message('INFO','l_request_data ' || l_request_data, 11);
225:
226: --
227: -- l_request_data will be 'null' when the upload process is invoked by the

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

372:
373:
374: -- pause master whilst slaves process data...
375: -- set request data to indicate paused phase
376: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
377: request_data => l_phase_item_id);
378:
379: errbuf := 'No errors - examine logfiles for detailed reports.';
380: ELSE