DBA Data[Home] [Help]

APPS.PAY_RFT_BUS dependencies on HR_UTILITY

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

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

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

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

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

84: l_proc varchar2(72) := g_package || 'chk_display_name';
85: --
86: Begin
87: --
88: hr_utility.set_location('Entering:'|| l_proc, 10);
89: --
90: hr_api.mandatory_arg_error
91: ( p_api_name => l_proc
92: ,p_argument => 'DISPLAY_NAME'

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

92: ,p_argument => 'DISPLAY_NAME'
93: ,p_argument_value => p_display_name
94: );
95: --
96: hr_utility.set_location(' Leaving:'|| l_proc, 20);
97: --
98: End chk_display_name;
99: --
100: -- ----------------------------------------------------------------------------

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

141: l_exists varchar2(1);
142: --
143: Begin
144: --
145: hr_utility.set_location('Entering:'|| l_proc, 10);
146: --
147: hr_api.mandatory_arg_error
148: ( p_api_name => l_proc
149: ,p_argument => 'REPORT_FORMAT_MAPPING_ID'

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

173: end if ;
174:
175: close csr_unique_key;
176: --
177: hr_utility.set_location(' Leaving:'|| l_proc, 20);
178: --
179: End chk_unique_key;
180: --
181: -- ----------------------------------------------------------------------------

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

237: --
238: l_proc varchar2(72) := g_package||'insert_validate';
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);
242: --
243: -- Call all supporting business operations
244: --
245: --

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

257: --
258: chk_display_name
259: ( p_display_name => p_rec.display_name );
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: End insert_validate;
263: --
264: -- ----------------------------------------------------------------------------
265: -- |---------------------------< update_validate >----------------------------|

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

270: --
271: l_proc varchar2(72) := g_package||'update_validate';
272: --
273: Begin
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: -- Call all supporting business operations
277: --
278: --

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

286: --
287: chk_display_name
288: ( p_display_name => p_rec.display_name );
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 10);
291: End update_validate;
292: --
293: -- ----------------------------------------------------------------------------
294: -- |---------------------------< delete_validate >----------------------------|

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

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

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

303: hr_utility.set_location('Entering:'||l_proc, 5);
304: --
305: -- Call all supporting business operations
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 10);
308: End delete_validate;
309: --
310: end pay_rft_bus;