DBA Data[Home] [Help]

APPS.HZ_REGISTRY_VALIDATE_V2PUB dependencies on HZ_PERSON_LANGUAGE

Line 7901: FROM HZ_PERSON_LANGUAGE

7897: l_status,
7898: l_created_by_module,
7899: l_application_id,
7900: l_primary_language_indicator
7901: FROM HZ_PERSON_LANGUAGE
7902: WHERE ROWID = p_rowid;
7903: END IF;
7904:
7905: --------------------------

Line 8079: FROM HZ_PERSON_LANGUAGE

8075: -- there can be only one record for a given party and language
8076: BEGIN
8077: SELECT 1
8078: INTO l_dummy
8079: FROM HZ_PERSON_LANGUAGE
8080: WHERE PARTY_ID = l_party_id
8081: AND LANGUAGE_NAME = p_person_language_rec.language_name
8082: AND LANGUAGE_USE_REFERENCE_ID <> NVL(p_person_language_rec.language_use_reference_id, fnd_api.g_miss_num);
8083: