DBA Data[Home] [Help]

APPS.SSP_STP_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: p_rec.object_version_number := p_rec.object_version_number + 1;

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

81: where stoppage_id = p_rec.stoppage_id;
82: --
83: ssp_stp_shd.g_api_dml := false; -- Unset the api dml status
84: --
85: hr_utility.set_location(' Leaving:'||l_proc, 10);
86: --
87: Exception
88: When hr_api.check_integrity_violated Then
89: -- A check constraint has been violated

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

141: --
142: l_proc varchar2(72) := g_package||'pre_update';
143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --

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

143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --
150: -- ----------------------------------------------------------------------------
151: -- |-----------------------------< post_update >------------------------------|

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

183: --
184: l_proc varchar2(72) := g_package||'post_update';
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: hr_utility.set_location(' Leaving:'||l_proc, 10);
190: End post_update;
191: --

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

185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: hr_utility.set_location(' Leaving:'||l_proc, 10);
190: End post_update;
191: --
192: -- ----------------------------------------------------------------------------
193: -- |-----------------------------< convert_defs >-----------------------------|

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

238: l_proc varchar2(72) := g_package||'convert_defs';
239: --
240: Begin
241: --
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --
244: -- We must now examine each argument value in the
245: -- p_rec plsql record structure
246: -- to see if a system default is being used. If a system default

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

278: p_rec.withhold_to :=
279: ssp_stp_shd.g_old_rec.withhold_to;
280: End If;
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: --
284: End convert_defs;
285: --
286: -- ----------------------------------------------------------------------------

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

294: --
295: l_proc varchar2(72) := g_package||'upd';
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- Determine if the business process is to be validated.
301: --
302: If p_validate then

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

340: If p_validate then
341: Raise HR_Api.Validate_Enabled;
342: End If;
343: --
344: hr_utility.set_location(' Leaving:'||l_proc, 10);
345: Exception
346: When HR_Api.Validate_Enabled Then
347: --
348: -- As the Validate_Enabled exception has been raised

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

372: l_rec ssp_stp_shd.g_rec_type;
373: l_proc varchar2(72) := g_package||'upd';
374: --
375: Begin
376: hr_utility.set_location('Entering:'||l_proc, 5);
377: --
378: -- Call conversion function to turn arguments into the
379: -- l_rec structure.
380: --

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

399: --
400: upd(l_rec, p_validate);
401: p_object_version_number := l_rec.object_version_number;
402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 10);
404: End upd;
405: --
406: end ssp_stp_upd;