DBA Data[Home] [Help]

APPS.PER_ASG_UPD dependencies on HR_UTILITY

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

66: l_object_version_number number;
67: -- End of 518655
68: --
69: Begin
70: hr_utility.set_location('Entering:'||l_proc, 5);
71: --
72: If (p_datetrack_mode = 'CORRECTION') then
73: hr_utility.set_location(l_proc, 10);
74: --

Line 73: hr_utility.set_location(l_proc, 10);

69: Begin
70: hr_utility.set_location('Entering:'||l_proc, 5);
71: --
72: If (p_datetrack_mode = 'CORRECTION') then
73: hr_utility.set_location(l_proc, 10);
74: --
75: -- Because we are updating a row we must get the next object
76: -- version number.
77: --

Line 226: hr_utility.set_location(' Leaving:'||l_proc, 15);

222: p_rec.effective_start_date := p_validation_start_date;
223: p_rec.effective_end_date := p_validation_end_date;
224: End If;
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 15);
227: Exception
228: When hr_api.check_integrity_violated Then
229: -- A check constraint has been violated
230: per_asg_shd.g_api_dml := false; -- Unset the api dml status

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

280: --
281: l_proc varchar2(72) := g_package||'update_dml';
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: dt_update_dml(p_rec => p_rec,
287: p_effective_date => p_effective_date,
288: p_datetrack_mode => p_datetrack_mode,

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

288: p_datetrack_mode => p_datetrack_mode,
289: p_validation_start_date => p_validation_start_date,
290: p_validation_end_date => p_validation_end_date);
291: --
292: hr_utility.set_location(' Leaving:'||l_proc, 10);
293: End update_dml;
294: --
295: -- ----------------------------------------------------------------------------
296: -- |----------------------------< dt_pre_update >-----------------------------|

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

345: l_proc varchar2(72) := g_package||'dt_pre_update';
346: l_dummy_version_number number;
347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: If (p_datetrack_mode <> 'CORRECTION') then
351: hr_utility.set_location(l_proc, 10);
352: --
353: -- Update the current effective end date

Line 351: hr_utility.set_location(l_proc, 10);

347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: If (p_datetrack_mode <> 'CORRECTION') then
351: hr_utility.set_location(l_proc, 10);
352: --
353: -- Update the current effective end date
354: --
355: per_asg_shd.upd_effective_end_date

Line 364: hr_utility.set_location(l_proc, 15);

360: p_validation_end_date => p_validation_end_date,
361: p_object_version_number => l_dummy_version_number);
362: --
363: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
364: hr_utility.set_location(l_proc, 15);
365: --
366: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
367: -- delete any future rows
368: --

Line 376: hr_utility.set_location(l_proc, 20);

372: p_datetrack_mode => p_datetrack_mode,
373: p_validation_start_date => p_validation_start_date,
374: p_validation_end_date => p_validation_end_date);
375: End If;
376: hr_utility.set_location(l_proc, 20);
377: --
378: -- We must now insert the updated row
379: --
380: per_asg_ins.insert_dml

Line 387: hr_utility.set_location(' Leaving:'||l_proc, 20);

383: p_datetrack_mode => p_datetrack_mode,
384: p_validation_start_date => p_validation_start_date,
385: p_validation_end_date => p_validation_end_date);
386: End If;
387: hr_utility.set_location(' Leaving:'||l_proc, 20);
388: End dt_pre_update;
389: --
390: -- ----------------------------------------------------------------------------
391: -- |------------------------------< pre_update >------------------------------|

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

446: and p_effective_date -1 between
447: effective_start_date and effective_end_date;
448: --
449: Begin
450: hr_utility.set_location('Entering:'||l_proc, 1);
451: --
452: -- Insert the comment text if comments exist
453: --
454: If (p_rec.comment_text is not null and p_rec.comment_id is null) then

Line 465: hr_utility.set_location(l_proc, 10);

461: hr_comm_api.upd(p_comment_id => p_rec.comment_id,
462: p_source_table_name => 'PER_ALL_ASSIGNMENTS_F',
463: p_comment_text => p_rec.comment_text);
464: End If;
465: hr_utility.set_location(l_proc, 10);
466: --
467: -- Generate date probation end
468: --
469: -- Business Rule Mapping

Line 490: hr_utility.set_location(l_proc, 20);

486: );
487: end if;
488: -- Bug 3629308, 4041992 Ends Here
489: --
490: hr_utility.set_location(l_proc, 20);
491: --
492: dt_pre_update
493: (p_rec => p_rec,
494: p_effective_date => p_effective_date,

Line 571: hr_utility.set_location(' Leaving:'||l_proc, 30);

567: ,p_ass_attribute29 => p_rec.ass_attribute29
568: ,p_ass_attribute30 => p_rec.ass_attribute30
569: );
570: --
571: hr_utility.set_location(' Leaving:'||l_proc, 30);
572: End pre_update;
573: --
574: -- ----------------------------------------------------------------------------
575: -- |-----------------------------< post_update >------------------------------|

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

617: --
618: l_proc varchar2(72) := g_package||'post_update';
619: --
620: Begin
621: hr_utility.set_location('Entering:'||l_proc, 5);
622: --
623: -- Start of API User Hook for post_update.
624: begin
625: per_asg_rku.after_update

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

1217:
1218: -- End of call to Workflow Sync Procedure For Assignments
1219:
1220: --
1221: hr_utility.set_location(' Leaving:'||l_proc, 10);
1222: End post_update;
1223: --
1224: -- ----------------------------------------------------------------------------
1225: -- |-----------------------------< convert_defs >-----------------------------|

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

1269: l_proc varchar2(72) := g_package||'convert_defs';
1270: --
1271: Begin
1272: --
1273: hr_utility.set_location('Entering:'||l_proc, 5);
1274: --
1275: -- We must now examine each argument value in the
1276: -- p_rec plsql record structure
1277: -- to see if a system default is being used. If a system default

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

1709: p_rec.projected_assignment_end :=
1710: per_asg_shd.g_old_rec.projected_assignment_end;
1711: End If;
1712: --
1713: hr_utility.set_location(' Leaving:'||l_proc, 10);
1714: --
1715: End convert_defs;
1716: --
1717: -- ----------------------------------------------------------------------------

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

1742: l_no_managers_warning boolean;
1743: l_org_now_no_manager_warning boolean;
1744: --
1745: Begin
1746: hr_utility.set_location('Entering:'||l_proc, 5);
1747: --
1748: -- Ensure that the DateTrack update mode is valid
1749: --
1750: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1846: If p_validate then
1847: Raise HR_Api.Validate_Enabled;
1848: End If;
1849: --
1850: hr_utility.set_location(' Leaving:'||l_proc, 10);
1851: Exception
1852: When HR_Api.Validate_Enabled Then
1853: --
1854: -- As the Validate_Enabled exception has been raised

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

1994:
1995: l_proc varchar2(72) := g_package||'upd';
1996: --
1997: Begin
1998: hr_utility.set_location('Entering:'||l_proc, 5);
1999: --
2000: -- Call conversion function to turn arguments into the
2001: -- l_rec structure.
2002: --

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

2142: p_effective_start_date := l_rec.effective_start_date;
2143:
2144: p_object_version_number := l_rec.object_version_number;
2145: --
2146: hr_utility.set_location(' Leaving:'||l_proc, 10);
2147: End upd;
2148: --
2149: end per_asg_upd;