DBA Data[Home] [Help]

APPS.HR_ADI_DOCUMENT_SWI dependencies on HR_UTILITY

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

26: -- Other variables
27: l_file_id number;
28: l_proc varchar2(72) := g_package ||'create_document';
29: Begin
30: hr_utility.set_location(' Entering:' || l_proc,10);
31: --
32: -- Issue a savepoint
33: --
34: savepoint create_document_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 92: hr_utility.set_location(' Leaving:' || l_proc, 30);

88: --
89: -- Reset IN OUT parameters and set OUT parameters
90: --
91: p_return_status := hr_multi_message.get_return_status_disable;
92: hr_utility.set_location(' Leaving:' || l_proc, 30);
93: when others then
94: --
95: -- When Multiple Message Detection is enabled catch
96: -- any Application specific or other unexpected

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

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

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

106: --
107: -- Reset IN OUT and set OUT parameters
108: --
109: p_return_status := hr_multi_message.get_return_status_disable;
110: hr_utility.set_location(' Leaving:' || l_proc,50);
111: end create_document;
112: -- ----------------------------------------------------------------------------
113: -- |----------------------------< delete_document >---------------------------|
114: -- ----------------------------------------------------------------------------

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

125: --
126: -- Other variables
127: l_proc varchar2(72) := g_package ||'delete_document';
128: Begin
129: hr_utility.set_location(' Entering:' || l_proc,10);
130: --
131: -- Issue a savepoint
132: --
133: savepoint delete_document_swi;

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

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

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

180: --
181: -- Reset IN OUT parameters and set OUT parameters
182: --
183: p_return_status := hr_multi_message.get_return_status_disable;
184: hr_utility.set_location(' Leaving:' || l_proc, 30);
185: when others then
186: --
187: -- When Multiple Message Detection is enabled catch
188: -- any Application specific or other unexpected

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

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

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

198: --
199: -- Reset IN OUT and set OUT parameters
200: --
201: p_return_status := hr_multi_message.get_return_status_disable;
202: hr_utility.set_location(' Leaving:' || l_proc,50);
203: end delete_document;
204: -- ----------------------------------------------------------------------------
205: -- |----------------------------< update_document >---------------------------|
206: -- ----------------------------------------------------------------------------

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

220: --
221: -- Other variables
222: l_proc varchar2(72) := g_package ||'update_document';
223: Begin
224: hr_utility.set_location(' Entering:' || l_proc,10);
225: --
226: -- Issue a savepoint
227: --
228: savepoint update_document_swi;

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

264: -- messages of any type exist in the Multiple Message List.
265: -- Also disable Multiple Message Detection.
266: --
267: p_return_status := hr_multi_message.get_return_status_disable;
268: hr_utility.set_location(' Leaving:' || l_proc,20);
269: --
270: exception
271: when hr_multi_message.error_message_exist then
272: --

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

278: --
279: -- Reset IN OUT parameters and set OUT parameters
280: --
281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location(' Leaving:' || l_proc, 30);
283: when others then
284: --
285: -- When Multiple Message Detection is enabled catch
286: -- any Application specific or other unexpected

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

289: -- error.
290: --
291: rollback to update_document_swi;
292: if hr_multi_message.unexpected_error_add(l_proc) then
293: hr_utility.set_location(' Leaving:' || l_proc,40);
294: raise;
295: end if;
296: --
297: -- Reset IN OUT and set OUT parameters

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

296: --
297: -- Reset IN OUT and set OUT parameters
298: --
299: p_return_status := hr_multi_message.get_return_status_disable;
300: hr_utility.set_location(' Leaving:' || l_proc,50);
301: end update_document;
302: end hr_adi_document_swi;