DBA Data[Home] [Help]

APPS.FND_IMP_PKG dependencies on JTF_DIAGNOSTIC_CMAP

Line 651: from jtf_diagnostic_cmap s

647: and files_affected <> 0;
648:
649: update fnd_imp_psmaster2 p
650: set files_affected=(select count(*)
651: from jtf_diagnostic_cmap s
652: where p.trans_name=s.classname)
653: where patch_id=patch_id__
654: and snapshot_id=snapshot_id__
655: and typeid <> 'not applied'