DBA Data[Home] [Help]

APPS.PAY_PBD_SHD dependencies on HR_API

Line 140: hr_api.mandatory_arg_error

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

Line 164: When HR_Api.Object_Locked then

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