DBA Data[Home] [Help]

APPS.HR_ES_UTILITY dependencies on HR_GENERAL

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

366: AND p_identifier_type = pp.per_information2
367: AND pp.business_group_id = p_business_group_id);
368: --
369: hr_utility.set_message(801,'HR_ES_NI_UNIQUE_WARNING');
370: hr_utility.set_message_token('NI_NUMBER',hr_general.decode_lookup('ES_FORM_LABELS','IDENTIFIER_VALUE'));
371: RAISE local_warning;
372: --
373: EXCEPTION
374: WHEN NO_DATA_FOUND THEN NULL;

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

679: IF l_check_ref = 'x' THEN
680: IF p_context = 'ES_WORK_CENTER_REF' THEN
681: hr_utility.set_message(800,'HR_ES_INVALID_REFERENCE');
682: hr_utility.set_message_token(800,'VALUE'
683: ,hr_general.decode_lookup('ES_FORM_LABELS','WORK_CENTER'));
684: hr_utility.raise_error;
685: ELSIF p_context = 'ES_SECTION_REF' THEN
686: hr_utility.set_message(800,'HR_ES_INVALID_REFERENCE');
687: hr_utility.set_message_token(800,'VALUE'

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

684: hr_utility.raise_error;
685: ELSIF p_context = 'ES_SECTION_REF' THEN
686: hr_utility.set_message(800,'HR_ES_INVALID_REFERENCE');
687: hr_utility.set_message_token(800,'VALUE'
688: ,hr_general.decode_lookup('ES_FORM_LABELS','SECTION'));
689: hr_utility.raise_error;
690: END IF;
691: END IF;
692: