DBA Data[Home] [Help]

APPS.AME_CNU_BUS dependencies on HR_UTILITY

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

64: exception
65: when app_exception.application_exception then
66: if hr_multi_message.exception_add
67: (p_associated_column1 => 'CONDITION_ID') then
68: hr_utility.set_location(' Leaving:'|| l_proc, 50);
69: raise;
70: end if;
71: hr_utility.set_location(' Leaving:'|| l_proc, 60);
72: end chk_condition_id;

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

67: (p_associated_column1 => 'CONDITION_ID') then
68: hr_utility.set_location(' Leaving:'|| l_proc, 50);
69: raise;
70: end if;
71: hr_utility.set_location(' Leaving:'|| l_proc, 60);
72: end chk_condition_id;
73: -- ---------------------------------------------------------------------------
74: -- |------------------------------------------------|
75: -- ---------------------------------------------------------------------------

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

127: exception
128: when app_exception.application_exception then
129: if hr_multi_message.exception_add
130: (p_associated_column1 => 'RULE_ID') then
131: hr_utility.set_location(' Leaving:'|| l_proc, 50);
132: raise;
133: end if;
134: hr_utility.set_location(' Leaving:'|| l_proc, 60);
135: end chk_rule_id;

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

130: (p_associated_column1 => 'RULE_ID') then
131: hr_utility.set_location(' Leaving:'|| l_proc, 50);
132: raise;
133: end if;
134: hr_utility.set_location(' Leaving:'|| l_proc, 60);
135: end chk_rule_id;
136: -- ----------------------------------------------------------------------------
137: -- |-----------------------< chk_non_updateable_args >------------------------|
138: -- ----------------------------------------------------------------------------

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

376: --
377: l_proc varchar2(72) := g_package||'insert_validate';
378: --
379: Begin
380: hr_utility.set_location('Entering:'||l_proc, 5);
381: --
382: chk_rule_id(p_rule_id => p_rec.rule_id
383: ,p_effective_date => p_effective_date);
384: --

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

387: --
388: -- Validate Dependent Attributes
389: --
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: End insert_validate;
393: --
394: -- ----------------------------------------------------------------------------
395: -- |---------------------------< update_validate >----------------------------|

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

404: --
405: l_proc varchar2(72) := g_package||'update_validate';
406: --
407: Begin
408: hr_utility.set_location('Entering:'||l_proc, 5);
409: --
410: -- Validate Dependent Attributes
411: --
412: -- Call the datetrack update integrity operation

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

422: ,p_rec => p_rec
423: );
424: --
425: --
426: hr_utility.set_location(' Leaving:'||l_proc, 10);
427: End update_validate;
428: --
429: -- ----------------------------------------------------------------------------
430: -- |---------------------------< delete_validate >----------------------------|

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

439: --
440: l_proc varchar2(72) := g_package||'delete_validate';
441: --
442: Begin
443: hr_utility.set_location('Entering:'||l_proc, 5);
444: --
445: -- Call all supporting business operations
446: --
447: dt_delete_validate

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

451: ,p_condition_id => p_rec.condition_id
452: ,p_rule_id => p_rec.rule_id
453: );
454: --
455: hr_utility.set_location(' Leaving:'||l_proc, 10);
456: End delete_validate;
457: --
458: end ame_cnu_bus;