DBA Data[Home] [Help]

APPS.PER_ZA_AO_ASS_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 78: hr_utility.set_location(' Leaving:'||l_proc, 10);

74: where area_of_assessment_id = p_rec.area_of_assessment_id;
75: --
76: per_za_ao_ass_shd.g_api_dml := false; -- Unset the api dml status
77: --
78: hr_utility.set_location(' Leaving:'||l_proc, 10);
79: --
80: Exception
81: When hr_api.check_integrity_violated Then
82: -- A check constraint has been violated

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

134: --
135: l_proc varchar2(72) := g_package||'pre_update';
136: --
137: Begin
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --
140: hr_utility.set_location(' Leaving:'||l_proc, 10);
141: End pre_update;
142: --

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

136: --
137: Begin
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --
140: hr_utility.set_location(' Leaving:'||l_proc, 10);
141: End pre_update;
142: --
143: -- ----------------------------------------------------------------------------
144: -- |-----------------------------< post_update >------------------------------|

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

176: --
177: l_proc varchar2(72) := g_package||'post_update';
178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: End post_update;
184: --

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

178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: End post_update;
184: --
185: -- ----------------------------------------------------------------------------
186: -- |---------------------------------< upd >----------------------------------|

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

193: --
194: l_proc varchar2(72) := g_package||'upd';
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: -- Determine if the business process is to be validated.
200: --
201: If p_validate then

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

238: If p_validate then
239: Raise HR_Api.Validate_Enabled;
240: End If;
241: --
242: hr_utility.set_location(' Leaving:'||l_proc, 10);
243: Exception
244: When HR_Api.Validate_Enabled Then
245: --
246: -- As the Validate_Enabled exception has been raised

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

265: l_rec per_za_ao_ass_shd.g_za_rec_type;
266: l_proc varchar2(72) := g_package||'upd';
267: --
268: Begin
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: -- Call conversion function to turn arguments into the
272: -- l_rec structure.
273: --

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

286: -- business process.
287: --
288: upd(l_rec, p_validate);
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 10);
291: End upd;
292: --
293: end per_za_ao_ass_upd;