DBA Data[Home] [Help]

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

76: end_date = p_rec.end_date,
77: object_version_number = p_rec.object_version_number
78: where sec_profile_assignment_id = p_rec.sec_profile_assignment_id;
79: --
80: hr_utility.set_location(' Leaving:'||l_proc, 10);
81: --
82: Exception
83: When hr_api.check_integrity_violated Then
84: -- A check constraint has been violated

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

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

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

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

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

174: --
175: l_proc varchar2(72) := g_package||'post_update';
176: --
177: Begin
178: hr_utility.set_location('Entering:'||l_proc, 5);
179: hr_utility.set_location('Entering post update to sync dates', 10);
180: --
181:
182: --

Line 179: hr_utility.set_location('Entering post update to sync dates', 10);

175: l_proc varchar2(72) := g_package||'post_update';
176: --
177: Begin
178: hr_utility.set_location('Entering:'||l_proc, 5);
179: hr_utility.set_location('Entering post update to sync dates', 10);
180: --
181:
182: --
183: -- Synchronize the dates in fnd_user_resp_groups for the assignment we

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

230: -- End of API User Hook for post_update.
231: --
232: */
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: End post_update;
236: --
237: -- ----------------------------------------------------------------------------
238: -- |-----------------------------< convert_defs >-----------------------------|

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

282: l_proc varchar2(72) := g_package||'convert_defs';
283: --
284: Begin
285: --
286: hr_utility.set_location('Entering:'||l_proc, 5);
287: --
288: -- We must now examine each argument value in the
289: -- p_rec plsql record structure
290: -- to see if a system default is being used. If a system default

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

323: per_asp_shd.g_old_rec.end_date;
324: End If;
325:
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 10);
328: --
329: End convert_defs;
330: --
331: -- ----------------------------------------------------------------------------

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

338: --
339: l_proc varchar2(72) := g_package||'upd';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: -- We must lock the row which we need to update.
345: --
346: per_asp_shd.lck

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

390: l_rec per_asp_shd.g_rec_type;
391: l_proc varchar2(72) := g_package||'upd';
392: --
393: Begin
394: hr_utility.set_location('Entering:'||l_proc, 5);
395: --
396: -- Call conversion function to turn arguments into the
397: -- l_rec structure.
398: --

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

432: --
433: upd(l_rec);
434: p_object_version_number := l_rec.object_version_number;
435: --
436: hr_utility.set_location(' Leaving:'||l_proc, 10);
437: End upd;
438: --
439: end per_asp_upd;