25: return;
26: END IF;
27: hr_api.mandatory_arg_error
28: (p_api_name => l_proc,
29: p_argument => hr_general.decode_lookup('PL_FORM_LABELS','LAST'),
30: p_argument_value => p_last_name
31: );
32:
33: hr_api.mandatory_arg_error
31: );
32:
33: hr_api.mandatory_arg_error
34: (p_api_name => l_proc,
35: p_argument => hr_general.decode_lookup('PL_FORM_LABELS','FIRST'),
36: p_argument_value => p_first_name
37: );
38:
39: if p_national_identifier is not null then