886: if fnd_global.conc_request_id is not null AND fnd_global.conc_request_id <> -1 then
887: begin
888: select program_short_name
889: into l_request_short_name
890: from FND_CONC_REQ_SUMMARY_V
891: where request_id = fnd_global.conc_request_id;
892: exception
893: when others then
894: l_request_short_name := NULL;