DBA Data[Home] [Help]

PACKAGE BODY: APPS.PE_PEI_FLEX_DDF

Source


1 Package Body pe_pei_flex_ddf as
2 /* $Header: pepeiddf.pkb 115.0 99/07/18 14:14:06 porting ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |                     Private Global Definitions                           |
6 -- ----------------------------------------------------------------------------
7 --
8 g_package  varchar2(33) := '   pe_pei_flex_ddf.';  -- Global package name
9 --
10 -- ----------------------------------------------------------------------------
11 -- |--------------------------< val_info_type_y >------------------------------|
12 -- ----------------------------------------------------------------------------
13 --  {Start of Comments}
14 --
15 --  Description:
16 --    This procedure performs the descriptive flexfield validation for the
17 --    reference field - Information Type where the value is 'Y'.
18 --
19 --  Pre Conditions:
20 --    None
21 --
22 --  In Arguments:
23 --    p_rec
24 --
25 --  Post Success:
26 --    Processing of pe_pei_flex_ddf continues.
27 --
28 --  Post failure:
29 --    Processing will be suspended if the descriptive flexfield validation
30 --    fails.
31 --
32 --  Developer Implementation Notes:
33 --    Customer defined.
34 --
35 --  Access Status:
36 --    From df procedure only.
37 --
38 --  {End of Comments}
39 -- ----------------------------------------------------------------------------
40 Procedure val_info_type_y
41              (p_rec   in per_asg_shd.g_rec_type) is
42 --
43   l_proc    varchar2(72) := g_package||'val_info_type_y';
44 --
45 begin
46   hr_utility.set_location('Entering:'||l_proc, 1);
47   --
48   -- Enter procedure code here
49   --
50   hr_utility.set_location(' Leaving:'||l_proc, 2);
51 end val_info_type_y;
52 -- ----------------------------------------------------------------------------
53 -- |--------------------------< val_info_type_x >------------------------------|
54 -- ----------------------------------------------------------------------------
55 --  {Start of Comments}
56 --
57 --  Description:
58 --    This procedure performs the descriptive flexfield validation for the
59 --    reference field - Information Type where the value is 'X'.
60 --
61 --  Pre Conditions:
62 --    None
63 --
64 --  In Arguments:
65 --    p_rec
66 --
67 --  Post Success:
68 --    Processing of pe_pei_flex_ddf continues.
69 --
70 --  Post failure:
71 --    Processing will be suspended if the descriptive flexfield validation
72 --    fails.
73 --
74 --  Developer Implementation Notes:
75 --    Customer defined.
76 --
77 --  Access Status:
78 --    From df procedure only.
79 --
80 --  {End of Comments}
81 -- ----------------------------------------------------------------------------
82 Procedure val_info_type_x
83              (p_rec   in per_asg_shd.g_rec_type) is
84 --
85   l_proc    varchar2(72) := g_package||'val_info_type_x';
86 --
87 begin
88   hr_utility.set_location('Entering:'||l_proc, 1);
89   --
90   -- Enter procedure code here
91   --
92   hr_utility.set_location(' Leaving:'||l_proc, 2);
93 end val_info_type_x;
94 -- ----------------------------------------------------------------------------
95 -- |-------------------------------< ddf >------------------------------------|
96 -- ----------------------------------------------------------------------------
97 --
98 procedure ddf
99   (p_rec   in pe_pei_shd.g_rec_type) is
100 --
101   l_proc       varchar2(72) := g_package||'ddf';
102   l_error      exception;
103   l_date_from   date;
104 --
105 Begin
106   hr_utility.set_location('Entering:'||l_proc, 5);
107 
108 /*
109   -- Check for value of reference field an then
110   -- call relevant validation procedure.
111   --
112   if <reference field value> is not null then
113     --
114     -- Reference field       => Information type
115     -- Reference field value => 'X'
116     --
117     if <reference field value> is <value> then
118       val_info_type_x(p_rec => p_rec);
119     --
120     -- Reference field       => Information type
121     -- Reference field value => 'Y'
122     --
123     elsif <reference field value> is <value> then
124       val_info_type_y(p_rec => p_rec);
125     else
126       --
127       -- Reference field values is not supported
128       --
129       hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
130       hr_utility.raise_error;
131     end if;
132   else
133     --
134     -- When the reference field is null, check
135     -- that none of the information fields have
136     -- been set
137     --
138 */
139   if p_rec.pei_information1 is not null then
140     raise l_error;
141   elsif p_rec.pei_information2 is not null then
142     raise l_error;
143   elsif p_rec.pei_information3 is not null then
144     raise l_error;
145   elsif p_rec.pei_information4 is not null then
146     raise l_error;
147   elsif p_rec.pei_information5 is not null then
148     raise l_error;
149   elsif p_rec.pei_information6 is not null then
150     raise l_error;
151   elsif p_rec.pei_information7 is not null then
152     raise l_error;
153   elsif p_rec.pei_information8 is not null then
154     raise l_error;
155   elsif p_rec.pei_information9 is not null then
156     raise l_error;
157   elsif p_rec.pei_information10 is not null then
158     raise l_error;
159   elsif p_rec.pei_information11 is not null then
160     raise l_error;
161   elsif p_rec.pei_information12 is not null then
162     raise l_error;
163   elsif p_rec.pei_information13 is not null then
164     raise l_error;
165   elsif p_rec.pei_information14 is not null then
166     raise l_error;
167   elsif p_rec.pei_information15 is not null then
168     raise l_error;
169   elsif p_rec.pei_information16 is not null then
170     raise l_error;
171   elsif p_rec.pei_information17 is not null then
172     raise l_error;
173   elsif p_rec.pei_information18 is not null then
174     raise l_error;
175   elsif p_rec.pei_information19 is not null then
176     raise l_error;
177   elsif p_rec.pei_information20 is not null then
178     raise l_error;
179   elsif p_rec.pei_information21 is not null then
180     raise l_error;
181   elsif p_rec.pei_information22 is not null then
182     raise l_error;
183   elsif p_rec.pei_information23 is not null then
184     raise l_error;
185   elsif p_rec.pei_information24 is not null then
186     raise l_error;
187   elsif p_rec.pei_information25 is not null then
188     raise l_error;
189   elsif p_rec.pei_information26 is not null then
190     raise l_error;
191   elsif p_rec.pei_information27 is not null then
192     raise l_error;
193   elsif p_rec.pei_information28 is not null then
194     raise l_error;
195   elsif p_rec.pei_information29 is not null then
196     raise l_error;
197   elsif p_rec.pei_information30 is not null then
198     raise l_error;
199   end if;
200   --
201   /*
202   endif;
203   */
204   hr_utility.set_location(' Leaving:'||l_proc, 10);
205   --
206 exception
207   when l_error then
208     hr_utility.set_message(999, 'HR_9999_FLEX_INV_INFO_ARG');
209     hr_utility.raise_error;
210     hr_utility.set_location(' Leaving:'||l_proc, 10);
211 end ddf;
212 end pe_pei_flex_ddf;