DBA Data[Home] [Help]

APPS.PER_SSL_UPD dependencies on HR_UTILITY

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

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

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

150: attribute30 = p_rec.attribute30
151: /*End Enhancement 4021737 */
152: where salary_survey_line_id = p_rec.salary_survey_line_id;
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: --
156: Exception
157: When hr_api.check_integrity_violated Then
158: -- 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 253: hr_utility.set_location('Entering:'||l_proc, 5);

249: --
250: l_proc varchar2(72) := g_package||'post_update';
251: --
252: Begin
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: begin
256: per_ssl_rku.after_update
257: (p_salary_survey_line_id

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

586: ,p_hook_type => 'AU'
587: );
588: end;
589: --
590: hr_utility.set_location(' Leaving:'||l_proc, 10);
591: End post_update;
592:
593: --
594: -- ----------------------------------------------------------------------------

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

640: l_proc varchar2(72) := g_package||'convert_defs';
641: --
642: Begin
643: --
644: hr_utility.set_location('Entering:'||l_proc, 5);
645: --
646: -- We must now examine each argument value in the
647: -- p_rec plsql record structure
648: -- to see If a system default is being used. If a system default

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

960: per_ssl_shd.g_old_rec.attribute30;
961: End If;
962: /*End Enhancement 4021737 */
963: --
964: hr_utility.set_location(' Leaving:'||l_proc, 10);
965: --
966: End convert_defs;
967: --
968: -- ----------------------------------------------------------------------------

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

976: --
977: l_proc varchar2(72) := g_package||'upd';
978: --
979: Begin
980: hr_utility.set_location('Entering:'||l_proc, 5);
981: --
982: -- We must lock the row which we need to update.
983: --
984: per_ssl_shd.lck

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

1102: l_rec per_ssl_shd.g_rec_type;
1103: l_proc varchar2(72) := g_package||'upd';
1104: --
1105: Begin
1106: hr_utility.set_location('Entering:'||l_proc, 5);
1107: --
1108: -- Call conversion function to turn arguments into the
1109: -- l_rec structure.
1110: --

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

1202: --
1203: upd(l_rec, p_effective_date);
1204: p_object_version_number := l_rec.object_version_number;
1205: --
1206: hr_utility.set_location(' Leaving:'||l_proc, 10);
1207: End upd;
1208: --
1209: End per_ssl_upd;