DBA Data[Home] [Help]

APPS.HR_UCX_BUS dependencies on HR_UTILITY

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

104:
105:
106: --
107: Begin
108: hr_utility.set_location('Entering:'||l_proc,10);
109: --
110: -- Check value has been passed
111: --
112: hr_api.mandatory_arg_error

Line 118: hr_utility.set_location('Converting'||l_proc,20);

114: ,p_argument => 'UI_CONTEXT_KEY'
115: ,p_argument_value => p_label
116: );
117:
118: hr_utility.set_location('Converting'||l_proc,20);
119:
120:
121: hr_ucx_shd.construct_ui_context_key
122: (

Line 128: hr_utility.set_location('Opening cursor'||l_proc,30);

124: ,p_label
125: ,l_gen_ui_context_key
126: );
127:
128: hr_utility.set_location('Opening cursor'||l_proc,30);
129:
130: open csr_key(l_gen_ui_context_key);
131: fetch csr_key into l_key;
132: if (csr_key%found)

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

136: fnd_message.raise_error;
137: end if;
138: close csr_key;
139:
140: hr_utility.set_location(' Leaving:'||l_proc,40);
141: exception
142: when app_exception.application_exception then
143: if hr_multi_message.exception_add
144: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.UI_CONTEXT_KEY'

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

142: when app_exception.application_exception then
143: if hr_multi_message.exception_add
144: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.UI_CONTEXT_KEY'
145: )then
146: hr_utility.set_location(' Leaving:'||l_proc, 50);
147: raise;
148: end if;
149: hr_utility.set_location(' Leaving:'||l_proc,60);
150: End CHK_UI_CONTEXT_KEY;

Line 149: hr_utility.set_location(' Leaving:'||l_proc,60);

145: )then
146: hr_utility.set_location(' Leaving:'||l_proc, 50);
147: raise;
148: end if;
149: hr_utility.set_location(' Leaving:'||l_proc,60);
150: End CHK_UI_CONTEXT_KEY;
151:
152:
153: -- ----------------------------------------------------------------------------

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

187:
188:
189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc,10);
192:
193: --user_interface_id should not be null
194:
195: hr_api.mandatory_arg_error

Line 202: hr_utility.set_location('Validating:'||l_proc,20);

198: ,p_argument_value => p_user_interface_id
199: );
200:
201:
202: hr_utility.set_location('Validating:'||l_proc,20);
203:
204:
205: open csr_int;
206: fetch csr_int into l_key;

Line 207: hr_utility.set_location('After fetching :'||l_proc,30);

203:
204:
205: open csr_int;
206: fetch csr_int into l_key;
207: hr_utility.set_location('After fetching :'||l_proc,30);
208: if (csr_int%notfound) then
209: close csr_int;
210: fnd_message.set_name('PER','PER_449569_UCX_UI_ID_ABSENT');
211: fnd_message.raise_error;

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

211: fnd_message.raise_error;
212: end if;
213: close csr_int;
214:
215: hr_utility.set_location(' Leaving:'||l_proc,40);
216: exception
217: when app_exception.application_exception then
218: if hr_multi_message.exception_add
219: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.USER_INTERFACE_ID'

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

217: when app_exception.application_exception then
218: if hr_multi_message.exception_add
219: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.USER_INTERFACE_ID'
220: )then
221: hr_utility.set_location(' Leaving:'||l_proc, 50);
222: raise;
223: end if;
224: hr_utility.set_location(' Leaving:'||l_proc,60);
225: End CHK_USER_INTERFACE_ID;

Line 224: hr_utility.set_location(' Leaving:'||l_proc,60);

220: )then
221: hr_utility.set_location(' Leaving:'||l_proc, 50);
222: raise;
223: end if;
224: hr_utility.set_location(' Leaving:'||l_proc,60);
225: End CHK_USER_INTERFACE_ID;
226:
227:
228:

Line 240: hr_utility.set_location('Entering:'||l_proc, 5);

236: --
237: l_proc varchar2(72) := g_package||'insert_validate';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: -- Call all supporting business operations
243: --
244: --

Line 261: hr_utility.set_location(' Leaving:'||l_proc, 10);

257: p_label => p_rec.label
258: ,p_user_interface_id => p_rec.user_interface_id
259: );
260:
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: End insert_validate;
263: --
264: -- ----------------------------------------------------------------------------
265: -- |---------------------------< update_validate >----------------------------|

Line 274: hr_utility.set_location('Entering:'||l_proc, 5);

270: --
271: l_proc varchar2(72) := g_package||'update_validate';
272: --
273: Begin
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: -- Call all supporting business operations
277: --
278: --

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

285: (p_rec => p_rec
286: );
287: --
288: --
289: hr_utility.set_location(' Leaving:'||l_proc, 10);
290: End update_validate;
291: --
292: -- ----------------------------------------------------------------------------
293: -- |---------------------------< delete_validate >----------------------------|

Line 302: hr_utility.set_location('Entering:'||l_proc, 5);

298: --
299: l_proc varchar2(72) := g_package||'delete_validate';
300: --
301: Begin
302: hr_utility.set_location('Entering:'||l_proc, 5);
303: --
304: -- Call all supporting business operations
305: --
306: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

302: hr_utility.set_location('Entering:'||l_proc, 5);
303: --
304: -- Call all supporting business operations
305: --
306: hr_utility.set_location(' Leaving:'||l_proc, 10);
307: End delete_validate;
308: --
309: end hr_ucx_bus;