DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS_APPS dependencies on FND_APPLICATION

Line 148: FROM fnd_application

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