DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS_APPS dependencies on FND_APPLICATION

Line 151: FROM fnd_application

147: IF (l_Service_Instances.EXISTS(i)) THEN
148:
149: -- Get application_id
150: SELECT application_id INTO l_app_id
151: FROM fnd_application
152: WHERE application_short_name = l_service_instances(i).application;
153:
154: -- If we are here it means that seed data is present in DB
155: begin