DBA Data[Home] [Help]

PACKAGE BODY: APPS.GHR_PAH_BUS

Source


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