DBA Data[Home] [Help]

APPS.OTA_GENERAL dependencies on HR_LOOKUPS

Line 213: from hr_lookups

209: --
210: cursor csr_check_domain is
211: --
212: select 1
213: from hr_lookups
214: where lookup_type = p_domain_type
215: and lookup_code = p_domain_value;
216: --
217: procedure check_parameters is