DBA Data[Home] [Help]

APPS.PER_ES_LOCATION dependencies on HR_GENERAL

Line 18: hr_utility.set_message_token(800,'FIELD',hr_general.decode_lookup('ES_FORM_LABELS','POSTAL_CODE'));

14: IF p_postal_code IS NOT NULL THEN
15: l_province_code := substr(p_postal_code,1,2);
16: IF l_province_code <> p_region_2 THEN
17: hr_utility.set_message(800,'HR_ES_INVALID_VALUE');
18: hr_utility.set_message_token(800,'FIELD',hr_general.decode_lookup('ES_FORM_LABELS','POSTAL_CODE'));
19: hr_utility.raise_error;
20: END IF;
21: END IF;
22: END IF;