DBA Data[Home] [Help]

APPS.GHR_CPL_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: ghr_cpl_ins.g_compl_person_id_i := p_compl_person_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: ghr_cpl_ins.g_compl_person_id_i := p_compl_person_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 110: hr_utility.set_location(' Leaving:'||l_proc, 10);

106: );
107: --
108: --
109: --
110: hr_utility.set_location(' Leaving:'||l_proc, 10);
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: --

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

181: l_proc varchar2(72) := g_package||'pre_insert';
182: l_exists varchar2(1);
183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: If (ghr_cpl_ins.g_compl_person_id_i is not null) Then
188: --
189: -- Verify registered primary key values not already in use

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

217: Fetch C_Sel1 Into p_rec.compl_person_id;
218: Close C_Sel1;
219: End If;
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 10);
222: End pre_insert;
223: --
224: -- ----------------------------------------------------------------------------
225: -- |-----------------------------< post_insert >------------------------------|

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

260: --
261: l_proc varchar2(72) := g_package||'post_insert';
262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: begin
266: --
267: ghr_cpl_rki.after_insert
268: (p_effective_date => p_effective_date

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

284: ,p_hook_type => 'AI');
285: --
286: end;
287: --
288: hr_utility.set_location(' Leaving:'||l_proc, 10);
289: End post_insert;
290: --
291: -- ----------------------------------------------------------------------------
292: -- |---------------------------------< ins >----------------------------------|

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

298: --
299: l_proc varchar2(72) := g_package||'ins';
300: --
301: Begin
302: hr_utility.set_location('Entering:'||l_proc, 5);
303: --
304: -- Call the supporting insert validate operations
305: --
306: ghr_cpl_bus.insert_validate

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

322: (p_effective_date
323: ,p_rec
324: );
325: --
326: hr_utility.set_location('Leaving:'||l_proc, 20);
327: end ins;
328: --
329: -- ----------------------------------------------------------------------------
330: -- |---------------------------------< ins >----------------------------------|

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

343: l_rec ghr_cpl_shd.g_rec_type;
344: l_proc varchar2(72) := g_package||'ins';
345: --
346: Begin
347: hr_utility.set_location('Entering:'||l_proc, 5);
348: --
349: -- Call conversion function to turn arguments into the
350: -- p_rec structure.
351: --

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

373: --
374: p_compl_person_id := l_rec.compl_person_id;
375: p_object_version_number := l_rec.object_version_number;
376: --
377: hr_utility.set_location(' Leaving:'||l_proc, 10);
378: End ins;
379: --
380: end ghr_cpl_ins;