DBA Data[Home] [Help]

APPS.PAY_RCU_SHD dependencies on HR_UTILITY

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

144: --
145: l_proc varchar2(72) := g_package||'lck';
146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: hr_api.mandatory_arg_error
151: (p_api_name => l_proc
152: ,p_argument => 'RETRO_COMPONENT_USAGE_ID'

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

151: (p_api_name => l_proc
152: ,p_argument => 'RETRO_COMPONENT_USAGE_ID'
153: ,p_argument_value => p_retro_component_usage_id
154: );
155: hr_utility.set_location(l_proc,6);
156: hr_api.mandatory_arg_error
157: (p_api_name => l_proc
158: ,p_argument => 'OBJECT_VERSION_NUMBER'
159: ,p_argument_value => p_object_version_number

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

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