DBA Data[Home] [Help]

APPS.PAY_PL_PAYE_SWI dependencies on HR_UTILITY

Line 39: --hr_utility.trace_on(null,'PL1');

35: l_paye_details_id number;
36: l_proc varchar2(72) := g_package ||'create_pl_paye_details';
37: l_effective_date_warning boolean;
38: Begin
39: --hr_utility.trace_on(null,'PL1');
40: hr_utility.set_location(' Entering:' || l_proc,10);
41: --
42: -- Issue a savepoint
43: --

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

36: l_proc varchar2(72) := g_package ||'create_pl_paye_details';
37: l_effective_date_warning boolean;
38: Begin
39: --hr_utility.trace_on(null,'PL1');
40: hr_utility.set_location(' Entering:' || l_proc,10);
41: --
42: -- Issue a savepoint
43: --
44: savepoint create_pl_paye_details_swi;

Line 58: hr_utility.set_location('111 ',20);

54: --
55: l_validate :=
56: hr_api.constant_to_boolean
57: (p_constant_value => p_validate);
58: hr_utility.set_location('111 ',20);
59: --
60: -- Register Surrogate ID or user key values
61: --
62: pay_ppd_ins.set_base_key_value

Line 68: hr_utility.set_location('222 ',30);

64: );
65: --
66: -- Call API
67: --
68: hr_utility.set_location('222 ',30);
69: pay_pl_paye_api.create_pl_paye_details
70: (p_validate => l_validate
71: ,p_effective_date => p_effective_date
72: ,p_contract_category => p_contract_category

Line 98: hr_utility.set_location('333 ',40);

94: -- Derive the API return status value based on whether
95: -- messages of any type exist in the Multiple Message List.
96: -- Also disable Multiple Message Detection.
97: --
98: hr_utility.set_location('333 ',40);
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,20);
101: --
102: exception

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

96: -- Also disable Multiple Message Detection.
97: --
98: hr_utility.set_location('333 ',40);
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,20);
101: --
102: exception
103: when hr_multi_message.error_message_exist then
104: --

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

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

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

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

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

134: p_object_version_number := null;
135: p_effective_start_date := null;
136: p_effective_end_date := null;
137: p_return_status := hr_multi_message.get_return_status_disable;
138: hr_utility.set_location(' Leaving:' || l_proc,50);
139: end create_pl_paye_details;
140: -- ----------------------------------------------------------------------------
141: -- |------------------------< update_pl_paye_details >------------------------|
142: -- ----------------------------------------------------------------------------

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

164: --
165: -- Other variables
166: l_proc varchar2(72) := g_package ||'update_pl_paye_details';
167: Begin
168: hr_utility.set_location(' Entering:' || l_proc,10);
169: --
170: -- Issue a savepoint
171: --
172: savepoint update_pl_paye_details_swi;

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

216: -- messages of any type exist in the Multiple Message List.
217: -- Also disable Multiple Message Detection.
218: --
219: p_return_status := hr_multi_message.get_return_status_disable;
220: hr_utility.set_location(' Leaving:' || l_proc,20);
221: --
222: exception
223: when hr_multi_message.error_message_exist then
224: --

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

233: p_object_version_number := l_object_version_number;
234: p_effective_start_date := null;
235: p_effective_end_date := null;
236: p_return_status := hr_multi_message.get_return_status_disable;
237: hr_utility.set_location(' Leaving:' || l_proc, 30);
238: when others then
239: --
240: -- When Multiple Message Detection is enabled catch
241: -- any Application specific or other unexpected

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

244: -- error.
245: --
246: rollback to update_pl_paye_details_swi;
247: if hr_multi_message.unexpected_error_add(l_proc) then
248: hr_utility.set_location(' Leaving:' || l_proc,40);
249: raise;
250: end if;
251: --
252: -- Reset IN OUT and set OUT parameters

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

254: p_object_version_number := l_object_version_number;
255: p_effective_start_date := null;
256: p_effective_end_date := null;
257: p_return_status := hr_multi_message.get_return_status_disable;
258: hr_utility.set_location(' Leaving:' || l_proc,50);
259: end update_pl_paye_details;
260: -- ----------------------------------------------------------------------------
261: -- |------------------------< delete_pl_paye_details >------------------------|
262: -- ----------------------------------------------------------------------------

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

279: --
280: -- Other variables
281: l_proc varchar2(72) := g_package ||'delete_pl_paye_details';
282: Begin
283: hr_utility.set_location(' Entering:' || l_proc,10);
284: --
285: -- Issue a savepoint
286: --
287: savepoint delete_pl_paye_details_swi;

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

326: -- messages of any type exist in the Multiple Message List.
327: -- Also disable Multiple Message Detection.
328: --
329: p_return_status := hr_multi_message.get_return_status_disable;
330: hr_utility.set_location(' Leaving:' || l_proc,20);
331: --
332: exception
333: when hr_multi_message.error_message_exist then
334: --

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

343: p_object_version_number := l_object_version_number;
344: p_effective_start_date := null;
345: p_effective_end_date := null;
346: p_return_status := hr_multi_message.get_return_status_disable;
347: hr_utility.set_location(' Leaving:' || l_proc, 30);
348: when others then
349: --
350: -- When Multiple Message Detection is enabled catch
351: -- any Application specific or other unexpected

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

354: -- error.
355: --
356: rollback to delete_pl_paye_details_swi;
357: if hr_multi_message.unexpected_error_add(l_proc) then
358: hr_utility.set_location(' Leaving:' || l_proc,40);
359: raise;
360: end if;
361: --
362: -- Reset IN OUT and set OUT parameters

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

364: p_object_version_number := l_object_version_number;
365: p_effective_start_date := null;
366: p_effective_end_date := null;
367: p_return_status := hr_multi_message.get_return_status_disable;
368: hr_utility.set_location(' Leaving:' || l_proc,50);
369: end delete_pl_paye_details;
370: end pay_pl_paye_swi;