DBA Data[Home] [Help]

APPS.PQH_RNK_INS dependencies on HR_UTILITY

Line 24: hr_utility.set_location('Entering:'||l_proc, 10);

20: --
21: l_proc constant varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: pqh_rnk_ins.g_rank_process_id_i := p_rank_process_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_rnk_ins.g_rank_process_id_i := p_rank_process_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 constant 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 124: hr_utility.set_location(' Leaving:'||l_proc, 10);

120: );
121: --
122: --
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated
128: --

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

195: l_proc constant varchar2(72) := g_package||'pre_insert';
196: l_exists varchar2(1);
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: If (pqh_rnk_ins.g_rank_process_id_i is not null) Then
202: --
203: -- Verify registered primary key values not already in use

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

231: Fetch C_Sel1 Into p_rec.rank_process_id;
232: Close C_Sel1;
233: End If;
234: --
235: hr_utility.set_location(' Leaving:'||l_proc, 10);
236: End pre_insert;
237: --
238: -- ----------------------------------------------------------------------------
239: -- |-----------------------------< post_insert >------------------------------|

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

274: --
275: l_proc constant varchar2(72) := g_package||'post_insert';
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: begin
280: --
281: pqh_rnk_rki.after_insert
282: (p_effective_date

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

320: ,p_hook_type => 'AI');
321: --
322: end;
323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 10);
325: End post_insert;
326: --
327: -- ----------------------------------------------------------------------------
328: -- |---------------------------------< ins >----------------------------------|

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

334: --
335: l_proc constant varchar2(72) := g_package||'ins';
336: --
337: Begin
338: hr_utility.set_location('Entering:'||l_proc, 5);
339: --
340: -- Call the supporting insert validate operations
341: --
342: pqh_rnk_bus.insert_validate

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

364: --
365: -- Call to raise any errors on multi-message list
366: hr_multi_message.end_validation_set;
367: --
368: hr_utility.set_location('Leaving:'||l_proc, 20);
369: end ins;
370: --
371: -- ----------------------------------------------------------------------------
372: -- |---------------------------------< ins >----------------------------------|

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

392: l_rec pqh_rnk_shd.g_rec_type;
393: l_proc constant varchar2(72) := g_package||'ins';
394: --
395: Begin
396: hr_utility.set_location('Entering:'||l_proc, 5);
397: --
398: -- Call conversion function to turn arguments into the
399: -- p_rec structure.
400: --

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

429: --
430: p_rank_process_id := l_rec.rank_process_id;
431: p_object_version_number := l_rec.object_version_number;
432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);
434: End ins;
435: --
436: end pqh_rnk_ins;