DBA Data[Home] [Help]

APPS.PQH_RULE_ATTRIBUTES_SWI dependencies on HR_UTILITY

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

20: --
21: -- Other variables
22: l_proc varchar2(72) := g_package ||'delete_rule_attribute';
23: Begin
24: hr_utility.set_location(' Entering:' || l_proc,10);
25: --
26: -- Issue a savepoint
27: --
28: savepoint delete_rule_attribute_swi;

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

58: -- messages of any type exist in the Multiple Message List.
59: -- Also disable Multiple Message Detection.
60: --
61: p_return_status := hr_multi_message.get_return_status_disable;
62: hr_utility.set_location(' Leaving:' || l_proc,20);
63: --
64: exception
65: when hr_multi_message.error_message_exist then
66: --

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

72: --
73: -- Reset IN OUT parameters and set OUT parameters
74: --
75: p_return_status := hr_multi_message.get_return_status_disable;
76: hr_utility.set_location(' Leaving:' || l_proc, 30);
77: when others then
78: --
79: -- When Multiple Message Detection is enabled catch
80: -- any Application specific or other unexpected

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

83: -- error.
84: --
85: rollback to delete_rule_attribute_swi;
86: if hr_multi_message.unexpected_error_add(l_proc) then
87: hr_utility.set_location(' Leaving:' || l_proc,40);
88: raise;
89: end if;
90: --
91: -- Reset IN OUT and set OUT parameters

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

90: --
91: -- Reset IN OUT and set OUT parameters
92: --
93: p_return_status := hr_multi_message.get_return_status_disable;
94: hr_utility.set_location(' Leaving:' || l_proc,50);
95: end delete_rule_attribute;
96: -- ----------------------------------------------------------------------------
97: -- |-------------------------< insert_rule_attribute >------------------------|
98: -- ----------------------------------------------------------------------------

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

112: --
113: -- Other variables
114: l_proc varchar2(72) := g_package ||'insert_rule_attribute';
115: Begin
116: hr_utility.set_location(' Entering:' || l_proc,10);
117: --
118: -- Issue a savepoint
119: --
120: savepoint insert_rule_attribute_swi;

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

157: -- messages of any type exist in the Multiple Message List.
158: -- Also disable Multiple Message Detection.
159: --
160: p_return_status := hr_multi_message.get_return_status_disable;
161: hr_utility.set_location(' Leaving:' || l_proc,20);
162: --
163: exception
164: when hr_multi_message.error_message_exist then
165: --

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

173: --
174: p_rule_attribute_id := null;
175: p_object_version_number := null;
176: p_return_status := hr_multi_message.get_return_status_disable;
177: hr_utility.set_location(' Leaving:' || l_proc, 30);
178: when others then
179: --
180: -- When Multiple Message Detection is enabled catch
181: -- any Application specific or other unexpected

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

184: -- error.
185: --
186: rollback to insert_rule_attribute_swi;
187: if hr_multi_message.unexpected_error_add(l_proc) then
188: hr_utility.set_location(' Leaving:' || l_proc,40);
189: raise;
190: end if;
191: --
192: -- Reset IN OUT and set OUT parameters

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

193: --
194: p_rule_attribute_id := null;
195: p_object_version_number := null;
196: p_return_status := hr_multi_message.get_return_status_disable;
197: hr_utility.set_location(' Leaving:' || l_proc,50);
198: end insert_rule_attribute;
199: -- ----------------------------------------------------------------------------
200: -- |-------------------------< update_rule_attribute >------------------------|
201: -- ----------------------------------------------------------------------------

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

216: --
217: -- Other variables
218: l_proc varchar2(72) := g_package ||'update_rule_attribute';
219: Begin
220: hr_utility.set_location(' Entering:' || l_proc,10);
221: --
222: -- Issue a savepoint
223: --
224: savepoint update_rule_attribute_swi;

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

259: -- messages of any type exist in the Multiple Message List.
260: -- Also disable Multiple Message Detection.
261: --
262: p_return_status := hr_multi_message.get_return_status_disable;
263: hr_utility.set_location(' Leaving:' || l_proc,20);
264: --
265: exception
266: when hr_multi_message.error_message_exist then
267: --

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

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

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

285: -- error.
286: --
287: rollback to update_rule_attribute_swi;
288: if hr_multi_message.unexpected_error_add(l_proc) then
289: hr_utility.set_location(' Leaving:' || l_proc,40);
290: raise;
291: end if;
292: --
293: -- Reset IN OUT and set OUT parameters

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

293: -- Reset IN OUT and set OUT parameters
294: --
295: p_object_version_number := l_object_version_number;
296: p_return_status := hr_multi_message.get_return_status_disable;
297: hr_utility.set_location(' Leaving:' || l_proc,50);
298: end update_rule_attribute;
299: end pqh_rule_attributes_swi;