DBA Data[Home] [Help]

APPS.PSP_POA_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: psp_poa_ins.g_organization_account_id_i := p_organization_account_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: psp_poa_ins.g_organization_account_id_i := p_organization_account_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: psp_poa_shd.g_api_dml := true; -- Set the api dml status
86: --

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

160: );
161: --
162: psp_poa_shd.g_api_dml := false; -- Unset the api dml status
163: --
164: hr_utility.set_location(' Leaving:'||l_proc, 10);
165: Exception
166: When hr_api.check_integrity_violated Then
167: -- A check constraint has been violated
168: psp_poa_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

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

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

313: --
314: l_proc varchar2(72) := g_package||'post_insert';
315: --
316: Begin
317: hr_utility.set_location('Entering:'||l_proc, 5);
318: begin
319: --
320: psp_poa_rki.after_insert
321: (p_organization_account_id

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

397: ,p_hook_type => 'AI');
398: --
399: end;
400: --
401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: End post_insert;
403: --
404: -- ----------------------------------------------------------------------------
405: -- |---------------------------------< ins >----------------------------------|

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

410: --
411: l_proc varchar2(72) := g_package||'ins';
412: --
413: Begin
414: hr_utility.set_location('Entering:'||l_proc, 5);
415: --
416: -- Call the supporting insert validate operations
417: --
418: psp_poa_bus.insert_validate

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

438: --
439: -- Call to raise any errors on multi-message list
440: hr_multi_message.end_validation_set;
441: --
442: hr_utility.set_location('Leaving:'||l_proc, 20);
443: end ins;
444: --
445: -- ----------------------------------------------------------------------------
446: -- |---------------------------------< ins >----------------------------------|

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

485: l_rec psp_poa_shd.g_rec_type;
486: l_proc varchar2(72) := g_package||'ins';
487: --
488: Begin
489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- Call conversion function to turn arguments into the
492: -- p_rec structure.
493: --

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

541: --
542: p_organization_account_id := l_rec.organization_account_id;
543: p_object_version_number := l_rec.object_version_number;
544: --
545: hr_utility.set_location(' Leaving:'||l_proc, 10);
546: End ins;
547: --
548: end psp_poa_ins;