DBA Data[Home] [Help]

APPS.PAY_PBA_SHD dependencies on HR_API

Line 139: hr_api.mandatory_arg_error

135: --
136: Begin
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: hr_api.mandatory_arg_error
140: (p_api_name => l_proc
141: ,p_argument => 'BALANCE_ATTRIBUTE_ID'
142: ,p_argument_value => p_balance_attribute_id
143: );

Line 163: When HR_Api.Object_Locked then

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