DBA Data[Home] [Help]

APPS.PER_STL_SHD dependencies on HR_API

Line 128: hr_api.mandatory_arg_error

124: --
125: Begin
126: hr_utility.set_location('Entering:'||l_proc, 5);
127: --
128: hr_api.mandatory_arg_error
129: (p_api_name => l_proc
130: ,p_argument => 'SETUP_TASK_CODE'
131: ,p_argument_value => p_setup_task_code
132: );

Line 152: When HR_Api.Object_Locked then

148: --
149: -- We need to trap the ORA LOCK exception
150: --
151: Exception
152: When HR_Api.Object_Locked then
153: --
154: -- The object is locked therefore we need to supply a meaningful
155: -- error message.
156: --