DBA Data[Home] [Help]

APPS.PAY_EGU_SHD dependencies on HR_UTILITY

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

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

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

142: ,p_argument => 'EVENT_GROUP_USAGE_ID'
143: ,p_argument_value => p_event_group_usage_id
144: );
145:
146: hr_utility.set_location(l_proc,6);
147: hr_api.mandatory_arg_error
148: (p_api_name => l_proc
149: ,p_argument => 'OBJECT_VERSION_NUMBER'
150: ,p_argument_value => p_object_version_number

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

166: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
167: fnd_message.raise_error;
168: End If;
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: --
172: -- We need to trap the ORA LOCK exception
173: --
174: Exception