DBA Data[Home] [Help]

APPS.HR_WHO dependencies on HR_UTILITY

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

12: --
13: l_proc varchar2(72) := g_package||'who';
14: --
15: Begin
16: hr_utility.set_location('Entering:'||l_proc, 5);
17: --
18: -- Test the p_new_created_by argument
19: --
20: If (p_new_created_by is null) Then

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

25: --
26: If (p_new_creation_date is null) Then
27: p_new_creation_date := sysdate;
28: End If;
29: hr_utility.set_location(' Leaving:'||l_proc, 10);
30: End who;
31: -- ----------------------------------------------------------------------------
32: -- |---------------------------------< who >----------------------------------|
33: -- ----------------------------------------------------------------------------

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

40: --
41: l_proc varchar2(72) := g_package||'who';
42: --
43: Begin
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: -- Test the p_new_last_update_date argument
47: --
48: If (p_new_last_update_date is null or

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

62: If (p_new_last_update_login is null or
63: p_new_last_update_login = p_old_last_update_login) Then
64: p_new_last_update_login := fnd_global.login_id;
65: End If;
66: hr_utility.set_location(' Leaving:'||l_proc, 10);
67: End who;
68: end hr_who;