DBA Data[Home] [Help]

APPS.PAY_RFP_BUS dependencies on HR_UTILITY

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

24: l_exists varchar2(1);
25: --
26: Begin
27: --
28: hr_utility.set_location('Entering:'|| l_proc, 10);
29: --
30: hr_api.mandatory_arg_error
31: ( p_api_name => l_proc
32: ,p_argument => 'REPORT_FORMAT_MAPPING_ID'

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

47: end if ;
48:
49: close csr_report_format_mapping_id;
50: --
51: hr_utility.set_location(' Leaving:'|| l_proc, 20);
52: --
53: End chk_report_format_mapping_id;
54: --
55: -- ----------------------------------------------------------------------------

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

96: l_exists varchar2(1);
97: --
98: Begin
99: --
100: hr_utility.set_location('Entering:'|| l_proc, 10);
101: --
102: hr_api.mandatory_arg_error
103: ( p_api_name => l_proc
104: ,p_argument => 'REPORT_FORMAT_MAPPING_ID'

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

128: end if ;
129:
130: close csr_unique_key;
131: --
132: hr_utility.set_location(' Leaving:'|| l_proc, 20);
133: --
134: End chk_unique_key;
135: --
136: -- ----------------------------------------------------------------------------

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

166: l_proc varchar2(72) := g_package || 'chk_parameter_value';
167: --
168: Begin
169: --
170: hr_utility.set_location('Entering:'|| l_proc, 10);
171: --
172: hr_api.mandatory_arg_error
173: ( p_api_name => l_proc
174: ,p_argument => 'PARAMETER_VALUE'

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

174: ,p_argument => 'PARAMETER_VALUE'
175: ,p_argument_value => p_parameter_value
176: );
177: --
178: hr_utility.set_location(' Leaving:'|| l_proc, 20);
179: --
180: End chk_parameter_value;
181: --
182: -- ----------------------------------------------------------------------------

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

239: --
240: l_proc varchar2(72) := g_package||'insert_validate';
241: --
242: Begin
243: hr_utility.set_location('Entering:'||l_proc, 5);
244: --
245: -- Call all supporting business operations
246: --
247: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.

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

260: chk_parameter_value
261: ( p_parameter_value => p_rec.parameter_value
262: );
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: End insert_validate;
266: --
267: -- ----------------------------------------------------------------------------
268: -- |---------------------------< update_validate >----------------------------|

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

273: --
274: l_proc varchar2(72) := g_package||'update_validate';
275: --
276: Begin
277: hr_utility.set_location('Entering:'||l_proc, 5);
278: --
279: -- Call all supporting business operations
280: --
281: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.

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

290: chk_parameter_value
291: ( p_parameter_value => p_rec.parameter_value
292: );
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: End update_validate;
296: --
297: -- ----------------------------------------------------------------------------
298: -- |---------------------------< delete_validate >----------------------------|

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

303: --
304: l_proc varchar2(72) := g_package||'delete_validate';
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: --
309: -- Call all supporting business operations
310: --
311: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

307: hr_utility.set_location('Entering:'||l_proc, 5);
308: --
309: -- Call all supporting business operations
310: --
311: hr_utility.set_location(' Leaving:'||l_proc, 10);
312: End delete_validate;
313: --
314: end pay_rfp_bus;