DBA Data[Home] [Help]

APPS.PQH_CGN_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_cgn_ins.g_case_group_id_i := p_case_group_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_cgn_ins.g_case_group_id_i := p_case_group_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 128: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

327: ,p_hook_type => 'AI');
328: --
329: end;
330: --
331: hr_utility.set_location(' Leaving:'||l_proc, 10);
332: End post_insert;
333: --
334: -- ----------------------------------------------------------------------------
335: -- |---------------------------------< ins >----------------------------------|

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

341: --
342: l_proc varchar2(72) := g_package||'ins';
343: --
344: Begin
345: hr_utility.set_location('Entering:'||l_proc, 5);
346: --
347: -- Call the supporting insert validate operations
348: --
349: pqh_cgn_bus.insert_validate

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

371: --
372: -- Call to raise any errors on multi-message list
373: hr_multi_message.end_validation_set;
374: --
375: hr_utility.set_location('Leaving:'||l_proc, 20);
376: end ins;
377: --
378: -- ----------------------------------------------------------------------------
379: -- |---------------------------------< ins >----------------------------------|

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

401: l_rec pqh_cgn_shd.g_rec_type;
402: l_proc varchar2(72) := g_package||'ins';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- Call conversion function to turn arguments into the
408: -- p_rec structure.
409: --

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

440: --
441: p_case_group_id := l_rec.case_group_id;
442: p_object_version_number := l_rec.object_version_number;
443: --
444: hr_utility.set_location(' Leaving:'||l_proc, 10);
445: End ins;
446: --
447: end pqh_cgn_ins;