DBA Data[Home] [Help]

APPS.QP_PS_ATTR_GRP_PVT dependencies on FND_CONC_GLOBAL

Line 748: l_req_data := fnd_conc_global.request_data;

744: if p_spawned_request = 'N' then
745: if p_no_of_threads is NULL or p_no_of_threads = 0 then
746: l_no_of_threads := 1;
747: end if;
748: l_req_data := fnd_conc_global.request_data;
749: write_log( 'l_req_data : ' || l_req_data);
750: if l_req_data is not NULL then
751: remove_duplicate_patterns;
752: --- updation of used in pattern

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

949: select hsecs into l_end_time from v$timer;
950: write_log( 'End time :'||to_char(sysdate,'MM/DD/YYYY:HH:MI:SSSS'));
951: write_log( 'Time taken for the header process (sec):' ||(l_end_time - l_start_time)/100);
952:
953: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
954: request_data => to_char(l_count));
955:
956: write_log( 'Time after parent request PAUSE over :'||to_char(sysdate,'MM/DD/YYYY:HH:MI:SSSS'));
957: