DBA Data[Home] [Help]

APPS.IRC_RTM_SHD dependencies on HR_API

Line 154: hr_api.mandatory_arg_error

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_api.mandatory_arg_error
155: (p_api_name => l_proc
156: ,p_argument => 'REC_TEAM_MEMBER_ID'
157: ,p_argument_value => p_rec_team_member_id
158: );

Line 160: hr_api.mandatory_arg_error

156: ,p_argument => 'REC_TEAM_MEMBER_ID'
157: ,p_argument_value => p_rec_team_member_id
158: );
159: hr_utility.set_location('Rec team member id ok at ' || l_proc,7);
160: hr_api.mandatory_arg_error
161: (p_api_name => l_proc
162: ,p_argument => 'OBJECT_VERSION_NUMBER'
163: ,p_argument_value => p_object_version_number
164: );

Line 194: When HR_Api.Object_Locked then

190: --
191: -- We need to trap the ORA LOCK exception
192: --
193: Exception
194: When HR_Api.Object_Locked then
195: --
196: -- The object is locked therefore we need to supply a meaningful
197: -- error message.
198: --