DBA Data[Home] [Help]

APPS.HZ_REGISTRY_VALIDATE_V2PUB dependencies on HZ_PERSON_LANGUAGE

Line 7904: FROM HZ_PERSON_LANGUAGE

7900: l_status,
7901: l_created_by_module,
7902: l_application_id,
7903: l_primary_language_indicator
7904: FROM HZ_PERSON_LANGUAGE
7905: WHERE ROWID = p_rowid;
7906: END IF;
7907:
7908: --------------------------

Line 8082: FROM HZ_PERSON_LANGUAGE

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