DBA Data[Home] [Help]

APPS.FF_CON_BUS dependencies on HR_UTILITY

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

19: select context_id from ff_contexts
20: where context_id = c_context_id;
21: --
22: Begin
23: hr_utility.set_location('Entering:'||l_proc, 5);
24: --
25: -- Call all supporting business operations
26: -- Simple check on context ID as no FK constraint exists.
27: --

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

32: if l_context_id is null then
33: raise no_data_found;
34: end if;
35: --
36: hr_utility.set_location(' Leaving:'||l_proc, 10);
37: Exception when no_data_found then
38: --
39: -- Raise error although FK does not exist.
40: ff_con_shd.constraint_error('FF_ARCHIVE_ITEM_CONTEXT_FK2');

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

48: --
49: l_proc varchar2(72) := g_package||'update_validate';
50: --
51: Begin
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: --
54: -- Call all supporting business operations
55: --
56: --

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

54: -- Call all supporting business operations
55: --
56: --
57: --
58: hr_utility.set_location(' Leaving:'||l_proc, 10);
59: End update_validate;
60: --
61: -- ----------------------------------------------------------------------------
62: -- |---------------------------< delete_validate >----------------------------|

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

65: --
66: l_proc varchar2(72) := g_package||'delete_validate';
67: --
68: Begin
69: hr_utility.set_location('Entering:'||l_proc, 5);
70: --
71: -- Call all supporting business operations
72: --
73: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

69: hr_utility.set_location('Entering:'||l_proc, 5);
70: --
71: -- Call all supporting business operations
72: --
73: hr_utility.set_location(' Leaving:'||l_proc, 10);
74: End delete_validate;
75: --
76: end ff_con_bus;