DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUS dependencies on HR_UTILITY

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

18: --
19: l_proc varchar2(72) := g_package||'insert_validate';
20: --
21: Begin
22: hr_utility.set_location('Entering:'||l_proc, 5);
23: --
24: -- Call all supporting business operations
25: --
26: if p_rec.cancelled_flag = 'N' then

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

136: -- check_cancelled_flag( p_rec.cancelled_flag );
137: --
138: -- check_payment_flag( p_rec.payment_flag );
139: --
140: hr_utility.set_location(' Leaving:'||l_proc, 10);
141: End insert_validate;
142: --
143: -- ----------------------------------------------------------------------------
144: -- |---------------------------< update_validate >----------------------------|

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

218: := ota_general.value_changed( ota_tfh_api_shd.g_old_rec.administrator
219: , p_rec.administrator );
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: --
224: -- Call all supporting business operations
225: --
226: --

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

411:
412: --
413: --
414: --
415: hr_utility.set_location(' Leaving:'||l_proc, 10);
416: End update_validate;
417: --
418: -- ----------------------------------------------------------------------------
419: -- |---------------------------< delete_validate >----------------------------|

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

422: --
423: l_proc varchar2(72) := g_package||'delete_validate';
424: --
425: Begin
426: hr_utility.set_location('Entering:'||l_proc, 5);
427: --
428: -- Call all supporting business operations
429: --
430: ota_tfh_api_business_rules.check_deletion( p_rec.finance_header_id);

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

428: -- Call all supporting business operations
429: --
430: ota_tfh_api_business_rules.check_deletion( p_rec.finance_header_id);
431: --
432: hr_utility.set_location(' Leaving:'||l_proc, 10);
433: End delete_validate;
434: --
435: -- ---------------------------------------------------------------------------
436: -- |----------------------< set_security_group_id >--------------------------|

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

461: l_legislation_code varchar2(150);
462: --
463: begin
464: --
465: hr_utility.set_location('Entering:'|| l_proc, 10);
466: --
467: -- Ensure that all the mandatory parameter are not null
468: --
469: hr_api.mandatory_arg_error

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

501: --
502: hr_api.set_legislation_context(l_legislation_code);
503: end if;
504: --
505: hr_utility.set_location(' Leaving:'|| l_proc, 20);
506: --
507: end set_security_group_id;
508:
509: -- ----------------------------------------------------------------------------

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

556: l_proc varchar2(72) := g_package||'return_legislation_code';
557: l_legislation_code varchar2(150);
558: --
559: Begin
560: hr_utility.set_location('Entering:'||l_proc, 5);
561: --
562: -- Ensure that all the mandatory parameters are not null
563: --
564: hr_api.mandatory_arg_error (p_api_name => l_proc,

Line 574: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

570: close csr_leg_code;
571: --
572: -- The primary key is invalid therefore we must error out
573: --
574: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
575: hr_utility.raise_error;
576: end if;
577: --
578: close csr_leg_code;

Line 575: hr_utility.raise_error;

571: --
572: -- The primary key is invalid therefore we must error out
573: --
574: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
575: hr_utility.raise_error;
576: end if;
577: --
578: close csr_leg_code;
579: return l_legislation_code;

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

577: --
578: close csr_leg_code;
579: return l_legislation_code;
580: --
581: hr_utility.set_location(' Leaving:'||l_proc, 10);
582: --
583: End return_legislation_code;
584:
585: