DBA Data[Home] [Help]

APPS.HR_PAB_BUS dependencies on HR_UTILITY

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

42: --
43: l_proc varchar2(72) := g_package||'insert_validate';
44: --
45: Begin
46: hr_utility.set_location('Entering:'||l_proc, 5);
47: --
48: -- Call all supporting business operations
49: --
50: check_unique_patt_bit (p_rec.pattern_bit_code);

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

49: --
50: check_unique_patt_bit (p_rec.pattern_bit_code);
51: --
52: --
53: hr_utility.set_location(' Leaving:'||l_proc, 10);
54: End insert_validate;
55: --
56: -- ----------------------------------------------------------------------------
57: -- |---------------------------< update_validate >----------------------------|

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

60: --
61: l_proc varchar2(72) := g_package||'update_validate';
62: --
63: Begin
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: --
66: -- Call all supporting business operations
67: --
68: --

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

66: -- Call all supporting business operations
67: --
68: --
69: --
70: hr_utility.set_location(' Leaving:'||l_proc, 10);
71: End update_validate;
72: --
73: -- ----------------------------------------------------------------------------
74: -- |---------------------------< delete_validate >----------------------------|

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

77: --
78: l_proc varchar2(72) := g_package||'delete_validate';
79: --
80: Begin
81: hr_utility.set_location('Entering:'||l_proc, 5);
82: --
83: -- Call all supporting business operations
84: --
85: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

81: hr_utility.set_location('Entering:'||l_proc, 5);
82: --
83: -- Call all supporting business operations
84: --
85: hr_utility.set_location(' Leaving:'||l_proc, 10);
86: End delete_validate;
87: --
88: end hr_pab_bus;