DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC_MIGRATE dependencies on FND_APPLICATION

Line 89: jtf_perz_profile b, fnd_application c where a.profile_id = b.profile_id

85: CURSOR applist IS
86: select distinct c.application_id, c.application_short_name,
87: a.created_by, a.last_updated_by, a.last_update_date,
88: a.object_version_number from jtf_perz_data a,
89: jtf_perz_profile b, fnd_application c where a.profile_id = b.profile_id
90: and b.profile_name = 'JTF_PROPERTY_MANAGER_DEFAULT_1'
91: and a.perz_data_type = 'JTF' and a.perz_data_name
92: like 'TESTHARNESS%GRPCOUNT' and a.application_id = c.application_id;
93: