DBA Data[Home] [Help]

APPS.FND_PROD_LIC_TGR dependencies on WF_EVENT_FUNCTIONS_PKG

Line 19: wf_event_functions_pkg.UpdateLicenseStatus(l_app_short_code, :new.status);

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;