DBA Data[Home] [Help]

APPS.PER_SLS_SHD dependencies on HR_UTILITY

Line 140: hr_utility.set_location('Entering:'||l_proc, 5);

136: --
137: l_proc varchar2(72) := g_package||'lck';
138: --
139: Begin
140: hr_utility.set_location('Entering:'||l_proc, 5);
141: --
142: hr_api.mandatory_arg_error
143: (p_api_name => l_proc
144: ,p_argument => 'SOLUTION_SET_NAME'

Line 147: hr_utility.set_location(l_proc,6);

143: (p_api_name => l_proc
144: ,p_argument => 'SOLUTION_SET_NAME'
145: ,p_argument_value => p_solution_set_name
146: );
147: hr_utility.set_location(l_proc,6);
148: hr_api.mandatory_arg_error
149: (p_api_name => l_proc
150: ,p_argument => 'USER_ID'
151: ,p_argument_value => p_user_id

Line 153: hr_utility.set_location(l_proc,7);

149: (p_api_name => l_proc
150: ,p_argument => 'USER_ID'
151: ,p_argument_value => p_user_id
152: );
153: hr_utility.set_location(l_proc,7);
154: hr_api.mandatory_arg_error
155: (p_api_name => l_proc
156: ,p_argument => 'OBJECT_VERSION_NUMBER'
157: ,p_argument_value => p_object_version_number

Line 177: hr_utility.set_location(' Leaving:'||l_proc, 10);

173: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
174: fnd_message.raise_error;
175: End If;
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: --
179: -- We need to trap the ORA LOCK exception
180: --
181: Exception