DBA Data[Home] [Help]

APPS.PQH_COPY_ENTITY_TXNS_SWI dependencies on HR_UTILITY

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

36: --
37: -- Other variables
38: l_proc varchar2(72) := g_package ||'create_copy_entity_txn';
39: Begin
40: hr_utility.set_location(' Entering:' || l_proc,10);
41: --
42: -- Issue a savepoint
43: --
44: savepoint create_copy_entity_txn_swi;

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

92: -- messages of any type exist in the Multiple Message List.
93: -- Also disable Multiple Message Detection.
94: --
95: p_return_status := hr_multi_message.get_return_status_disable;
96: hr_utility.set_location(' Leaving:' || l_proc,20);
97: --
98: exception
99: when hr_multi_message.error_message_exist then
100: --

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

108: --
109: p_copy_entity_txn_id := null;
110: p_object_version_number := null;
111: p_return_status := hr_multi_message.get_return_status_disable;
112: hr_utility.set_location(' Leaving:' || l_proc, 30);
113: when others then
114: --
115: -- When Multiple Message Detection is enabled catch
116: -- any Application specific or other unexpected

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

119: -- error.
120: --
121: rollback to create_copy_entity_txn_swi;
122: if hr_multi_message.unexpected_error_add(l_proc) then
123: hr_utility.set_location(' Leaving:' || l_proc,40);
124: raise;
125: end if;
126: --
127: -- Reset IN OUT and set OUT parameters

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

128: --
129: p_copy_entity_txn_id := null;
130: p_object_version_number := null;
131: p_return_status := hr_multi_message.get_return_status_disable;
132: hr_utility.set_location(' Leaving:' || l_proc,50);
133: end create_copy_entity_txn;
134: -- ----------------------------------------------------------------------------
135: -- |------------------------< delete_copy_entity_txn >------------------------|
136: -- ----------------------------------------------------------------------------

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

149: --
150: -- Other variables
151: l_proc varchar2(72) := g_package ||'delete_copy_entity_txn';
152: Begin
153: hr_utility.set_location(' Entering:' || l_proc,10);
154: --
155: -- Issue a savepoint
156: --
157: savepoint delete_copy_entity_txn_swi;

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

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

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

206: --
207: -- Reset IN OUT parameters and set OUT parameters
208: --
209: p_return_status := hr_multi_message.get_return_status_disable;
210: hr_utility.set_location(' Leaving:' || l_proc, 30);
211: when others then
212: --
213: -- When Multiple Message Detection is enabled catch
214: -- any Application specific or other unexpected

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

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

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

224: --
225: -- Reset IN OUT and set OUT parameters
226: --
227: p_return_status := hr_multi_message.get_return_status_disable;
228: hr_utility.set_location(' Leaving:' || l_proc,50);
229: end delete_copy_entity_txn;
230: -- ----------------------------------------------------------------------------
231: -- |------------------------< update_copy_entity_txn >------------------------|
232: -- ----------------------------------------------------------------------------

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

259: --
260: -- Other variables
261: l_proc varchar2(72) := g_package ||'update_copy_entity_txn';
262: Begin
263: hr_utility.set_location(' Entering:' || l_proc,10);
264: --
265: -- Issue a savepoint
266: --
267: savepoint update_copy_entity_txn_swi;

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

316: -- messages of any type exist in the Multiple Message List.
317: -- Also disable Multiple Message Detection.
318: --
319: p_return_status := hr_multi_message.get_return_status_disable;
320: hr_utility.set_location(' Leaving:' || l_proc,20);
321: --
322: exception
323: when hr_multi_message.error_message_exist then
324: --

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

331: -- Reset IN OUT parameters and set OUT parameters
332: --
333: p_object_version_number := l_object_version_number;
334: p_return_status := hr_multi_message.get_return_status_disable;
335: hr_utility.set_location(' Leaving:' || l_proc, 30);
336: when others then
337: --
338: -- When Multiple Message Detection is enabled catch
339: -- any Application specific or other unexpected

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

342: -- error.
343: --
344: rollback to update_copy_entity_txn_swi;
345: if hr_multi_message.unexpected_error_add(l_proc) then
346: hr_utility.set_location(' Leaving:' || l_proc,40);
347: raise;
348: end if;
349: --
350: -- Reset IN OUT and set OUT parameters

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

350: -- Reset IN OUT and set OUT parameters
351: --
352: p_object_version_number := l_object_version_number;
353: p_return_status := hr_multi_message.get_return_status_disable;
354: hr_utility.set_location(' Leaving:' || l_proc,50);
355: end update_copy_entity_txn;
356: end pqh_copy_entity_txns_swi;