DBA Data[Home] [Help]

APPS.FND_PROD_LIC_TGR dependencies on WF_EVENT_FUNCTIONS_PKG

Line 13: wf_event_functions_pkg.UpdateLicenseStatus(l_AppShortCode, :new.status);

9: into l_AppShortCode
10: from fnd_application
11: where application_id = :new.APPLICATION_ID;
12:
13: wf_event_functions_pkg.UpdateLicenseStatus(l_AppShortCode, :new.status);
14:
15: END;
16: END;