DBA Data[Home] [Help]

APPS.PAY_APR_INS dependencies on HR_UTILITY

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

23: Begin
24: --
25: l_proc := g_package||'set_base_key_value';
26: --
27: hr_utility.set_location('Entering:'||l_proc, 10);
28: --
29: pay_apr_ins.g_process_id_i := p_process_id;
30: --
31: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

27: hr_utility.set_location('Entering:'||l_proc, 10);
28: --
29: pay_apr_ins.g_process_id_i := p_process_id;
30: --
31: hr_utility.set_location(' Leaving:'||l_proc, 20);
32: End set_base_key_value;
33: --
34: --
35: -- ----------------------------------------------------------------------------

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

132: Begin
133: --
134: l_proc := g_package||'insert_dml';
135: --
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: p_rec.object_version_number := 1; -- Initialise the object version
138: --
139: pay_apr_shd.g_api_dml := true; -- Set the api dml status
140: --

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

164: );
165: --
166: pay_apr_shd.g_api_dml := false; -- Unset the api dml status
167: --
168: hr_utility.set_location(' Leaving:'||l_proc, 10);
169: Exception
170: When hr_api.check_integrity_violated Then
171: -- A check constraint has been violated
172: pay_apr_shd.g_api_dml := false; -- Unset the api dml status

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

242: Begin
243: --
244: l_proc := g_package||'pre_insert';
245: --
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: If (pay_apr_ins.g_process_id_i is not null) Then
249: --
250: -- Verify registered primary key values not already in use

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

278: Fetch C_Sel1 Into p_rec.process_id;
279: Close C_Sel1;
280: End If;
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: End pre_insert;
284: --
285: -- ----------------------------------------------------------------------------
286: -- |-----------------------------< post_insert >------------------------------|

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

323: Begin
324: --
325: l_proc := g_package||'post_insert';
326: --
327: hr_utility.set_location('Entering:'||l_proc, 5);
328: begin
329: --
330: -- insert ownerships if applicable
331: create_app_ownerships

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

334: --
335: --
336: end;
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 10);
339: End post_insert;
340: --
341: -- ----------------------------------------------------------------------------
342: -- |---------------------------------< ins >----------------------------------|

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

349: --
350: Begin
351: l_proc := g_package||'ins';
352: --
353: hr_utility.set_location('Entering:'||l_proc, 5);
354: --
355: -- Call the supporting insert validate operations
356: --
357: pay_apr_bus.insert_validate

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

377: --
378: -- Call to raise any errors on multi-message list
379: hr_multi_message.end_validation_set;
380: --
381: hr_utility.set_location('Leaving:'||l_proc, 20);
382: end ins;
383: --
384: -- ----------------------------------------------------------------------------
385: -- |---------------------------------< ins >----------------------------------|

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

401: --
402: Begin
403: l_proc := g_package||'ins';
404: --
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- Call conversion function to turn arguments into the
408: -- p_rec structure.
409: --

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

432: --
433: p_process_id := l_rec.process_id;
434: p_object_version_number := l_rec.object_version_number;
435: --
436: hr_utility.set_location(' Leaving:'||l_proc, 10);
437: End ins;
438: --
439: begin
440: g_package := ' pay_apr_ins.'; -- Global package name