DBA Data[Home] [Help]

APPS.IRC_PROF_AREA_CRITERIA_VAL_SWI dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

108: -- Reset IN OUT and set OUT parameters
109: --
110: p_object_version_number := null;
111: p_return_status := hr_multi_message.get_return_status_disable;
112: hr_utility.set_location(' Leaving:' || l_proc,50);
113: end create_prof_area_criteria;
114: -- ----------------------------------------------------------------------------
115: -- |-----------------------< delete_prof_area_criteria >----------------------|
116: -- ----------------------------------------------------------------------------

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

128: --
129: -- Other variables
130: l_proc varchar2(72) := g_package ||'delete_prof_area_criteria';
131: Begin
132: hr_utility.set_location(' Entering:' || l_proc,10);
133: --
134: -- Issue a savepoint
135: --
136: savepoint delete_prof_area_criteria_swi;

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

170: -- messages of any type exist in the Multiple Message List.
171: -- Also disable Multiple Message Detection.
172: --
173: p_return_status := hr_multi_message.get_return_status_disable;
174: hr_utility.set_location(' Leaving:' || l_proc,20);
175: --
176: exception
177: when hr_multi_message.error_message_exist then
178: --

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

184: --
185: -- Reset IN OUT parameters and set OUT parameters
186: --
187: p_return_status := hr_multi_message.get_return_status_disable;
188: hr_utility.set_location(' Leaving:' || l_proc, 30);
189: when others then
190: --
191: -- When Multiple Message Detection is enabled catch
192: -- any Application specific or other unexpected

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

195: -- error.
196: --
197: rollback to delete_prof_area_criteria_swi;
198: if hr_multi_message.unexpected_error_add(l_proc) then
199: hr_utility.set_location(' Leaving:' || l_proc,40);
200: raise;
201: end if;
202: --
203: -- Reset IN OUT and set OUT parameters

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

202: --
203: -- Reset IN OUT and set OUT parameters
204: --
205: p_return_status := hr_multi_message.get_return_status_disable;
206: hr_utility.set_location(' Leaving:' || l_proc,50);
207: end delete_prof_area_criteria;
208: end irc_prof_area_criteria_val_swi;