DBA Data[Home] [Help]

APPS.SSP_ERN_UPD dependencies on HR_UTILITY

Line 57: hr_utility.set_location('Entering:'||l_proc, 1);

53: --
54: l_proc varchar2(72) := g_package||'update_dml';
55: --
56: Begin
57: hr_utility.set_location('Entering:'||l_proc, 1);
58: --
59: -- Increment the object version
60: --
61: p_rec.object_version_number := p_rec.object_version_number + 1;

Line 77: hr_utility.set_location('Leaving :'||l_proc, 100);

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

Line 135: hr_utility.set_location('Entering:'||l_proc, 1);

131: --
132: l_proc varchar2(72) := g_package||'pre_update';
133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 1);
136: --
137: hr_utility.set_location('Leaving :'||l_proc, 100);
138: End pre_update;
139: --

Line 137: hr_utility.set_location('Leaving :'||l_proc, 100);

133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 1);
136: --
137: hr_utility.set_location('Leaving :'||l_proc, 100);
138: End pre_update;
139: --
140: -- ----------------------------------------------------------------------------
141: -- |-----------------------------< post_update >------------------------------|

Line 175: hr_utility.set_location('Entering:'||l_proc, 1);

171: --
172: l_proc varchar2(72) := g_package||'post_update';
173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 1);
176: --
177: hr_utility.set_location('Leaving :'||l_proc, 100);
178: End post_update;
179: --

Line 177: hr_utility.set_location('Leaving :'||l_proc, 100);

173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 1);
176: --
177: hr_utility.set_location('Leaving :'||l_proc, 100);
178: End post_update;
179: --
180: -- ----------------------------------------------------------------------------
181: -- |-----------------------------< convert_defs >-----------------------------|

Line 227: hr_utility.set_location('Entering:'||l_proc, 1);

223: --
224: l_proc varchar2(72) := g_package||'convert_defs';
225: --
226: Begin
227: hr_utility.set_location('Entering:'||l_proc, 1);
228: --
229: -- We must now examine each argument value in the p_rec plsql record structure
230: -- to see if a system default is being used. If a system default is being used
231: -- then we must set to the 'current' argument value.

Line 247: hr_utility.set_location('Leaving :'||l_proc, 100);

243: If (p_rec.user_entered = hr_api.g_varchar2) then
244: p_rec.user_entered := ssp_ern_shd.g_old_rec.user_entered;
245: End If;
246: --
247: hr_utility.set_location('Leaving :'||l_proc, 100);
248: --
249: End convert_defs;
250: --
251: -- ----------------------------------------------------------------------------

Line 264: hr_utility.set_location('Entering:'||l_proc, 1);

260: --
261: l_proc varchar2(72) := g_package||'upd';
262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 1);
265: --
266: -- Determine if the business process is to be validated.
267: --
268: If p_validate then

Line 313: hr_utility.set_location('Leaving :'||l_proc, 100);

309: If p_validate then
310: Raise HR_Api.Validate_Enabled;
311: End If;
312: --
313: hr_utility.set_location('Leaving :'||l_proc, 100);
314: Exception
315: When HR_Api.Validate_Enabled Then
316: --
317: -- As the Validate_Enabled exception has been raised

Line 342: hr_utility.set_location('Entering:'||l_proc, 1);

338: l_rec ssp_ern_shd.g_rec_type;
339: l_proc varchar2(72) := g_package||'upd (old)';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 1);
343: --
344: -- Call conversion function to turn arguments into the l_rec structure.
345: --
346: l_rec := ssp_ern_shd.convert_args (p_earnings_calculations_id,

Line 363: hr_utility.set_location('Leaving :'||l_proc, 100);

359: p_object_version_number := l_rec.object_version_number;
360: --
361: p_average_earnings_amount := l_rec.average_earnings_amount;
362: --
363: hr_utility.set_location('Leaving :'||l_proc, 100);
364: End upd;
365: --
366: -- ----------------------------------------------------------------------------
367: -- ----------------------------------< upd >-----------------------------------

Line 388: hr_utility.set_location('Entering:'||l_proc, 1);

384: l_rec ssp_ern_shd.g_rec_type;
385: l_proc varchar2(72) := g_package||'upd';
386: --
387: Begin
388: hr_utility.set_location('Entering:'||l_proc, 1);
389: --
390: -- Call conversion function to turn arguments into the l_rec structure.
391: --
392: l_rec := ssp_ern_shd.convert_args (p_earnings_calculations_id,

Line 410: hr_utility.set_location('Leaving :'||l_proc, 100);

406: p_object_version_number := l_rec.object_version_number;
407: p_average_earnings_amount := l_rec.average_earnings_amount;
408: p_payment_periods := l_rec.payment_periods;
409: --
410: hr_utility.set_location('Leaving :'||l_proc, 100);
411: End upd;
412: --
413: end ssp_ern_upd;