DBA Data[Home] [Help]

APPS.PAY_ITERATIVE_RULES_SWI dependencies on HR_UTILITY

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

30: --
31: -- Other variables
32: l_proc varchar2(72) := g_package ||'create_iterative_rule';
33: Begin
34: hr_utility.set_location(' Entering:' || l_proc,10);
35: --
36: -- Issue a savepoint
37: --
38: savepoint create_iterative_rule_swi;

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

78: -- messages of any type exist in the Multiple Message List.
79: -- Also disable Multiple Message Detection.
80: --
81: p_return_status := hr_multi_message.get_return_status_disable;
82: hr_utility.set_location(' Leaving:' || l_proc,20);
83: --
84: exception
85: when hr_multi_message.error_message_exist then
86: --

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

96: p_object_version_number := null;
97: p_effective_start_date := null;
98: p_effective_end_date := null;
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc, 30);
101: when others then
102: --
103: -- When Multiple Message Detection is enabled catch
104: -- any Application specific or other unexpected

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

107: -- error.
108: --
109: rollback to create_iterative_rule_swi;
110: if hr_multi_message.unexpected_error_add(l_proc) then
111: hr_utility.set_location(' Leaving:' || l_proc,40);
112: raise;
113: end if;
114: --
115: -- Reset IN OUT and set OUT parameters

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

118: p_object_version_number := null;
119: p_effective_start_date := null;
120: p_effective_end_date := null;
121: p_return_status := hr_multi_message.get_return_status_disable;
122: hr_utility.set_location(' Leaving:' || l_proc,50);
123: end create_iterative_rule;
124: -- ----------------------------------------------------------------------------
125: -- |-------------------------< delete_iterative_rule >------------------------|
126: -- ----------------------------------------------------------------------------

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

141: --
142: -- Other variables
143: l_proc varchar2(72) := g_package ||'delete_iterative_rule';
144: Begin
145: hr_utility.set_location(' Entering:' || l_proc,10);
146: --
147: -- Issue a savepoint
148: --
149: savepoint delete_iterative_rule_swi;

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

184: -- messages of any type exist in the Multiple Message List.
185: -- Also disable Multiple Message Detection.
186: --
187: p_return_status := hr_multi_message.get_return_status_disable;
188: hr_utility.set_location(' Leaving:' || l_proc,20);
189: --
190: exception
191: when hr_multi_message.error_message_exist then
192: --

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

201: p_object_version_number := l_object_version_number;
202: p_effective_start_date := null;
203: p_effective_end_date := null;
204: p_return_status := hr_multi_message.get_return_status_disable;
205: hr_utility.set_location(' Leaving:' || l_proc, 30);
206: when others then
207: --
208: -- When Multiple Message Detection is enabled catch
209: -- any Application specific or other unexpected

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

212: -- error.
213: --
214: rollback to delete_iterative_rule_swi;
215: if hr_multi_message.unexpected_error_add(l_proc) then
216: hr_utility.set_location(' Leaving:' || l_proc,40);
217: raise;
218: end if;
219: --
220: -- Reset IN OUT and set OUT parameters

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

222: p_object_version_number := l_object_version_number;
223: p_effective_start_date := null;
224: p_effective_end_date := null;
225: p_return_status := hr_multi_message.get_return_status_disable;
226: hr_utility.set_location(' Leaving:' || l_proc,50);
227: end delete_iterative_rule;
228: -- ----------------------------------------------------------------------------
229: -- |-------------------------< update_iterative_rule >------------------------|
230: -- ----------------------------------------------------------------------------

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

252: --
253: -- Other variables
254: l_proc varchar2(72) := g_package ||'update_iterative_rule';
255: Begin
256: hr_utility.set_location(' Entering:' || l_proc,10);
257: --
258: -- Issue a savepoint
259: --
260: savepoint update_iterative_rule_swi;

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

302: -- messages of any type exist in the Multiple Message List.
303: -- Also disable Multiple Message Detection.
304: --
305: p_return_status := hr_multi_message.get_return_status_disable;
306: hr_utility.set_location(' Leaving:' || l_proc,20);
307: --
308: exception
309: when hr_multi_message.error_message_exist then
310: --

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

319: p_object_version_number := l_object_version_number;
320: p_effective_start_date := null;
321: p_effective_end_date := null;
322: p_return_status := hr_multi_message.get_return_status_disable;
323: hr_utility.set_location(' Leaving:' || l_proc, 30);
324: when others then
325: --
326: -- When Multiple Message Detection is enabled catch
327: -- any Application specific or other unexpected

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

330: -- error.
331: --
332: rollback to update_iterative_rule_swi;
333: if hr_multi_message.unexpected_error_add(l_proc) then
334: hr_utility.set_location(' Leaving:' || l_proc,40);
335: raise;
336: end if;
337: --
338: -- Reset IN OUT and set OUT parameters

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

340: p_object_version_number := l_object_version_number;
341: p_effective_start_date := null;
342: p_effective_end_date := null;
343: p_return_status := hr_multi_message.get_return_status_disable;
344: hr_utility.set_location(' Leaving:' || l_proc,50);
345: end update_iterative_rule;
346: end pay_iterative_rules_swi;