DBA Data[Home] [Help]

APPS.HZ_CLASS_VALIDATE_V2PUB dependencies on FND_LOOKUP_TYPES

Line 948: FROM fnd_lookup_types

944: l_created_by_module hz_class_categories.created_by_module%TYPE := NULL;
945:
946: CURSOR cu_lookup_type IS
947: SELECT 1
948: FROM fnd_lookup_types
949: WHERE lookup_type = p_class_cat_rec.class_category
950: AND rownum = 1;
951:
952: CURSOR c_categories IS