[Home] [Help]
5880: begin -- Biogen start
5881: begin
5882: select application_short_name
5883: into lv_msc_schema
5884: from fnd_application
5885: where application_id = 724;
5886: exception
5887: When No_Data_Found Then
5888: log_message('MSC Application short name not found: '||sqlerrm);