DBA Data[Home] [Help]

APPS.PER_ZA_LSA_UPD dependencies on HR_UTILITY

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

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: -- Increment the object version
62: --
63: --

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

85: where agreement_id = p_rec.agreement_id;
86: --
87: per_za_lsa_shd.g_api_dml := false; -- Unset the api dml status
88: --
89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: --
91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated

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

145: --
146: l_proc varchar2(72) := g_package||'pre_update';
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --

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

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --
154: -- ----------------------------------------------------------------------------
155: -- |-----------------------------< post_update >------------------------------|

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

187: --
188: l_proc varchar2(72) := g_package||'post_update';
189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: hr_utility.set_location(' Leaving:'||l_proc, 10);
194: End post_update;
195: --

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

189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: hr_utility.set_location(' Leaving:'||l_proc, 10);
194: End post_update;
195: --
196: -- ----------------------------------------------------------------------------
197: -- |---------------------------------< upd >----------------------------------|

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

204: --
205: l_proc varchar2(72) := g_package||'upd';
206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --
210: -- Determine if the business process is to be validated.
211: --
212: If p_validate then

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

250: If p_validate then
251: Raise HR_Api.Validate_Enabled;
252: End If;
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: Exception
256: When HR_Api.Validate_Enabled Then
257: --
258: -- As the Validate_Enabled exception has been raised

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

286: l_rec per_za_lsa_shd.g_za_rec_type;
287: l_proc varchar2(72) := g_package||'upd';
288: --
289: Begin
290: hr_utility.set_location('Entering:'||l_proc, 5);
291: --
292: -- Call conversion function to turn arguments into the
293: -- l_rec structure.
294: --

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

317: -- business process.
318: --
319: upd(l_rec, p_validate);
320: --
321: hr_utility.set_location(' Leaving:'||l_proc, 10);
322: End upd;
323: --
324: end per_za_lsa_upd;