DBA Data[Home] [Help]

APPS.PAY_PPM_UPD dependencies on HR_UTILITY

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

63: --
64: l_proc varchar2(72) := g_package||'dt_update_dml';
65: --
66: Begin
67: hr_utility.set_location('Entering:'||l_proc, 5);
68: --
69: If (p_datetrack_mode = 'CORRECTION') then
70: hr_utility.set_location(l_proc, 10);
71: --

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

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

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

157: p_rec.effective_start_date := p_validation_start_date;
158: p_rec.effective_end_date := p_validation_end_date;
159: End If;
160: --
161: hr_utility.set_location(' Leaving:'||l_proc, 15);
162: Exception
163: When hr_api.check_integrity_violated Then
164: -- A check constraint has been violated
165: pay_ppm_shd.g_api_dml := false; -- Unset the api dml status

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

215: --
216: l_proc varchar2(72) := g_package||'update_dml';
217: --
218: Begin
219: hr_utility.set_location('Entering:'||l_proc, 5);
220: --
221: dt_update_dml(p_rec => p_rec,
222: p_effective_date => p_effective_date,
223: p_datetrack_mode => p_datetrack_mode,

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

223: p_datetrack_mode => p_datetrack_mode,
224: p_validation_start_date => p_validation_start_date,
225: p_validation_end_date => p_validation_end_date);
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End update_dml;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |----------------------------< dt_pre_update >-----------------------------|

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

280: l_proc varchar2(72) := g_package||'dt_pre_update';
281: l_dummy_version_number number;
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: If (p_datetrack_mode <> 'CORRECTION') then
286: hr_utility.set_location(l_proc, 10);
287: --
288: -- Update the current effective end date

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

282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: If (p_datetrack_mode <> 'CORRECTION') then
286: hr_utility.set_location(l_proc, 10);
287: --
288: -- Update the current effective end date
289: --
290: pay_ppm_shd.upd_effective_end_date

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

295: p_validation_end_date => p_validation_end_date,
296: p_object_version_number => l_dummy_version_number);
297: --
298: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
299: hr_utility.set_location(l_proc, 15);
300: --
301: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
302: -- delete any future rows
303: --

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

307: p_datetrack_mode => p_datetrack_mode,
308: p_validation_start_date => p_validation_start_date,
309: p_validation_end_date => p_validation_end_date);
310: End If;
311: hr_utility.set_location(l_proc, 20);
312: --
313: -- We must now insert the updated row
314: --
315: pay_ppm_ins.insert_dml

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

318: p_datetrack_mode => p_datetrack_mode,
319: p_validation_start_date => p_validation_start_date,
320: p_validation_end_date => p_validation_end_date);
321: End If;
322: hr_utility.set_location(' Leaving:'||l_proc, 20);
323: End dt_pre_update;
324: --
325: -- ----------------------------------------------------------------------------
326: -- |------------------------------< pre_update >------------------------------|

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

364: --
365: l_proc varchar2(72) := g_package||'pre_update';
366: --
367: Begin
368: hr_utility.set_location('Entering:'||l_proc, 5);
369: --
370: --
371: -- Insert the comment text if comments exist
372: --

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

388: p_datetrack_mode => p_datetrack_mode,
389: p_validation_start_date => p_validation_start_date,
390: p_validation_end_date => p_validation_end_date);
391: --
392: hr_utility.set_location(' Leaving:'||l_proc, 10);
393: End pre_update;
394: --
395: -- ----------------------------------------------------------------------------
396: -- |-----------------------------< post_update >------------------------------|

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

433: --
434: l_proc varchar2(72) := g_package||'post_update';
435: --
436: Begin
437: hr_utility.set_location('Entering:'||l_proc, 5);
438: --
439: -- Start of API User Hook for post_update.
440: begin
441: pay_ppm_rku.after_update

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

646: );
647: end;
648: -- End of API User Hook for post_update.
649: --
650: hr_utility.set_location(' Leaving:'||l_proc, 10);
651: End post_update;
652: --
653: -- ----------------------------------------------------------------------------
654: -- |-----------------------------< convert_defs >-----------------------------|

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

659: l_proc varchar2(72) := g_package||'convert_defs';
660: --
661: Begin
662: --
663: hr_utility.set_location('Entering:'||l_proc, 5);
664: --
665: -- We must now examine each argument value in the
666: -- p_rec plsql record structure
667: -- to see if a system default is being used. If a system default

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

925: End If;
926: --
927: -- Return the plsql record structure.
928: --
929: hr_utility.set_location(' Leaving:'||l_proc, 10);
930: --
931: End convert_defs;
932: --
933: -- ----------------------------------------------------------------------------

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

949: --
950: l_object_version_number number;
951: --
952: Begin
953: hr_utility.set_location('Entering:'||l_proc, 5);
954: --
955: -- Ensure that the DateTrack update mode is valid
956: --
957: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1024: If p_validate then
1025: Raise HR_Api.Validate_Enabled;
1026: End If;
1027: --
1028: hr_utility.set_location(' Leaving:'||l_proc, 10);
1029: Exception
1030: When HR_Api.Validate_Enabled Then
1031: --
1032: -- As the Validate_Enabled exception has been raised

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

1117: l_rec pay_ppm_shd.g_rec_type;
1118: l_proc varchar2(72) := g_package||'upd';
1119: --
1120: Begin
1121: hr_utility.set_location('Entering:'||l_proc, 5);
1122: --
1123: -- Call conversion function to turn arguments into the
1124: -- l_rec structure.
1125: --

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

1205: p_effective_start_date := l_rec.effective_start_date;
1206: p_effective_end_date := l_rec.effective_end_date;
1207: p_comment_id := l_rec.comment_id;
1208: --
1209: hr_utility.set_location(' Leaving:'||l_proc, 10);
1210: End upd;
1211: --
1212: end pay_ppm_upd;