DBA Data[Home] [Help]

APPS.PQH_DOCUMENT_ATTRIBUTES_SWI dependencies on HR_UTILITY

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

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

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

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

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

94: p_object_version_number := null;
95: p_effective_start_date := null;
96: p_effective_end_date := null;
97: p_return_status := hr_multi_message.get_return_status_disable;
98: hr_utility.set_location(' Leaving:' || l_proc, 30);
99: when others then
100: --
101: -- When Multiple Message Detection is enabled catch
102: -- any Application specific or other unexpected

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

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

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

116: p_object_version_number := null;
117: p_effective_start_date := null;
118: p_effective_end_date := null;
119: p_return_status := hr_multi_message.get_return_status_disable;
120: hr_utility.set_location(' Leaving:' || l_proc,50);
121: end create_document_attribute;
122: -- ----------------------------------------------------------------------------
123: -- |-----------------------< delete_document_attribute >----------------------|
124: -- ----------------------------------------------------------------------------

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

141: --
142: -- Other variables
143: l_proc varchar2(72) := g_package ||'delete_document_attribute';
144: Begin
145: hr_utility.set_location(' Entering:' || l_proc,10);
146: --
147: -- Issue a savepoint
148: --
149: savepoint delete_document_attribute_swi;

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

188: -- messages of any type exist in the Multiple Message List.
189: -- Also disable Multiple Message Detection.
190: --
191: p_return_status := hr_multi_message.get_return_status_disable;
192: hr_utility.set_location(' Leaving:' || l_proc,20);
193: --
194: exception
195: when hr_multi_message.error_message_exist then
196: --

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

205: p_object_version_number := l_object_version_number;
206: p_effective_start_date := null;
207: p_effective_end_date := null;
208: p_return_status := hr_multi_message.get_return_status_disable;
209: hr_utility.set_location(' Leaving:' || l_proc, 30);
210: when others then
211: --
212: -- When Multiple Message Detection is enabled catch
213: -- any Application specific or other unexpected

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

216: -- error.
217: --
218: rollback to delete_document_attribute_swi;
219: if hr_multi_message.unexpected_error_add(l_proc) then
220: hr_utility.set_location(' Leaving:' || l_proc,40);
221: raise;
222: end if;
223: --
224: -- Reset IN OUT and set OUT parameters

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

226: p_object_version_number := l_object_version_number;
227: p_effective_start_date := null;
228: p_effective_end_date := null;
229: p_return_status := hr_multi_message.get_return_status_disable;
230: hr_utility.set_location(' Leaving:' || l_proc,50);
231: end delete_document_attribute;
232: -- ----------------------------------------------------------------------------
233: -- |-----------------------< update_document_attribute >----------------------|
234: -- ----------------------------------------------------------------------------

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

254: --
255: -- Other variables
256: l_proc varchar2(72) := g_package ||'update_document_attribute';
257: Begin
258: hr_utility.set_location(' Entering:' || l_proc,10);
259: --
260: -- Issue a savepoint
261: --
262: savepoint update_document_attribute_swi;

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

304: -- messages of any type exist in the Multiple Message List.
305: -- Also disable Multiple Message Detection.
306: --
307: p_return_status := hr_multi_message.get_return_status_disable;
308: hr_utility.set_location(' Leaving:' || l_proc,20);
309: --
310: exception
311: when hr_multi_message.error_message_exist then
312: --

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

321: p_object_version_number := l_object_version_number;
322: p_effective_start_date := null;
323: p_effective_end_date := null;
324: p_return_status := hr_multi_message.get_return_status_disable;
325: hr_utility.set_location(' Leaving:' || l_proc, 30);
326: when others then
327: --
328: -- When Multiple Message Detection is enabled catch
329: -- any Application specific or other unexpected

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

332: -- error.
333: --
334: rollback to update_document_attribute_swi;
335: if hr_multi_message.unexpected_error_add(l_proc) then
336: hr_utility.set_location(' Leaving:' || l_proc,40);
337: raise;
338: end if;
339: --
340: -- Reset IN OUT and set OUT parameters

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

342: p_object_version_number := l_object_version_number;
343: p_effective_start_date := null;
344: p_effective_end_date := null;
345: p_return_status := hr_multi_message.get_return_status_disable;
346: hr_utility.set_location(' Leaving:' || l_proc,50);
347: end update_document_attribute;
348: end pqh_document_attributes_swi;