DBA Data[Home] [Help]

APPS.PQH_RER_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_rer_ins.g_rate_element_relation_id_i := p_rate_element_relation_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_rer_ins.g_rate_element_relation_id_i := p_rate_element_relation_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

126: --
127: l_proc varchar2(72) := g_package||'insert_dml';
128: --
129: Begin
130: hr_utility.set_location('Entering:'||l_proc, 5);
131: p_rec.object_version_number := 1; -- Initialise the object version
132: --
133: --
134: --

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

156: );
157: --
158: --
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: --

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

231: l_proc varchar2(72) := g_package||'pre_insert';
232: l_exists varchar2(1);
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: If (pqh_rer_ins.g_rate_element_relation_id_i is not null) Then
238: --
239: -- Verify registered primary key values not already in use

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

267: Fetch C_Sel1 Into p_rec.rate_element_relation_id;
268: Close C_Sel1;
269: End If;
270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: End pre_insert;
273: --
274: -- ----------------------------------------------------------------------------
275: -- |-----------------------------< post_insert >------------------------------|

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

310: --
311: l_proc varchar2(72) := g_package||'post_insert';
312: --
313: Begin
314: hr_utility.set_location('Entering:'||l_proc, 5);
315: begin
316: --
317: -- insert ownerships if applicable
318: create_app_ownerships

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

349: ,p_hook_type => 'AI');
350: --
351: end;
352: --
353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: End post_insert;
355: --
356: -- ----------------------------------------------------------------------------
357: -- |---------------------------------< ins >----------------------------------|

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

363: --
364: l_proc varchar2(72) := g_package||'ins';
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: --
369: -- Call the supporting insert validate operations
370: --
371: pqh_rer_bus.insert_validate

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

393: --
394: -- Call to raise any errors on multi-message list
395: hr_multi_message.end_validation_set;
396: --
397: hr_utility.set_location('Leaving:'||l_proc, 20);
398: end ins;
399: --
400: -- ----------------------------------------------------------------------------
401: -- |---------------------------------< ins >----------------------------------|

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

415: l_rec pqh_rer_shd.g_rec_type;
416: l_proc varchar2(72) := g_package||'ins';
417: --
418: Begin
419: hr_utility.set_location('Entering:'||l_proc, 5);
420: --
421: -- Call conversion function to turn arguments into the
422: -- p_rec structure.
423: --

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

446: --
447: p_rate_element_relation_id := l_rec.rate_element_relation_id;
448: p_object_version_number := l_rec.object_version_number;
449: --
450: hr_utility.set_location(' Leaving:'||l_proc, 10);
451: End ins;
452: --
453: end pqh_rer_ins;