DBA Data[Home] [Help]

APPS.PER_WBI_SHD dependencies on HR_UTILITY

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

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

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

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

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

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