DBA Data[Home] [Help]

APPS.PER_CTC_UPD dependencies on HR_UTILITY

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

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

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

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

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

156: p_rec.effective_start_date := p_validation_start_date;
157: p_rec.effective_end_date := p_validation_end_date;
158: End If;
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 15);
161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: per_ctc_shd.constraint_error

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

363: --
364: l_proc varchar2(72) := g_package||'pre_update';
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: --
369: --
370: --
371: dt_pre_update

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

374: p_datetrack_mode => p_datetrack_mode,
375: p_validation_start_date => p_validation_start_date,
376: p_validation_end_date => p_validation_end_date);
377: --
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: End pre_update;
380: --
381: -- ----------------------------------------------------------------------------
382: -- |-----------------------------< post_update >------------------------------|

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

420: --
421: l_proc varchar2(72) := g_package||'post_update';
422: --
423: Begin
424: hr_utility.set_location('Entering:'||l_proc, 5);
425: --
426: -- Start of API User Hook for post_update.
427: --
428: begin

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

572: end;
573: --
574: -- End of API User Hook for post_update.
575: --
576: hr_utility.set_location(' Leaving:'||l_proc, 10);
577: End post_update;
578: --
579: -- ----------------------------------------------------------------------------
580: -- |-----------------------------< convert_defs >-----------------------------|

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

625: l_proc varchar2(72) := g_package||'convert_defs';
626: --
627: Begin
628: --
629: hr_utility.set_location('Entering:'||l_proc, 5);
630: --
631: -- We must now examine each argument value in the
632: -- p_rec plsql record structure
633: -- to see if a system default is being used. If a system default

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

878: p_rec.attribute20 :=
879: per_ctc_shd.g_old_rec.attribute20;
880: End If;
881: --
882: hr_utility.set_location(' Leaving:'||l_proc, 10);
883: --
884: End convert_defs;
885: --
886: -- ----------------------------------------------------------------------------

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

897: l_validation_start_date date;
898: l_validation_end_date date;
899: --
900: Begin
901: hr_utility.set_location('Entering:'||l_proc, 5);
902: --
903: -- Ensure that the DateTrack update mode is valid
904: --
905: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1032: l_rec per_ctc_shd.g_rec_type;
1033: l_proc varchar2(72) := g_package||'upd';
1034: --
1035: Begin
1036: hr_utility.set_location('Entering:'||l_proc, 5);
1037: --
1038: -- Call conversion function to turn arguments into the
1039: -- l_rec structure.
1040: --

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

1117: p_effective_start_date := l_rec.effective_start_date;
1118: p_effective_end_date := l_rec.effective_end_date;
1119: --
1120: --
1121: hr_utility.set_location(' Leaving:'||l_proc, 10);
1122: End upd;
1123: --
1124: -- ----------------------------------------------------------------------------
1125: -- |-----------------------< update_effective_start_date>---------------------|

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

1139: l_proc varchar2(72) := g_package||'update_effective_start_date';
1140: --
1141: begin
1142: --
1143: hr_utility.set_location('Entering:'||l_proc, 5);
1144: --
1145: hr_api.mandatory_arg_error
1146: (p_api_name => l_proc,
1147: p_argument => 'contract_id',

Line 1173: hr_utility.set_location('Entering:'||l_proc, 10);

1169: p_effective_date,
1170: p_object_version_number
1171: );
1172: --
1173: hr_utility.set_location('Entering:'||l_proc, 10);
1174: --
1175: -- update the row
1176: --
1177: update per_contracts_f

Line 1187: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

1183: --
1184: -- An unhandled or unexpected error has occurred which
1185: -- we must report
1186: --
1187: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
1188: hr_utility.set_message_token('PROCEDURE', l_proc);
1189: hr_utility.set_message_token('STEP','20');
1190: hr_utility.raise_error;
1191: --

Line 1188: hr_utility.set_message_token('PROCEDURE', l_proc);

1184: -- An unhandled or unexpected error has occurred which
1185: -- we must report
1186: --
1187: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
1188: hr_utility.set_message_token('PROCEDURE', l_proc);
1189: hr_utility.set_message_token('STEP','20');
1190: hr_utility.raise_error;
1191: --
1192: end update_effective_start_date;

Line 1189: hr_utility.set_message_token('STEP','20');

1185: -- we must report
1186: --
1187: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
1188: hr_utility.set_message_token('PROCEDURE', l_proc);
1189: hr_utility.set_message_token('STEP','20');
1190: hr_utility.raise_error;
1191: --
1192: end update_effective_start_date;
1193: --

Line 1190: hr_utility.raise_error;

1186: --
1187: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
1188: hr_utility.set_message_token('PROCEDURE', l_proc);
1189: hr_utility.set_message_token('STEP','20');
1190: hr_utility.raise_error;
1191: --
1192: end update_effective_start_date;
1193: --
1194: end per_ctc_upd;