DBA Data[Home] [Help]

APPS.PAY_PPE_SHD dependencies on HR_API

Line 137: hr_api.mandatory_arg_error

133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 5);
136: --
137: hr_api.mandatory_arg_error
138: (p_api_name => l_proc
139: ,p_argument => 'PROCESS_EVENT_ID'
140: ,p_argument_value => p_process_event_id
141: );

Line 165: When HR_Api.Object_Locked then

161: --
162: -- We need to trap the ORA LOCK exception
163: --
164: Exception
165: When HR_Api.Object_Locked then
166: --
167: -- The object is locked therefore we need to supply a meaningful
168: -- error message.
169: --