DBA Data[Home] [Help]

APPS.HZ_BATCH_DUPLICATE dependencies on FND_CONC_GLOBAL

Line 137: req_data := fnd_conc_global.request_data;

133:
134: -- End bug 4736139
135:
136: -- req_data will be null the first time, by default
137: req_data := fnd_conc_global.request_data;
138:
139: -- get the purpose of the match rule first
140: select rule_purpose into match_rule_purpose
141: from hz_match_rules_vl

Line 301: fnd_conc_global.set_req_globals(conc_status => 'PAUSED', request_data => 'SYSTEM_PHASE1') ;

297: EXIT when l_sub_requests(i) = 0;
298: END LOOP;
299:
300: -- wait for completion of all workers
301: fnd_conc_global.set_req_globals(conc_status => 'PAUSED', request_data => 'SYSTEM_PHASE1') ;
302: -- Second Phase
303: ELSE
304: log('***********************************************************');
305: log('Post processing Data cleanup for SDIB');