DBA Data[Home] [Help]

APPS.AME_ACF_INS dependencies on HR_UTILITY

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

22: --
23: l_proc varchar2(72) := g_package||'set_base_key_value';
24: --
25: Begin
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: --
28: ame_acf_ins.g_application_id_i := p_application_id;
29: ame_acf_ins.g_action_type_id_i := p_action_type_id;
30: --

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

27: --
28: ame_acf_ins.g_application_id_i := p_application_id;
29: ame_acf_ins.g_action_type_id_i := p_action_type_id;
30: --
31: hr_utility.set_location(' Leaving:'||l_proc, 20);
32: End set_base_key_value;
33: --
34: --
35: -- ----------------------------------------------------------------------------

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

113: l_current_user_id integer;
114: l_temp_count integer;
115: --
116: Begin
117: hr_utility.set_location('Entering:'||l_proc, 5);
118: --
119: -- Set the effective start and end dates to the corresponding
120: -- validation start and end dates
121: --

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

126: -- If the datetrack_mode is not INSERT then we must populate the WHO
127: -- columns with the 'old' creation values and 'new' updated values.
128: --
129: If (p_datetrack_mode <> hr_api.g_insert) then
130: hr_utility.set_location(l_proc, 10);
131: --
132: -- Get the object version number for the insert
133: --
134: p_rec.object_version_number :=

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

221: ,l_last_update_login
222: );
223: --
224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 15);
226: --
227: Exception
228: When hr_api.check_integrity_violated Then
229: -- A check constraint has been violated

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

253: --
254: l_proc varchar2(72) := g_package||'insert_dml';
255: --
256: Begin
257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: ame_acf_ins.dt_insert_dml
260: (p_rec => p_rec
261: ,p_effective_date => p_effective_date

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

263: ,p_validation_start_date => p_validation_start_date
264: ,p_validation_end_date => p_validation_end_date
265: );
266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 10);
268: End insert_dml;
269: --
270: -- ---------------------------------------------------------------------------
271: -- |----------------------< generate_order_number >-------------------------------|

Line 359: hr_utility.set_location(' Leaving:'|| l_proc, 50);

355: exception
356: when app_exception.application_exception then
357: if hr_multi_message.exception_add
358: (p_associated_column1 => 'ORDER_NUMBER') then
359: hr_utility.set_location(' Leaving:'|| l_proc, 50);
360: raise;
361: end if;
362: hr_utility.set_location(' Leaving:'|| l_proc, 60);
363: END generate_order_number;

Line 362: hr_utility.set_location(' Leaving:'|| l_proc, 60);

358: (p_associated_column1 => 'ORDER_NUMBER') then
359: hr_utility.set_location(' Leaving:'|| l_proc, 50);
360: raise;
361: end if;
362: hr_utility.set_location(' Leaving:'|| l_proc, 60);
363: END generate_order_number;
364: --
365: -- ----------------------------------------------------------------------------
366: -- |------------------------------< pre_insert >------------------------------|

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

423: l_exists varchar2(1);
424: l_order_number number;
425: --
426: Begin
427: hr_utility.set_location('Entering:'||l_proc, 5);
428: --
429: If (ame_acf_ins.g_application_id_i is not null or
430: ame_acf_ins.g_action_type_id_i is not null) Then
431: --

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

477: p_order_number => l_order_number);
478: p_rec.order_number := l_order_number;
479: --
480: --
481: hr_utility.set_location(' Leaving:'||l_proc, 10);
482: End pre_insert;
483: --
484: -- ----------------------------------------------------------------------------
485: -- |----------------------------< post_insert >-------------------------------|

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

523: --
524: l_proc varchar2(72) := g_package||'post_insert';
525: --
526: Begin
527: hr_utility.set_location('Entering:'||l_proc, 5);
528: begin
529: --
530: ame_acf_rki.after_insert
531: (p_effective_date

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

561: ,p_hook_type => 'AI');
562: --
563: end;
564: --
565: hr_utility.set_location(' Leaving:'||l_proc, 10);
566: End post_insert;
567: --
568: -- ----------------------------------------------------------------------------
569: -- |-------------------------------< ins_lck >--------------------------------|

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

613: l_validation_start_date date;
614: l_validation_end_date date;
615: --
616: Begin
617: hr_utility.set_location('Entering:'||l_proc, 5);
618: --
619: -- Validate the datetrack mode mode getting the validation start
620: -- and end dates for the specified datetrack operation.
621: --

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

627: -- MURTHY_CHANGES
628: p_validation_start_date := sysdate;
629: p_validation_end_date := ame_utility_pkg.endOfTime;
630: --
631: hr_utility.set_location(' Leaving:'||l_proc, 10);
632: --
633: End ins_lck;
634: --
635: -- ----------------------------------------------------------------------------

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

645: l_validation_start_date date;
646: l_validation_end_date date;
647: --
648: Begin
649: hr_utility.set_location('Entering:'||l_proc, 5);
650: --
651: -- Call the lock operation
652: --
653: ame_acf_ins.ins_lck

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

703: --
704: -- Call to raise any errors on multi-message list
705: hr_multi_message.end_validation_set;
706: --
707: hr_utility.set_location('Leaving:'||l_proc,10);
708: end ins;
709: --
710: -- ----------------------------------------------------------------------------
711: -- |---------------------------------< ins >----------------------------------|

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

725: l_rec ame_acf_shd.g_rec_type;
726: l_proc varchar2(72) := g_package||'ins';
727: --
728: Begin
729: hr_utility.set_location('Entering:'||l_proc, 5);
730: --
731: -- Call conversion function to turn arguments into the
732: -- p_rec structure.
733: --

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

762: p_end_date := l_rec.end_date;
763: p_object_version_number := l_rec.object_version_number;
764: --
765: --
766: hr_utility.set_location(' Leaving:'||l_proc, 10);
767: End ins;
768: --
769: end ame_acf_ins;