DBA Data[Home] [Help]

APPS.HR_TRS_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: hr_trs_ins.g_transaction_step_id_i := p_transaction_step_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: hr_trs_ins.g_transaction_step_id_i := p_transaction_step_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30:
31: --
32: -- ----------------------------------------------------------------------------

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

76: --
77: l_proc varchar2(72) := g_package||'insert_dml';
78: --
79: Begin
80: hr_utility.set_location('Entering:'||l_proc, 5);
81: p_rec.object_version_number := 1; -- Initialise the object version
82: --
83: hr_trs_shd.g_api_dml := true; -- Set the api dml status
84: --

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

194: );
195: --
196: hr_trs_shd.g_api_dml := false; -- Unset the api dml status
197: --
198: hr_utility.set_location(' Leaving:'||l_proc, 10);
199: Exception
200: When hr_api.check_integrity_violated Then
201: -- A check constraint has been violated
202: hr_trs_shd.g_api_dml := false; -- Unset the api dml status

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

267: where transaction_step_id = hr_trs_ins.g_transaction_step_id_i;
268: --
269: --
270: Begin
271: hr_utility.set_location('Entering:'||l_proc, 5);
272:
273: If hr_trs_ins.g_transaction_step_id_i is not null then
274: --
275: -- Verify registered primary key values not already in use

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

306: p_rec.processing_order := 0;
307: end if;
308:
309: --
310: hr_utility.set_location(' Leaving:'||l_proc, 10);
311: End pre_insert;
312: --
313: -- ----------------------------------------------------------------------------
314: -- |-----------------------------< post_insert >------------------------------|

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

346: --
347: l_proc varchar2(72) := g_package||'post_insert';
348: --
349: Begin
350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: hr_utility.set_location(' Leaving:'||l_proc, 10);
353: End post_insert;
354: --

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

348: --
349: Begin
350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: hr_utility.set_location(' Leaving:'||l_proc, 10);
353: End post_insert;
354: --
355: -- ----------------------------------------------------------------------------
356: -- |---------------------------------< 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: -- Determine if the business process is to be validated.
370: --
371: If p_validate then

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

396: If p_validate then
397: Raise HR_Api.Validate_Enabled;
398: End If;
399: --
400: hr_utility.set_location(' Leaving:'||l_proc, 10);
401: Exception
402: When HR_Api.Validate_Enabled Then
403: --
404: -- As the Validate_Enabled exception has been raised

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

471: l_rec hr_trs_shd.g_rec_type;
472: l_proc varchar2(72) := g_package||'ins';
473: --
474: Begin
475: hr_utility.set_location('Entering:'||l_proc, 5);
476: --
477: -- Call conversion function to turn arguments into the
478: -- p_rec structure.
479: --

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

545: --
546: p_transaction_step_id := l_rec.transaction_step_id;
547: p_object_version_number := l_rec.object_version_number;
548: --
549: hr_utility.set_location(' Leaving:'||l_proc, 10);
550: End ins;
551: --
552: end hr_trs_ins;