DBA Data[Home] [Help]

APPS.HR_ES_UTILITY dependencies on HR_GENERAL

Line 309: hr_utility.set_message_token('NI_NUMBER',hr_general.decode_lookup('ES_FORM_LABELS','IDENTIFIER_VALUE'));

305: AND p_identifier_type = pp.per_information2
306: AND pp.business_group_id = p_business_group_id);
307: --
308: hr_utility.set_message(801,'HR_ES_NI_UNIQUE_WARNING');
309: hr_utility.set_message_token('NI_NUMBER',hr_general.decode_lookup('ES_FORM_LABELS','IDENTIFIER_VALUE'));
310: RAISE local_warning;
311: --
312: EXCEPTION
313: WHEN NO_DATA_FOUND THEN NULL;

Line 603: ,hr_general.decode_lookup('ES_FORM_LABELS','WORK_CENTER'));

599: IF l_check_ref = 'x' THEN
600: IF p_context = 'ES_WORK_CENTER_REF' THEN
601: hr_utility.set_message(800,'HR_ES_INVALID_REFERENCE');
602: hr_utility.set_message_token(800,'VALUE'
603: ,hr_general.decode_lookup('ES_FORM_LABELS','WORK_CENTER'));
604: hr_utility.raise_error;
605: ELSIF p_context = 'ES_SECTION_REF' THEN
606: hr_utility.set_message(800,'HR_ES_INVALID_REFERENCE');
607: hr_utility.set_message_token(800,'VALUE'

Line 608: ,hr_general.decode_lookup('ES_FORM_LABELS','SECTION'));

604: hr_utility.raise_error;
605: ELSIF p_context = 'ES_SECTION_REF' THEN
606: hr_utility.set_message(800,'HR_ES_INVALID_REFERENCE');
607: hr_utility.set_message_token(800,'VALUE'
608: ,hr_general.decode_lookup('ES_FORM_LABELS','SECTION'));
609: hr_utility.raise_error;
610: END IF;
611: END IF;
612: