DBA Data[Home] [Help]

APPS.PQH_VER_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: pqh_ver_ins.g_wrkplc_vldtn_ver_id_i := p_wrkplc_vldtn_ver_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: pqh_ver_ins.g_wrkplc_vldtn_ver_id_i := p_wrkplc_vldtn_ver_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --
81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --

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

126: );
127: --
128: --
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: Exception
132: When hr_api.check_integrity_violated Then
133: -- A check constraint has been violated
134: --

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

201: l_proc varchar2(72) := g_package||'pre_insert';
202: l_exists varchar2(1);
203: --
204: Begin
205: hr_utility.set_location('Entering:'||l_proc, 5);
206: --
207: If (pqh_ver_ins.g_wrkplc_vldtn_ver_id_i is not null) Then
208: --
209: -- Verify registered primary key values not already in use

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

237: Fetch C_Sel1 Into p_rec.wrkplc_vldtn_ver_id;
238: Close C_Sel1;
239: End If;
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: End pre_insert;
243: --
244: -- ----------------------------------------------------------------------------
245: -- |-----------------------------< post_insert >------------------------------|

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

280: --
281: l_proc varchar2(72) := g_package||'post_insert';
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: begin
286: --
287: pqh_ver_rki.after_insert
288: (p_effective_date => p_effective_date

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

331: ,p_hook_type => 'AI');
332: --
333: end;
334: --
335: hr_utility.set_location(' Leaving:'||l_proc, 10);
336: End post_insert;
337: --
338: -- ----------------------------------------------------------------------------
339: -- |---------------------------------< ins >----------------------------------|

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

345: --
346: l_proc varchar2(72) := g_package||'ins';
347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: -- Call the supporting insert validate operations
352: --
353:

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

377: --
378: -- Call to raise any errors on multi-message list
379: hr_multi_message.end_validation_set;
380: --
381: hr_utility.set_location('Leaving:'||l_proc, 20);
382: end ins;
383: --
384: -- ----------------------------------------------------------------------------
385: -- |---------------------------------< ins >----------------------------------|

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

408: l_rec pqh_ver_shd.g_rec_type;
409: l_proc varchar2(72) := g_package||'ins';
410: --
411: Begin
412: hr_utility.set_location('Entering:'||l_proc, 5);
413: --
414: -- Call conversion function to turn arguments into the
415: -- p_rec structure.
416: --

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

448: --
449: p_wrkplc_vldtn_ver_id := l_rec.wrkplc_vldtn_ver_id;
450: p_object_version_number := l_rec.object_version_number;
451: --
452: hr_utility.set_location(' Leaving:'||l_proc, 10);
453: End ins;
454: --
455: end pqh_ver_ins;