DBA Data[Home] [Help]

PACKAGE BODY: APPS.HR_PPU_BUS

Source


1 Package Body hr_ppu_bus as
2 /* $Header: hrppurhi.pkb 115.1 99/07/17 05:36:57 porting ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |                     Private Global Definitions                           |
6 -- ----------------------------------------------------------------------------
7 --
8 g_package  varchar2(33)	:= '  hr_ppu_bus.';  -- Global package name
9 --
10 --
11 --  Business Validation Section
12 --
13 -- ----------------------------------------------------------------------------
14 -- |---------------------------< insert_validate >----------------------------|
15 -- ----------------------------------------------------------------------------
16 Procedure insert_validate(p_rec in hr_ppu_shd.g_rec_type) is
17 --
18   l_proc  varchar2(72) := g_package||'insert_validate';
19 --
20 Begin
21   hr_utility.set_location('Entering:'||l_proc, 5);
22   --
23   -- Call all supporting business operations
24   --
25   --
26   --
27   hr_utility.set_location(' Leaving:'||l_proc, 10);
28 End insert_validate;
29 --
30 -- ----------------------------------------------------------------------------
31 -- |---------------------------< update_validate >----------------------------|
32 -- ----------------------------------------------------------------------------
33 Procedure update_validate(p_rec in hr_ppu_shd.g_rec_type) is
34 --
35   l_proc  varchar2(72) := g_package||'update_validate';
36 --
37 Begin
38   hr_utility.set_location('Entering:'||l_proc, 5);
39   --
40   -- Call all supporting business operations
41   --
42   --
43   --
44   --
45   hr_utility.set_location(' Leaving:'||l_proc, 10);
46 End update_validate;
47 --
48 -- ----------------------------------------------------------------------------
49 -- |---------------------------< delete_validate >----------------------------|
50 -- ----------------------------------------------------------------------------
51 Procedure delete_validate(p_rec in hr_ppu_shd.g_rec_type) is
52 --
53   l_proc  varchar2(72) := g_package||'delete_validate';
54 --
55 Begin
56   hr_utility.set_location('Entering:'||l_proc, 5);
57   --
58   -- Call all supporting business operations
59   --
60   hr_utility.set_location(' Leaving:'||l_proc, 10);
61 End delete_validate;
62 --
63 end hr_ppu_bus;