DBA Data[Home] [Help]

APPS.HR_DTT_BUS dependencies on HR_UTILITY

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

73: --
74: l_proc varchar2(72) := g_package||'insert_validate';
75: --
76: Begin
77: hr_utility.set_location('Entering:'||l_proc, 5);
78: --
79: -- Call all supporting business operations
80: --
81: --

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

83: --
84: -- Validate Dependent Attributes
85: --
86: --
87: hr_utility.set_location(' Leaving:'||l_proc, 10);
88: End insert_validate;
89: --
90: -- ----------------------------------------------------------------------------
91: -- |---------------------------< update_validate >----------------------------|

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

96: --
97: l_proc varchar2(72) := g_package||'update_validate';
98: --
99: Begin
100: hr_utility.set_location('Entering:'||l_proc, 5);
101: --
102: -- Call all supporting business operations
103: --
104: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."

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

109: (p_rec => p_rec
110: );
111: --
112: --
113: hr_utility.set_location(' Leaving:'||l_proc, 10);
114: End update_validate;
115: --
116: -- ----------------------------------------------------------------------------
117: -- |---------------------------< delete_validate >----------------------------|

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

122: --
123: l_proc varchar2(72) := g_package||'delete_validate';
124: --
125: Begin
126: hr_utility.set_location('Entering:'||l_proc, 5);
127: --
128: -- Call all supporting business operations
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

126: hr_utility.set_location('Entering:'||l_proc, 5);
127: --
128: -- Call all supporting business operations
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: End delete_validate;
132: --
133: end hr_dtt_bus;