DBA Data[Home] [Help]

APPS.IRC_APS_SHD dependencies on HR_API

Line 129: hr_api.mandatory_arg_error

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

Line 135: hr_api.mandatory_arg_error

131: ,p_argument => 'PROFILE_SNAPSHOT_ID'
132: ,p_argument_value => p_profile_snapshot_id
133: );
134: hr_utility.set_location(l_proc,6);
135: hr_api.mandatory_arg_error
136: (p_api_name => l_proc
137: ,p_argument => 'OBJECT_VERSION_NUMBER'
138: ,p_argument_value => p_object_version_number
139: );

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: --