DBA Data[Home] [Help]

APPS.PQH_DE_TKTDTLS_SWI dependencies on HR_UTILITY

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

22: --
23: -- Other variables
24: l_proc varchar2(72) := g_package ||'delete_tkt_dtls';
25: Begin
26: hr_utility.set_location(' Entering:' || l_proc,10);
27: --
28: -- Issue a savepoint
29: --
30: savepoint delete_tkt_dtls_swi;

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

64: -- messages of any type exist in the Multiple Message List.
65: -- Also disable Multiple Message Detection.
66: --
67: p_return_status := hr_multi_message.get_return_status_disable;
68: hr_utility.set_location(' Leaving:' || l_proc,20);
69: --
70: exception
71: when hr_multi_message.error_message_exist then
72: --

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

78: --
79: -- Reset IN OUT parameters and set OUT parameters
80: --
81: p_return_status := hr_multi_message.get_return_status_disable;
82: hr_utility.set_location(' Leaving:' || l_proc, 30);
83: when others then
84: --
85: -- When Multiple Message Detection is enabled catch
86: -- any Application specific or other unexpected

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

89: -- error.
90: --
91: rollback to delete_tkt_dtls_swi;
92: if hr_multi_message.unexpected_error_add(l_proc) then
93: hr_utility.set_location(' Leaving:' || l_proc,40);
94: raise;
95: end if;
96: --
97: -- Reset IN OUT and set OUT parameters

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

96: --
97: -- Reset IN OUT and set OUT parameters
98: --
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,50);
101: end delete_tkt_dtls;
102: -- ----------------------------------------------------------------------------
103: -- |----------------------------< insert_tkt_dtls >---------------------------|
104: -- ----------------------------------------------------------------------------

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

119: --
120: -- Other variables
121: l_proc varchar2(72) := g_package ||'insert_tkt_dtls';
122: Begin
123: hr_utility.set_location(' Entering:' || l_proc,10);
124: --
125: -- Issue a savepoint
126: --
127: savepoint insert_tkt_dtls_swi;

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

167: -- messages of any type exist in the Multiple Message List.
168: -- Also disable Multiple Message Detection.
169: --
170: p_return_status := hr_multi_message.get_return_status_disable;
171: hr_utility.set_location(' Leaving:' || l_proc,20);
172: --
173: exception
174: when hr_multi_message.error_message_exist then
175: --

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

183: --
184: p_tatigkeit_detail_id := null;
185: p_object_version_number := null;
186: p_return_status := hr_multi_message.get_return_status_disable;
187: hr_utility.set_location(' Leaving:' || l_proc, 30);
188: when others then
189: --
190: -- When Multiple Message Detection is enabled catch
191: -- any Application specific or other unexpected

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

194: -- error.
195: --
196: rollback to insert_tkt_dtls_swi;
197: if hr_multi_message.unexpected_error_add(l_proc) then
198: hr_utility.set_location(' Leaving:' || l_proc,40);
199: raise;
200: end if;
201: --
202: -- Reset IN OUT and set OUT parameters

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

203: --
204: p_tatigkeit_detail_id := null;
205: p_object_version_number := null;
206: p_return_status := hr_multi_message.get_return_status_disable;
207: hr_utility.set_location(' Leaving:' || l_proc,50);
208: end insert_tkt_dtls;
209: -- ----------------------------------------------------------------------------
210: -- |----------------------------< update_tkt_dtls >---------------------------|
211: -- ----------------------------------------------------------------------------

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

226: --
227: -- Other variables
228: l_proc varchar2(72) := g_package ||'update_tkt_dtls';
229: Begin
230: hr_utility.set_location(' Entering:' || l_proc,10);
231: --
232: -- Issue a savepoint
233: --
234: savepoint update_tkt_dtls_swi;

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

271: -- messages of any type exist in the Multiple Message List.
272: -- Also disable Multiple Message Detection.
273: --
274: p_return_status := hr_multi_message.get_return_status_disable;
275: hr_utility.set_location(' Leaving:' || l_proc,20);
276: --
277: exception
278: when hr_multi_message.error_message_exist then
279: --

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

286: -- Reset IN OUT parameters and set OUT parameters
287: --
288: p_object_version_number := null;
289: p_return_status := hr_multi_message.get_return_status_disable;
290: hr_utility.set_location(' Leaving:' || l_proc, 30);
291: when others then
292: --
293: -- When Multiple Message Detection is enabled catch
294: -- any Application specific or other unexpected

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

297: -- error.
298: --
299: rollback to update_tkt_dtls_swi;
300: if hr_multi_message.unexpected_error_add(l_proc) then
301: hr_utility.set_location(' Leaving:' || l_proc,40);
302: raise;
303: end if;
304: --
305: -- Reset IN OUT and set OUT parameters

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

305: -- Reset IN OUT and set OUT parameters
306: --
307: p_object_version_number := null;
308: p_return_status := hr_multi_message.get_return_status_disable;
309: hr_utility.set_location(' Leaving:' || l_proc,50);
310: end update_tkt_dtls;
311: end pqh_de_tktdtls_swi;