DBA Data[Home] [Help]

APPS.BEN_COLLAPSE_LIFE_EVENTS dependencies on HR_API

Line 260: hr_api.mandatory_arg_error(p_api_name => l_package,

256: if c_get_person%notfound then
257: --
258: -- In this example we error if the person can not be derived
259: --
260: hr_api.mandatory_arg_error(p_api_name => l_package,
261: p_argument => 'l_person_id',
262: p_argument_value => l_person_id);
263: --
264: end if;