DBA Data[Home] [Help]

APPS.PER_PAR_INS dependencies on HR_UTILITY

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

18: --
19: l_proc varchar2(72) := g_package||'set_base_key_value';
20: --
21: Begin
22: hr_utility.set_location('Entering:'||l_proc, 10);
23: --
24: per_par_ins.g_participant_id_i := p_participant_id;
25: --
26: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

22: hr_utility.set_location('Entering:'||l_proc, 10);
23: --
24: per_par_ins.g_participant_id_i := p_participant_id;
25: --
26: hr_utility.set_location(' Leaving:'||l_proc, 20);
27: End set_base_key_value;
28: --
29: --
30: -- ----------------------------------------------------------------------------

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

68: --
69: l_proc varchar2(72) := g_package||'insert_dml';
70: --
71: Begin
72: hr_utility.set_location('Entering:'||l_proc, 5);
73: p_rec.object_version_number := 1; -- Initialise the object version
74: --
75: -- Insert the row into: per_participants
76: --

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

148: p_rec.attribute20,
149: p_rec.participant_usage_status
150: );
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated
156: per_par_shd.constraint_error

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

220: per_par_ins.g_participant_id_i;
221: --
222:
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: --
227: -- Select the next sequence number
228: --

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

254: Fetch C_Sel1 Into p_rec.participant_id;
255: Close C_Sel1;
256: END IF;
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: End pre_insert;
260: --
261: -- ----------------------------------------------------------------------------
262: -- |-----------------------------< post_insert >------------------------------|

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

294: --
295: l_proc varchar2(72) := g_package||'post_insert';
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- This is a hook point and the user hook for post_insert is called here.
301: --
302: begin

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

345: );
346: end;
347: -- End of API User Hook for post_insert.
348: --
349: hr_utility.set_location(' Leaving:'||l_proc, 10);
350: End post_insert;
351: --
352: -- ----------------------------------------------------------------------------
353: -- |---------------------------------< ins >----------------------------------|

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

361: --
362: l_proc varchar2(72) := g_package||'ins';
363: --
364: Begin
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- Determine if the business process is to be validated.
368: --
369: If p_validate then

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

404: If p_validate then
405: Raise HR_Api.Validate_Enabled;
406: End If;
407: --
408: hr_utility.set_location(' Leaving:'||l_proc, 10);
409: Exception
410: When HR_Api.Validate_Enabled Then
411: --
412: -- As the Validate_Enabled exception has been raised

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

462: l_rec per_par_shd.g_rec_type;
463: l_proc varchar2(72) := g_package||'ins';
464: --
465: Begin
466: hr_utility.set_location('Entering:'||l_proc, 5);
467: --
468: -- Call conversion function to turn arguments into the
469: -- p_rec structure.
470: --

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

518: --
519: p_participant_id := l_rec.participant_id;
520: p_object_version_number := l_rec.object_version_number;
521: --
522: hr_utility.set_location(' Leaving:'||l_proc, 10);
523: End ins;
524: --
525: end per_par_ins;