DBA Data[Home] [Help]

APPS.PQH_RULE_SETS_SWI dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

130: --
131: p_rule_set_id := null;
132: p_object_version_number := null;
133: p_return_status := hr_multi_message.get_return_status_disable;
134: hr_utility.set_location(' Leaving:' || l_proc,50);
135: end create_rule_set;
136: -- ----------------------------------------------------------------------------
137: -- |----------------------------< delete_rule_set >---------------------------|
138: -- ----------------------------------------------------------------------------

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

151: --
152: -- Other variables
153: l_proc varchar2(72) := g_package ||'delete_rule_set';
154: Begin
155: hr_utility.set_location(' Entering:' || l_proc,10);
156: --
157: -- Issue a savepoint
158: --
159: savepoint delete_rule_set_swi;

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

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

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

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

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

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

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

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

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

262: --
263: -- Other variables
264: l_proc varchar2(72) := g_package ||'update_rule_set';
265: Begin
266: hr_utility.set_location(' Entering:' || l_proc,10);
267: --
268: -- Issue a savepoint
269: --
270: savepoint update_rule_set_swi;

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

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

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

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

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

346: -- error.
347: --
348: rollback to update_rule_set_swi;
349: if hr_multi_message.unexpected_error_add(l_proc) then
350: hr_utility.set_location(' Leaving:' || l_proc,40);
351: raise;
352: end if;
353: --
354: -- Reset IN OUT and set OUT parameters

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

354: -- Reset IN OUT and set OUT parameters
355: --
356: p_object_version_number := l_object_version_number;
357: p_return_status := hr_multi_message.get_return_status_disable;
358: hr_utility.set_location(' Leaving:' || l_proc,50);
359: end update_rule_set;
360: end pqh_rule_sets_swi;