DBA Data[Home] [Help]

APPS.PER_SBT_BUS dependencies on HR_UTILITY

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

43: l_proc varchar2(72) := g_package||'set_security_group_id';
44: --
45: begin
46: --
47: hr_utility.set_location('Entering:'|| l_proc, 10);
48: --
49: -- Ensure that all the mandatory parameter are not null
50: --
51: hr_api.mandatory_arg_error

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

81: ( p_qualification_id => l_qualification_id
82: );
83: end if;
84: --
85: hr_utility.set_location(' Leaving:'|| l_proc, 20);
86: --
87: end set_security_group_id;
88: --
89: -- ----------------------------------------------------------------------------

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

148: l_proc varchar2(72) := g_package||'insert_validate';
149: l_language_code VARCHAR2(30);
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: -- Call all supporting business operations
155: --
156: -- PF - Call local procedure

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

167: --
168: -- Validate Dependent Attributes
169: --
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: End insert_validate;
173: --
174: -- ----------------------------------------------------------------------------
175: -- |---------------------------< update_validate >----------------------------|

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

181: l_proc varchar2(72) := g_package||'update_validate';
182: l_language_code VARCHAR2(30);
183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: -- Call all supporting business operations
188: --
189: -- PF - Call local procedure

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

204: (p_rec => p_rec
205: );
206: --
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: End update_validate;
210: --
211: -- ----------------------------------------------------------------------------
212: -- |---------------------------< delete_validate >----------------------------|

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

217: --
218: l_proc varchar2(72) := g_package||'delete_validate';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: -- Call all supporting business operations
224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: -- Call all supporting business operations
224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 10);
226: End delete_validate;
227: --
228: end per_sbt_bus;