DBA Data[Home] [Help]

APPS.HR_DM_AOL_DOWN dependencies on FND_CONC_GLOBAL

Line 509: l_request_data := fnd_conc_global.request_data;

505: -- see if this is the first run? (l_request_data = NULL or '?')
506: -- or
507: -- is it a restart after a slave has finished? (l_request_data =
508: -- paused phase item code)
509: l_request_data := fnd_conc_global.request_data;
510: hr_dm_utility.message('INFO','l_request_data ' || l_request_data, 11);
511: IF (l_request_data IS NOT NULL) THEN
512: -- unpaused processing...
513:

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

577:
578:
579: -- pause master whilst slaves process data...
580: -- set request data to indicate paused phase
581: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
582: request_data => l_phase_item_id);
583:
584: errbuf := 'No errors - examine logfiles for detailed reports.';
585: END IF;