DBA Data[Home] [Help]

APPS.PAY_MGB_BUS dependencies on HR_UTILITY

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

51: l_exists varchar2(1);
52: --
53: Begin
54: --
55: hr_utility.set_location('Entering:'|| l_proc, 10);
56: --
57: hr_api.mandatory_arg_error
58: ( p_api_name => l_proc
59: ,p_argument => 'BLOCK_NAME'

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

83: end if ;
84:
85: close csr_unique_key;
86: --
87: hr_utility.set_location(' Leaving:'|| l_proc, 20);
88: --
89: End chk_unique_key;
90: --
91: -- ----------------------------------------------------------------------------

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

163: --
164: l_proc varchar2(72) := g_package||'insert_validate';
165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: -- Call all supporting business operations
170: --
171: --

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

173: ( p_block_name => p_rec.block_name
174: ,p_report_format => p_rec.report_format
175: );
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End insert_validate;
179: --
180: -- ----------------------------------------------------------------------------
181: -- |---------------------------< update_validate >----------------------------|

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

184: --
185: l_proc varchar2(72) := g_package||'update_validate';
186: --
187: Begin
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: --
190: -- Call all supporting business operations
191: --
192: chk_non_updateable_args

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

191: --
192: chk_non_updateable_args
193: ( p_rec => p_rec );
194: --
195: hr_utility.set_location(' Leaving:'||l_proc, 10);
196: End update_validate;
197: --
198: -- ----------------------------------------------------------------------------
199: -- |---------------------------< delete_validate >----------------------------|

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

202: --
203: l_proc varchar2(72) := g_package||'delete_validate';
204: --
205: Begin
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: -- Call all supporting business operations
209: --
210: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: -- Call all supporting business operations
209: --
210: hr_utility.set_location(' Leaving:'||l_proc, 10);
211: End delete_validate;
212: --
213: end pay_mgb_bus;