DBA Data[Home] [Help]

APPS.BEN_PRY_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_prtt_rmt_aprvd_fr_pymt_f.last_updated_by%TYPE;
80: l_last_update_login ben_prtt_rmt_aprvd_fr_pymt_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 104: hr_utility.set_location(l_proc, 10);

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

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

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

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

268: --
269: l_proc varchar2(72) := g_package||'insert_dml';
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: --
274: ben_pry_ins.dt_insert_dml
275: (p_rec => p_rec
276: ,p_effective_date => p_effective_date

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

278: ,p_validation_start_date => p_validation_start_date
279: ,p_validation_end_date => p_validation_end_date
280: );
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: End insert_dml;
284: --
285: -- ----------------------------------------------------------------------------
286: -- |------------------------------< pre_insert >------------------------------|

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

338: where prtt_reimbmt_rqst_id = p_rec.prtt_reimbmt_rqst_id ;
339:
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: --
345: -- Select the next sequence number
346: --

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

351: open c_num ;
352: fetch c_num into p_rec.apprvd_fr_pymt_num ;
353: close c_num ;
354: --
355: hr_utility.set_location(' Leaving:'||l_proc, 10);
356: End pre_insert;
357: --
358: -- ----------------------------------------------------------------------------
359: -- |----------------------------< post_insert >-------------------------------|

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

397: --
398: l_proc varchar2(72) := g_package||'post_insert';
399: --
400: Begin
401: hr_utility.set_location('Entering:'||l_proc, 5);
402: begin
403: --
404: ben_pry_rki.after_insert
405: (p_effective_date

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

508: ,p_hook_type => 'AI');
509: --
510: end;
511: --
512: hr_utility.set_location(' Leaving:'||l_proc, 10);
513: End post_insert;
514: --
515: -- ----------------------------------------------------------------------------
516: -- |-------------------------------< ins_lck >--------------------------------|

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

560: l_validation_start_date date;
561: l_validation_end_date date;
562: --
563: Begin
564: hr_utility.set_location('Entering:'||l_proc, 5);
565: --
566: -- Validate the datetrack mode mode getting the validation start
567: -- and end dates for the specified datetrack operation.
568: --

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

584: --
585: p_validation_start_date := l_validation_start_date;
586: p_validation_end_date := l_validation_end_date;
587: --
588: hr_utility.set_location(' Leaving:'||l_proc, 10);
589: --
590: End ins_lck;
591: --
592: -- ----------------------------------------------------------------------------

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

602: l_validation_start_date date;
603: l_validation_end_date date;
604: --
605: Begin
606: hr_utility.set_location('Entering:'||l_proc, 5);
607: --
608: -- Call the lock operation
609: --
610: ben_pry_ins.ins_lck

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

654: ,p_validation_start_date => l_validation_start_date
655: ,p_validation_end_date => l_validation_end_date
656: );
657: --
658: hr_utility.set_location('Leaving:'||l_proc,10);
659: end ins;
660: --
661: -- ----------------------------------------------------------------------------
662: -- |---------------------------------< ins >----------------------------------|

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

713: l_rec ben_pry_shd.g_rec_type;
714: l_proc varchar2(72) := g_package||'ins';
715: --
716: Begin
717: hr_utility.set_location('Entering:'||l_proc, 5);
718: --
719: -- Call conversion function to turn arguments into the
720: -- p_rec structure.
721: --

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

784: p_effective_end_date := l_rec.effective_end_date;
785: p_object_version_number := l_rec.object_version_number;
786: --
787: --
788: hr_utility.set_location(' Leaving:'||l_proc, 10);
789: End ins;
790: --
791: end ben_pry_ins;