DBA Data[Home] [Help]

APPS.BEN_EXT_XML_WRITE dependencies on FND_CONCURRENT_REQUESTS

Line 1624: from fnd_concurrent_requests

1620: l_directory_name varchar2(2000) ;
1621:
1622: cursor c_fnd_dir is
1623: select outfile_name
1624: from fnd_concurrent_requests
1625: where request_id = fnd_global.conc_request_id ;
1626: begin
1627: --
1628: hr_Utility.set_location('Entering'||l_proc, 5);

Line 2542: update fnd_concurrent_requests

2538: end if ;
2539:
2540: /*
2541: if p_cm_display_flag = 'Y' then
2542: update fnd_concurrent_requests
2543: set output_file_type = 'XML'
2544: where request_id = fnd_global.conc_request_id ;
2545: commit ;
2546: end if ;