DBA Data[Home] [Help]

APPS.PAY_ETP_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: pay_etp_ins.g_element_type_id_i := p_element_type_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: pay_etp_ins.g_element_type_id_i := p_element_type_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 pay_element_types_f.last_updated_by%TYPE;
102: l_last_update_login pay_element_types_f.last_update_login%TYPE;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --
107: -- Get the object version number for the insert
108: --
109: p_rec.object_version_number :=

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

122: -- If the datetrack_mode is not INSERT then we must populate the WHO
123: -- columns with the 'old' creation values and 'new' updated values.
124: --
125: If (p_datetrack_mode <> hr_api.g_insert) then
126: hr_utility.set_location(l_proc, 10);
127: --
128: -- Select the 'old' created values
129: --
130: Open C_Sel1;

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

352: ,l_last_update_login
353: );
354: --
355: pay_etp_shd.g_api_dml := false; -- Unset the api dml status
356: hr_utility.set_location(' Leaving:'||l_proc, 15);
357: --
358: Exception
359: When hr_api.check_integrity_violated Then
360: -- A check constraint has been violated

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

432: --
433: l_proc varchar2(72) := g_package||'insert_dml';
434: --
435: Begin
436: hr_utility.set_location('Entering:'||l_proc, 5);
437: --
438: pay_etp_ins.dt_insert_dml
439: (p_rec => p_rec
440: ,p_effective_date => p_effective_date

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

442: ,p_validation_start_date => p_validation_start_date
443: ,p_validation_end_date => p_validation_end_date
444: );
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 10);
447: End insert_dml;
448: --
449: -- ----------------------------------------------------------------------------
450: -- |------------------------------< pre_insert >------------------------------|

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

504: l_proc varchar2(72) := g_package||'pre_insert';
505: l_exists varchar2(1);
506: --
507: Begin
508: hr_utility.set_location('Entering:'||l_proc, 5);
509: --
510: If (pay_etp_ins.g_element_type_id_i is not null) Then
511: --
512: -- Verify registered primary key values not already in use

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

550: ,p_source_table_name => 'PAY_ELEMENT_TYPES_F'
551: ,p_comment_text => p_rec.comments
552: );
553: End If;
554: hr_utility.set_location(' Leaving:'||l_proc, 10);
555: End pre_insert;
556: --
557: -- ----------------------------------------------------------------------------
558: -- |----------------------------< post_insert >-------------------------------|

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

596: --
597: l_proc varchar2(72) := g_package||'post_insert';
598: --
599: Begin
600: hr_utility.set_location('Entering:'||l_proc, 5);
601: begin
602: --
603: -- insert ownerships if applicable
604: create_app_ownerships

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

810: ,p_hook_type => 'AI');
811: --
812: end;
813: --
814: hr_utility.set_location(' Leaving:'||l_proc, 10);
815: End post_insert;
816: --
817: -- ----------------------------------------------------------------------------
818: -- |-------------------------------< ins_lck >--------------------------------|

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

862: l_validation_start_date date;
863: l_validation_end_date date;
864: --
865: Begin
866: hr_utility.set_location('Entering:'||l_proc, 5);
867: --
868: -- Validate the datetrack mode mode getting the validation start
869: -- and end dates for the specified datetrack operation.
870: --

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

883: --
884: p_validation_start_date := l_validation_start_date;
885: p_validation_end_date := l_validation_end_date;
886: --
887: hr_utility.set_location(' Leaving:'||l_proc, 10);
888: --
889: End ins_lck;
890: --
891: -- ----------------------------------------------------------------------------

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

903: l_validation_end_date date;
904: l_processing_priority_warning boolean;
905: --
906: Begin
907: hr_utility.set_location('Entering:'||l_proc, 5);
908: --
909: -- Call the lock operation
910: --
911: pay_etp_ins.ins_lck

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

964: --
965: -- Call to raise any errors on multi-message list
966: hr_multi_message.end_validation_set;
967: --
968: hr_utility.set_location('Leaving:'||l_proc,10);
969: end ins;
970: --
971: -- ----------------------------------------------------------------------------
972: -- |---------------------------------< ins >----------------------------------|

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

1073: l_proc varchar2(72) := g_package||'ins';
1074: l_processing_priority_warning boolean;
1075: --
1076: Begin
1077: hr_utility.set_location('Entering:'||l_proc, 5);
1078: --
1079: -- Call conversion function to turn arguments into the
1080: -- p_rec structure.
1081: --

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

1194: p_object_version_number := l_rec.object_version_number;
1195: p_comment_id := l_rec.comment_id;
1196: p_processing_priority_warning := l_processing_priority_warning;
1197: --
1198: hr_utility.set_location(' Leaving:'||l_proc, 10);
1199: End ins;
1200: --
1201: end pay_etp_ins;