DBA Data[Home] [Help]

APPS.HR_IPT_BUS dependencies on HR_UTILITY

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

25: l_proc varchar2(72) := g_package||'set_security_group_id';
26: --
27: begin
28: --
29: hr_utility.set_location('Entering:'|| l_proc, 10);
30: --
31: hr_itp_bus.set_security_group_id
32: (p_item_property_id => p_item_property_id
33: );

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

31: hr_itp_bus.set_security_group_id
32: (p_item_property_id => p_item_property_id
33: );
34: --
35: hr_utility.set_location(' Leaving:'|| l_proc, 20);
36: --
37: end set_security_group_id;
38: --
39: -- ---------------------------------------------------------------------------

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

50: l_proc varchar2(72) := g_package||'return_legislation_code';
51: --
52: Begin
53: --
54: hr_utility.set_location('Entering:'|| l_proc, 10);
55: --
56: l_legislation_code := hr_itp_bus.return_legislation_code
57: (p_item_property_id => p_item_property_id
58: );

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

56: l_legislation_code := hr_itp_bus.return_legislation_code
57: (p_item_property_id => p_item_property_id
58: );
59: --
60: hr_utility.set_location(' Leaving:'|| l_proc, 40);
61: return l_legislation_code;
62: end return_legislation_code;
63: --
64: -- ----------------------------------------------------------------------------

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

140: l_api_updating boolean;
141: l_installed_flag varchar2(30);
142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 10);
145: --
146: l_api_updating := hr_ipt_shd.api_updating
147: (p_item_property_id => p_item_property_id
148: ,p_language => p_language

Line 150: hr_utility.set_location(l_proc,20);

146: l_api_updating := hr_ipt_shd.api_updating
147: (p_item_property_id => p_item_property_id
148: ,p_language => p_language
149: );
150: hr_utility.set_location(l_proc,20);
151: --
152: -- Only proceed with SQL validation if absolutely necessary
153: --
154: if ( ( l_api_updating

Line 159: hr_utility.set_location(l_proc,30);

155: and nvl(hr_ipt_shd.g_old_rec.source_lang,hr_api.g_varchar2) <>
156: nvl(p_source_lang,hr_api.g_varchar2))
157: or (NOT l_api_updating)) then
158: --
159: hr_utility.set_location(l_proc,30);
160: --
161: -- Check value has been passed
162: --
163: hr_api.mandatory_arg_error

Line 169: hr_utility.set_location(l_proc,40);

165: ,p_argument => 'source_lang'
166: ,p_argument_value => p_source_lang
167: );
168: --
169: hr_utility.set_location(l_proc,40);
170: --
171: -- Check source language exists and is base or installed language
172: --
173: open csr_language;

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

191: */
192: --
193: end if;
194: --
195: hr_utility.set_location('Leaving:'||l_proc, 100);
196: End chk_source_lang;
197: --
198: -- ----------------------------------------------------------------------------
199: -- |------------------------------< chk_default_value >-----------------------|

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

207: l_proc varchar2(72) := g_package || 'chk_default_value';
208: l_api_updating boolean;
209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 10);
212: --
213: hr_utility.set_location('Leaving:'||l_proc, 100);
214: End chk_default_value;
215: --

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

209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 10);
212: --
213: hr_utility.set_location('Leaving:'||l_proc, 100);
214: End chk_default_value;
215: --
216: -- ----------------------------------------------------------------------------
217: -- |------------------------< chk_information_prompt >------------------------|

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

231: l_api_updating boolean;
232: l_information_formula_id number;
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 10);
236: --
237: -- Only proceed with SQL validation if absolutely necessary
238: --
239: if ( ( l_api_updating

Line 244: hr_utility.set_location(l_proc,30);

240: and nvl(hr_ipt_shd.g_old_rec.information_prompt,hr_api.g_varchar2) <>
241: nvl(p_information_prompt,hr_api.g_varchar2))
242: or (NOT l_api_updating)) then
243: --
244: hr_utility.set_location(l_proc,30);
245: --
246: open csr_item_property;
247: fetch csr_item_property into l_information_formula_id;
248: if csr_item_property%notfound then

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

273: end if;
274: end if;
275: end if;
276: --
277: hr_utility.set_location('Leaving:'||l_proc, 100);
278: End chk_information_prompt;
279: --
280: -- ----------------------------------------------------------------------------
281: -- |-------------------------------< chk_label >------------------------------|

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

301: l_template_item_context_id number;
302: l_item_type varchar2(30);
303: --
304: Begin
305: hr_utility.set_location('Entering:'||l_proc, 10);
306: --
307: l_api_updating := hr_ipt_shd.api_updating
308: (p_item_property_id => p_item_property_id
309: ,p_language => p_language

Line 311: hr_utility.set_location(l_proc,20);

307: l_api_updating := hr_ipt_shd.api_updating
308: (p_item_property_id => p_item_property_id
309: ,p_language => p_language
310: );
311: hr_utility.set_location(l_proc,20);
312: --
313: -- Only proceed with SQL validation if absolutely necessary
314: --
315: if ( ( l_api_updating

Line 320: hr_utility.set_location(l_proc,30);

316: and nvl(hr_ipt_shd.g_old_rec.label,hr_api.g_varchar2) <>
317: nvl(p_label,hr_api.g_varchar2))
318: or (NOT l_api_updating)) then
319: --
320: hr_utility.set_location(l_proc,30);
321: --
322: -- Check item is of appropriate type if label is specified
323: --
324: if p_label is not null then

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

349: end if;
350: --
351: end if;
352: --
353: hr_utility.set_location('Leaving:'||l_proc, 100);
354: End chk_label;
355: --
356: -- ----------------------------------------------------------------------------
357: -- |----------------------------< chk_prompt_text >---------------------------|

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

377: l_template_item_context_id number;
378: l_item_type varchar2(30);
379: --
380: Begin
381: hr_utility.set_location('Entering:'||l_proc, 10);
382: --
383: l_api_updating := hr_ipt_shd.api_updating
384: (p_item_property_id => p_item_property_id
385: ,p_language => p_language

Line 387: hr_utility.set_location(l_proc,20);

383: l_api_updating := hr_ipt_shd.api_updating
384: (p_item_property_id => p_item_property_id
385: ,p_language => p_language
386: );
387: hr_utility.set_location(l_proc,20);
388: --
389: -- Only proceed with SQL validation if absolutely necessary
390: --
391: if ( ( l_api_updating

Line 396: hr_utility.set_location(l_proc,30);

392: and nvl(hr_ipt_shd.g_old_rec.prompt_text,hr_api.g_varchar2) <>
393: nvl(p_prompt_text,hr_api.g_varchar2))
394: or (NOT l_api_updating)) then
395: --
396: hr_utility.set_location(l_proc,30);
397: --
398: if p_prompt_text is not null then
399: --
400: hr_utility.set_location(l_proc,40);

Line 400: hr_utility.set_location(l_proc,40);

396: hr_utility.set_location(l_proc,30);
397: --
398: if p_prompt_text is not null then
399: --
400: hr_utility.set_location(l_proc,40);
401: --
402: open csr_item_property;
403: fetch csr_item_property into l_form_item_id, l_template_item_id, l_template_item_context_id;
404: if csr_item_property%notfound then

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

425: end if;
426: --
427: end if;
428: --
429: hr_utility.set_location('Leaving:'||l_proc, 100);
430: End chk_prompt_text;
431: --
432: -- ----------------------------------------------------------------------------
433: -- |---------------------------< chk_tooltip_text >---------------------------|

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

453: l_template_item_context_id number;
454: l_item_type varchar2(30);
455: --
456: Begin
457: hr_utility.set_location('Entering:'||l_proc, 10);
458: --
459: l_api_updating := hr_ipt_shd.api_updating
460: (p_item_property_id => p_item_property_id
461: ,p_language => p_language

Line 463: hr_utility.set_location(l_proc,20);

459: l_api_updating := hr_ipt_shd.api_updating
460: (p_item_property_id => p_item_property_id
461: ,p_language => p_language
462: );
463: hr_utility.set_location(l_proc,20);
464: --
465: -- Only proceed with SQL validation if absolutely necessary
466: --
467: if ( ( l_api_updating

Line 472: hr_utility.set_location(l_proc,30);

468: and nvl(hr_ipt_shd.g_old_rec.tooltip_text,hr_api.g_varchar2) <>
469: nvl(p_tooltip_text,hr_api.g_varchar2))
470: or (NOT l_api_updating)) then
471: --
472: hr_utility.set_location(l_proc,30);
473: --
474: if p_tooltip_text is not null then
475: --
476: hr_utility.set_location(l_proc,40);

Line 476: hr_utility.set_location(l_proc,40);

472: hr_utility.set_location(l_proc,30);
473: --
474: if p_tooltip_text is not null then
475: --
476: hr_utility.set_location(l_proc,40);
477: --
478: open csr_item_property;
479: fetch csr_item_property into l_form_item_id, l_template_item_id, l_template_item_context_id;
480: if csr_item_property%notfound then

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

501: end if;
502: --
503: end if;
504: --
505: hr_utility.set_location('Leaving:'||l_proc, 100);
506: End chk_tooltip_text;
507: --
508: -- ----------------------------------------------------------------------------
509: -- |------------------------------< chk_delete >------------------------------|

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

514: --
515: l_proc varchar2(72) := g_package||'chk_delete';
516: --
517: Begin
518: hr_utility.set_location('Entering:'||l_proc, 5);
519: --
520: -- No additional validation required
521: --
522: null;

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

520: -- No additional validation required
521: --
522: null;
523: --
524: hr_utility.set_location(' Leaving:'||l_proc, 10);
525: End chk_delete;
526: --
527: -- ----------------------------------------------------------------------------
528: -- |---------------------------< insert_validate >----------------------------|

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

534: --
535: l_proc varchar2(72) := g_package||'insert_validate';
536: --
537: Begin
538: hr_utility.set_location('Entering:'||l_proc, 5);
539: --
540: -- Call all supporting business operations
541: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
542: --

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

578: ,p_tooltip_text => p_rec.tooltip_text
579: ,p_item_property_id_actual => p_item_property_id
580: );
581: --
582: hr_utility.set_location(' Leaving:'||l_proc, 10);
583: End insert_validate;
584: --
585: -- ----------------------------------------------------------------------------
586: -- |---------------------------< update_validate >----------------------------|

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

591: --
592: l_proc varchar2(72) := g_package||'update_validate';
593: --
594: Begin
595: hr_utility.set_location('Entering:'||l_proc, 5);
596: --
597: -- Call all supporting business operations
598: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
599: --

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

639: ,p_tooltip_text => p_rec.tooltip_text
640: ,p_item_property_id_actual => p_rec.item_property_id
641: );
642: --
643: hr_utility.set_location(' Leaving:'||l_proc, 10);
644: End update_validate;
645: --
646: -- ----------------------------------------------------------------------------
647: -- |---------------------------< delete_validate >----------------------------|

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

652: --
653: l_proc varchar2(72) := g_package||'delete_validate';
654: --
655: Begin
656: hr_utility.set_location('Entering:'||l_proc, 5);
657: --
658: -- Call all supporting business operations
659: --
660: chk_delete

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

660: chk_delete
661: (p_rec => p_rec
662: );
663: --
664: hr_utility.set_location(' Leaving:'||l_proc, 10);
665: End delete_validate;
666: --
667: end hr_ipt_bus;