DBA Data[Home] [Help]

APPS.PER_PGN_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

144: where hierarchy_node_id = p_rec.hierarchy_node_id;
145: --
146: --
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: --
150: Exception
151: When hr_api.check_integrity_violated Then
152: -- A check constraint has been violated

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

206: --
207: l_proc varchar2(72) := g_package||'pre_update';
208: --
209: Begin
210: hr_utility.set_location('Entering:'||l_proc, 5);
211: --
212: hr_utility.set_location(' Leaving:'||l_proc, 10);
213: End pre_update;
214: --

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

208: --
209: Begin
210: hr_utility.set_location('Entering:'||l_proc, 5);
211: --
212: hr_utility.set_location(' Leaving:'||l_proc, 10);
213: End pre_update;
214: --
215: -- ----------------------------------------------------------------------------
216: -- |-----------------------------< post_update >------------------------------|

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

251: --
252: l_proc varchar2(72) := g_package||'post_update';
253: --
254: Begin
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: begin
257: --
258: per_pgn_rku.after_update
259: (p_effective_date => p_effective_date

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

558: ,p_hook_type => 'AU');
559: --
560: end;
561: --
562: hr_utility.set_location(' Leaving:'||l_proc, 10);
563: End post_update;
564: --
565: -- ----------------------------------------------------------------------------
566: -- |-----------------------------< convert_defs >-----------------------------|

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

917: --
918: l_proc varchar2(72) := g_package||'upd';
919: --
920: Begin
921: hr_utility.set_location('Entering:'||l_proc, 5);
922: --
923: -- We must lock the row which we need to update.
924: --
925: per_pgn_shd.lck

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

1037: l_rec per_pgn_shd.g_rec_type;
1038: l_proc varchar2(72) := g_package||'upd';
1039: --
1040: Begin
1041: hr_utility.set_location('Entering:'||l_proc, 5);
1042: --
1043: -- Call conversion function to turn arguments into the
1044: -- l_rec structure.
1045: --

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

1130: ,l_rec
1131: );
1132: p_object_version_number := l_rec.object_version_number;
1133: --
1134: hr_utility.set_location(' Leaving:'||l_proc, 10);
1135: End upd;
1136: --
1137: end per_pgn_upd;