DBA Data[Home] [Help]

APPS.BEN_PEA_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_prtt_enrt_actn_f.last_updated_by%TYPE;
80: l_last_update_login ben_prtt_enrt_actn_f.last_update_login%TYPE;
81: --
82: Begin
83: hr_utility.set_location('Entering:'||l_proc, 5);
84: --
85: -- Get the object version number for the insert
86: --
87: p_rec.object_version_number :=

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

99: -- If the datetrack_mode is not INSERT then we must populate the WHO
100: -- columns with the 'old' creation values and 'new' updated values.
101: --
102: If (p_datetrack_mode <> 'INSERT') then
103: hr_utility.set_location(l_proc, 10);
104: --
105: -- Select the 'old' created values
106: --
107: Open C_Sel1;

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

111: -- The previous 'old' created row has not been found. We need
112: -- to error as an internal datetrack problem exists.
113: --
114: Close C_Sel1;
115: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
116: hr_utility.set_message_token('PROCEDURE', l_proc);
117: hr_utility.set_message_token('STEP','10');
118: hr_utility.raise_error;
119: End If;

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

112: -- to error as an internal datetrack problem exists.
113: --
114: Close C_Sel1;
115: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
116: hr_utility.set_message_token('PROCEDURE', l_proc);
117: hr_utility.set_message_token('STEP','10');
118: hr_utility.raise_error;
119: End If;
120: Close C_Sel1;

Line 117: hr_utility.set_message_token('STEP','10');

113: --
114: Close C_Sel1;
115: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
116: hr_utility.set_message_token('PROCEDURE', l_proc);
117: hr_utility.set_message_token('STEP','10');
118: hr_utility.raise_error;
119: End If;
120: Close C_Sel1;
121: --

Line 118: hr_utility.raise_error;

114: Close C_Sel1;
115: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
116: hr_utility.set_message_token('PROCEDURE', l_proc);
117: hr_utility.set_message_token('STEP','10');
118: hr_utility.raise_error;
119: End If;
120: Close C_Sel1;
121: --
122: -- Set the AOL updated WHO values

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

233: l_last_update_login
234: );
235: --
236: ben_pea_shd.g_api_dml := false; -- Unset the api dml status
237: hr_utility.set_location(' Leaving:'||l_proc, 15);
238: --
239: Exception
240: When hr_api.check_integrity_violated Then
241: -- A check constraint has been violated

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

264: --
265: l_proc varchar2(72) := g_package||'insert_dml';
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --
270: dt_insert_dml(p_rec => p_rec,
271: p_effective_date => p_effective_date,
272: p_datetrack_mode => p_datetrack_mode,

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

272: p_datetrack_mode => p_datetrack_mode,
273: p_validation_start_date => p_validation_start_date,
274: p_validation_end_date => p_validation_end_date);
275: --
276: hr_utility.set_location(' Leaving:'||l_proc, 10);
277: End insert_dml;
278: --
279: -- ----------------------------------------------------------------------------
280: -- |------------------------------< pre_insert >------------------------------|

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

330: --
331: --
332: --
333: Begin
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: --
337: open c1;
338: fetch c1 into p_rec.prtt_enrt_actn_id;

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

338: fetch c1 into p_rec.prtt_enrt_actn_id;
339: close c1;
340: --
341: --
342: hr_utility.set_location(' Leaving:'||l_proc, 10);
343: End pre_insert;
344: --
345: -- ----------------------------------------------------------------------------
346: -- |-----------------------------< post_insert >------------------------------|

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

383: --
384: l_proc varchar2(72) := g_package||'post_insert';
385: --
386: Begin
387: hr_utility.set_location('Entering:'||l_proc, 5);
388: --
389: --
390: -- Start of API User Hook for post_insert.
391: --

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

454: --
455: -- End of API User Hook for post_insert.
456: --
457: --
458: hr_utility.set_location(' Leaving:'||l_proc, 10);
459: End post_insert;
460: --
461: -- ----------------------------------------------------------------------------
462: -- |-------------------------------< ins_lck >--------------------------------|

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

506: l_validation_start_date date;
507: l_validation_end_date date;
508: --
509: Begin
510: hr_utility.set_location('Entering:'||l_proc, 5);
511: --
512: -- Validate the datetrack mode mode getting the validation start
513: -- and end dates for the specified datetrack operation.
514: --

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

529: --
530: p_validation_start_date := l_validation_start_date;
531: p_validation_end_date := l_validation_end_date;
532: --
533: hr_utility.set_location(' Leaving:'||l_proc, 10);
534: --
535: End ins_lck;
536: --
537: -- ----------------------------------------------------------------------------

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

548: l_validation_start_date date;
549: l_validation_end_date date;
550: --
551: Begin
552: hr_utility.set_location('Entering:'||l_proc, 5);
553: --
554: -- Call the lock operation
555: --
556: ins_lck

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

662: l_rec ben_pea_shd.g_rec_type;
663: l_proc varchar2(72) := g_package||'ins';
664: --
665: Begin
666: hr_utility.set_location('Entering:'||l_proc, 5);
667: --
668: -- Call conversion function to turn arguments into the
669: -- p_rec structure.
670: --

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

730: p_effective_end_date := l_rec.effective_end_date;
731: p_object_version_number := l_rec.object_version_number;
732: --
733: --
734: hr_utility.set_location(' Leaving:'||l_proc, 10);
735: End ins;
736: --
737: end ben_pea_ins;