DBA Data[Home] [Help]

APPS.HR_APPLICATION_SWI dependencies on HR_UTILITY

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

49: --
50: -- Other variables
51: l_proc varchar2(72) := g_package ||'update_apl_details';
52: Begin
53: hr_utility.set_location(' Entering:' || l_proc,10);
54: --
55: -- Issue a savepoint
56: --
57: savepoint update_apl_details_swi;

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

118: -- messages of any type exist in the Multiple Message List.
119: -- Also disable Multiple Message Detection.
120: --
121: p_return_status := hr_multi_message.get_return_status_disable;
122: hr_utility.set_location(' Leaving:' || l_proc,20);
123: --
124: exception
125: when hr_multi_message.error_message_exist then
126: --

Line 137: hr_utility.set_location(' Leaving:' || l_proc,30);

133: -- Reset IN OUT paramters and set OUT parameters
134: --
135: p_object_version_number := l_object_version_number;
136: p_return_status := hr_multi_message.get_return_status_disable;
137: hr_utility.set_location(' Leaving:' || l_proc,30);
138: when others then
139: --
140: -- When Multiple Message Detection is enabled catch
141: -- any Application specific or other unexpected

Line 148: hr_utility.set_location(' Leaving:' || l_proc, 40);

144: -- the error.
145: --
146: rollback to update_apl_details_swi;
147: if hr_multi_message.unexpected_error_add(l_proc) then
148: hr_utility.set_location(' Leaving:' || l_proc, 40);
149: raise;
150: end if;
151: --
152: -- Reset IN OUT parameters and set OUT parameters

Line 156: hr_utility.set_location(' Leaving: ' || l_proc, 50);

152: -- Reset IN OUT parameters and set OUT parameters
153: --
154: p_object_version_number := l_object_version_number;
155: p_return_status := hr_multi_message.get_return_status_disable;
156: hr_utility.set_location(' Leaving: ' || l_proc, 50);
157: end update_apl_details;
158: end hr_application_swi;