[Home] [Help]
8: if(ad_zd.get_edition('PATCH') is not null and
9: (ad_zd.get_edition('PATCH') = ad_zd.get_edition)) then
10: -- Bug 16705405: Submit the FNDWFLIC concurrent request from autonomous block
11: -- in case the trigger is invoked from PATCH edition
12: wf_event.submit_cp_request;
13: else
14: -- RUN Edition
15: select application_short_name
16: into l_app_short_code
15: select application_short_name
16: into l_app_short_code
17: from fnd_application
18: where application_id = :new.application_id;
19: wf_event_functions_pkg.UpdateLicenseStatus(l_app_short_code, :new.status);
20: end if;
21: exception
22: when no_data_found then
23: null;