DBA Data[Home] [Help]

APPS.PAY_TDU_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 => 'TIME_DEFINITION_ID'
140: ,p_argument_value => p_time_definition_id
141: );

Line 143: hr_api.mandatory_arg_error

139: ,p_argument => 'TIME_DEFINITION_ID'
140: ,p_argument_value => p_time_definition_id
141: );
142: hr_utility.set_location(l_proc,6);
143: hr_api.mandatory_arg_error
144: (p_api_name => l_proc
145: ,p_argument => 'USAGE_TYPE'
146: ,p_argument_value => p_usage_type
147: );

Line 149: hr_api.mandatory_arg_error

145: ,p_argument => 'USAGE_TYPE'
146: ,p_argument_value => p_usage_type
147: );
148: hr_utility.set_location(l_proc,7);
149: hr_api.mandatory_arg_error
150: (p_api_name => l_proc
151: ,p_argument => 'OBJECT_VERSION_NUMBER'
152: ,p_argument_value => p_object_version_number
153: );

Line 177: When HR_Api.Object_Locked then

173: --
174: -- We need to trap the ORA LOCK exception
175: --
176: Exception
177: When HR_Api.Object_Locked then
178: --
179: -- The object is locked therefore we need to supply a meaningful
180: -- error message.
181: --