DBA Data[Home] [Help]

APPS.PAY_TEMPLATE_IVS dependencies on HR_LOOKUPS

Line 840: from hr_lookups

836: select 'N'
837: into v_validation_check
838: from sys.dual
839: where not exists(select 1
840: from hr_lookups
841: where lookup_type = p_lookup_type
842: and lookup_code = p_default_value);
843: --
844: exception