DBA Data[Home] [Help]

APPS.HR_ITF_SHD dependencies on HR_UTILITY

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

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

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

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

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

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

Line 267: hr_utility.set_location(' Entering:' || l_proc,10);

263: l_portal_const varchar2(5) := 'P';
264:
265:
266: Begin
267: hr_utility.set_location(' Entering:' || l_proc,10);
268:
269: if (p_type=l_form_const) then
270:
271: p_user_interface_key := p_type || '::' || p_form_name;

Line 293: hr_utility.set_location(' Leaving:' || l_proc,20);

289: end if;
290:
291:
292: --
293: hr_utility.set_location(' Leaving:' || l_proc,20);
294:
295: End construct_user_interface_key ;
296: --
297: end hr_itf_shd;