DBA Data[Home] [Help]

APPS.PER_PGS_INS dependencies on HR_UTILITY

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

20: --
21: l_proc varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: per_pgs_ins.g_grade_spine_id_i := p_grade_spine_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: per_pgs_ins.g_grade_spine_id_i := p_grade_spine_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

101: l_last_updated_by per_grade_spines_f.last_updated_by%TYPE;
102: l_last_update_login per_grade_spines_f.last_update_login%TYPE;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --
107: -- Set the effective start and end dates to the corresponding
108: -- validation start and end dates
109: --

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

113: -- If the datetrack_mode is not INSERT then we must populate the WHO
114: -- columns with the 'old' creation values and 'new' updated values.
115: --
116: If (p_datetrack_mode <> hr_api.g_insert) then
117: hr_utility.set_location(l_proc, 10);
118: --
119: -- Get the object version number for the insert
120: --
121: p_rec.object_version_number :=

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

196: ,l_last_update_login
197: );
198: --
199: per_pgs_shd.g_api_dml := false; -- Unset the api dml status
200: hr_utility.set_location(' Leaving:'||l_proc, 15);
201: --
202: Exception
203: When hr_api.check_integrity_violated Then
204: -- A check constraint has been violated

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

228: --
229: l_proc varchar2(72) := g_package||'insert_dml';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: per_pgs_ins.dt_insert_dml
235: (p_rec => p_rec
236: ,p_effective_date => p_effective_date

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

238: ,p_validation_start_date => p_validation_start_date
239: ,p_validation_end_date => p_validation_end_date
240: );
241: --
242: hr_utility.set_location(' Leaving:'||l_proc, 10);
243: End insert_dml;
244: --
245: -- ----------------------------------------------------------------------------
246: -- |------------------------------< pre_insert >------------------------------|

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

300: l_proc varchar2(72) := g_package||'pre_insert';
301: l_exists varchar2(1);
302: --
303: Begin
304: hr_utility.set_location('Entering:'||l_proc, 5);
305: --
306: If (per_pgs_ins.g_grade_spine_id_i is not null) Then
307: --
308: -- Verify registered primary key values not already in use

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

337: Close C_Sel1;
338: End If;
339: --
340: --
341: hr_utility.set_location(' Leaving:'||l_proc, 10);
342: End pre_insert;
343: --
344: -- ----------------------------------------------------------------------------
345: -- |----------------------------< 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: begin
389: --
390: per_pgs_rki.after_insert
391: (p_effective_date

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

431: ,p_hook_type => 'AI');
432: --
433: end;
434: --
435: hr_utility.set_location(' Leaving:'||l_proc, 10);
436: End post_insert;
437: --
438: -- ----------------------------------------------------------------------------
439: -- |-------------------------------< ins_lck >--------------------------------|

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

483: l_validation_start_date date;
484: l_validation_end_date date;
485: --
486: Begin
487: hr_utility.set_location('Entering:'||l_proc, 5);
488: --
489: -- Validate the datetrack mode mode getting the validation start
490: -- and end dates for the specified datetrack operation.
491: --

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

504: --
505: p_validation_start_date := l_validation_start_date;
506: p_validation_end_date := l_validation_end_date;
507: --
508: hr_utility.set_location(' Leaving:'||l_proc, 10);
509: --
510: End ins_lck;
511: --
512: -- ----------------------------------------------------------------------------

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

522: l_validation_start_date date;
523: l_validation_end_date date;
524: --
525: Begin
526: hr_utility.set_location('Entering:'||l_proc, 5);
527: --
528: -- Call the lock operation
529: --
530: per_pgs_ins.ins_lck

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

580: --
581: -- Call to raise any errors on multi-message list
582: hr_multi_message.end_validation_set;
583: --
584: hr_utility.set_location('Leaving:'||l_proc,10);
585: end ins;
586: --
587: -- ----------------------------------------------------------------------------
588: -- |---------------------------------< ins >----------------------------------|

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

607: l_rec per_pgs_shd.g_rec_type;
608: l_proc varchar2(72) := g_package||'ins';
609: --
610: Begin
611: hr_utility.set_location('Entering:'||l_proc, 5);
612: --
613: -- Call conversion function to turn arguments into the
614: -- p_rec structure.
615: --

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

646: p_effective_end_date := l_rec.effective_end_date;
647: p_object_version_number := l_rec.object_version_number;
648: --
649: --
650: hr_utility.set_location(' Leaving:'||l_proc, 10);
651: End ins;
652: --
653: end per_pgs_ins;