DBA Data[Home] [Help]

APPS.HR_DBCHKFMT dependencies on HR_API

Line 292: hr_api.mandatory_arg_error(l_proc,p_arg_name,p_value);

288: --
289: ------------------------------------------------------------------------
290: begin
291: hr_utility.set_location ('Entering:'||l_proc,5);
292: hr_api.mandatory_arg_error(l_proc,p_arg_name,p_value);
293: l_result:= TRUE;
294: l_value := p_value;
295: -- Choose correct action for format specifier.
296: if(p_format = 'UPPER') then