DBA Data[Home] [Help]

APPS.AME_CONFIG_VAR_SWI dependencies on HR_UTILITY

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

27: --
28: -- Other variables
29: l_proc varchar2(72) := g_package ||'update_ame_config_variable';
30: Begin
31: hr_utility.set_location(' Entering:' || l_proc,10);
32: --
33: -- Issue a savepoint
34: --
35: savepoint update_ame_config_variable_swi;

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

74: -- messages of any type exist in the Multiple Message List.
75: -- Also disable Multiple Message Detection.
76: --
77: p_return_status := hr_multi_message.get_return_status_disable;
78: hr_utility.set_location(' Leaving:' || l_proc,20);
79: --
80: exception
81: when hr_multi_message.error_message_exist then
82: --

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

91: p_object_version_number := l_object_version_number;
92: p_start_date := null;
93: p_end_date := null;
94: p_return_status := hr_multi_message.get_return_status_disable;
95: hr_utility.set_location(' Leaving:' || l_proc, 30);
96: when others then
97: --
98: -- When Multiple Message Detection is enabled catch
99: -- any Application specific or other unexpected

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

102: -- error.
103: --
104: rollback to update_ame_config_variable_swi;
105: if hr_multi_message.unexpected_error_add(l_proc) then
106: hr_utility.set_location(' Leaving:' || l_proc,40);
107: raise;
108: end if;
109: --
110: -- Reset IN OUT and set OUT parameters

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

112: p_object_version_number := l_object_version_number;
113: p_start_date := null;
114: p_end_date := null;
115: p_return_status := hr_multi_message.get_return_status_disable;
116: hr_utility.set_location(' Leaving:' || l_proc,50);
117: end update_ame_config_variable;
118: -- ----------------------------------------------------------------------------
119: -- |----------------------< delete_ame_config_variable >----------------------|
120: -- ----------------------------------------------------------------------------

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

136: --
137: -- Other variables
138: l_proc varchar2(72) := g_package ||'delete_ame_config_variable';
139: Begin
140: hr_utility.set_location(' Entering:' || l_proc,10);
141: --
142: -- Issue a savepoint
143: --
144: savepoint delete_ame_config_variable_swi;

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

182: -- messages of any type exist in the Multiple Message List.
183: -- Also disable Multiple Message Detection.
184: --
185: p_return_status := hr_multi_message.get_return_status_disable;
186: hr_utility.set_location(' Leaving:' || l_proc,20);
187: --
188: exception
189: when hr_multi_message.error_message_exist then
190: --

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

199: p_object_version_number := l_object_version_number;
200: p_start_date := null;
201: p_end_date := null;
202: p_return_status := hr_multi_message.get_return_status_disable;
203: hr_utility.set_location(' Leaving:' || l_proc, 30);
204: when others then
205: --
206: -- When Multiple Message Detection is enabled catch
207: -- any Application specific or other unexpected

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

210: -- error.
211: --
212: rollback to delete_ame_config_variable_swi;
213: if hr_multi_message.unexpected_error_add(l_proc) then
214: hr_utility.set_location(' Leaving:' || l_proc,40);
215: raise;
216: end if;
217: --
218: -- Reset IN OUT and set OUT parameters

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

220: p_object_version_number := l_object_version_number;
221: p_start_date := null;
222: p_end_date := null;
223: p_return_status := hr_multi_message.get_return_status_disable;
224: hr_utility.set_location(' Leaving:' || l_proc,50);
225: end delete_ame_config_variable;
226: end ame_config_var_swi;