DBA Data[Home] [Help]

APPS.PQH_RMN_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_rmn_ins.g_rate_matrix_node_id_i := p_rate_matrix_node_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_rmn_ins.g_rate_matrix_node_id_i := p_rate_matrix_node_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 166: hr_utility.set_location(' Leaving:'||l_proc, 10);

162: );
163: --
164: --
165: --
166: hr_utility.set_location(' Leaving:'||l_proc, 10);
167: Exception
168: When hr_api.check_integrity_violated Then
169: -- A check constraint has been violated
170: --

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

237: l_proc varchar2(72) := g_package||'pre_insert';
238: l_exists varchar2(1);
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);
242: --
243: If (pqh_rmn_ins.g_rate_matrix_node_id_i is not null) Then
244: --
245: -- Verify registered primary key values not already in use

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

273: Fetch C_Sel1 Into p_rec.rate_matrix_node_id;
274: Close C_Sel1;
275: End If;
276: --
277: hr_utility.set_location(' Leaving:'||l_proc, 10);
278: End pre_insert;
279: --
280: -- ----------------------------------------------------------------------------
281: -- |-----------------------------< post_insert >------------------------------|

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

315: --
316: l_proc varchar2(72) := g_package||'post_insert';
317: --
318: Begin
319: hr_utility.set_location('Entering:'||l_proc, 5);
320: begin
321: --
322: -- insert ownerships if applicable
323: create_app_ownerships

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

359: ,p_hook_type => 'AI');
360: --
361: end;
362: --
363: hr_utility.set_location(' Leaving:'||l_proc, 10);
364: End post_insert;
365: --
366: -- ----------------------------------------------------------------------------
367: -- |---------------------------------< ins >----------------------------------|

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

372: --
373: l_proc varchar2(72) := g_package||'ins';
374: --
375: Begin
376: hr_utility.set_location('Entering:'||l_proc, 5);
377: --
378: -- Call the supporting insert validate operations
379: --
380: pqh_rmn_bus.insert_validate

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

400: --
401: -- Call to raise any errors on multi-message list
402: hr_multi_message.end_validation_set;
403: --
404: hr_utility.set_location('Leaving:'||l_proc, 20);
405: end ins;
406: --
407: -- ----------------------------------------------------------------------------
408: -- |---------------------------------< ins >----------------------------------|

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

424: l_rec pqh_rmn_shd.g_rec_type;
425: l_proc varchar2(72) := g_package||'ins';
426: --
427: Begin
428: hr_utility.set_location('Entering:'||l_proc, 5);
429: --
430: -- Call conversion function to turn arguments into the
431: -- p_rec structure.
432: --

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

457: --
458: p_rate_matrix_node_id := l_rec.rate_matrix_node_id;
459: p_object_version_number := l_rec.object_version_number;
460: --
461: hr_utility.set_location(' Leaving:'||l_proc, 10);
462: End ins;
463: --
464: end pqh_rmn_ins;