DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_USER_ISWI dependencies on HR_UTILITY

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

26: -- Other variables
27: l_proc varchar2(72);
28: Begin
29: l_proc := g_package ||'create_element';
30: hr_utility.set_location(' Entering:' || l_proc,10);
31: --
32: -- Issue a savepoint
33: --
34: savepoint create_element_swi;

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

71: -- messages of any type exist in the Multiple Message List.
72: -- Also disable Multiple Message Detection.
73: --
74: p_return_status := hr_multi_message.get_return_status_disable;
75: hr_utility.set_location(' Leaving:' || l_proc,20);
76: --
77: exception
78: when hr_multi_message.error_message_exist then
79: --

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

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

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

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

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

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

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

125: -- Other variables
126: l_proc varchar2(72);
127: Begin
128: l_proc := g_package ||'delete_element';
129: hr_utility.set_location(' Entering:' || l_proc,10);
130: --
131: -- Issue a savepoint
132: --
133: savepoint delete_element_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_element_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_element;
204: begin
205: g_package := 'pay_element_template_user_iswi.';
206: end pay_element_template_user_iswi;