DBA Data[Home] [Help]

APPS.HR_OPT_SHD dependencies on HR_UTILITY

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

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

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

140: (p_api_name => l_proc
141: ,p_argument => 'OPTION_ID'
142: ,p_argument_value => p_option_id
143: );
144: hr_utility.set_location(l_proc,6);
145: hr_api.mandatory_arg_error
146: (p_api_name => l_proc
147: ,p_argument => 'OBJECT_VERSION_NUMBER'
148: ,p_argument_value => p_object_version_number

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

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