DBA Data[Home] [Help]

APPS.PER_PSO_UPD dependencies on PER_PSO_UPD

Line 1: Package Body per_pso_upd as

1: Package Body per_pso_upd as
2: /* $Header: pepsorhi.pkb 115.1 2002/12/04 16:50:05 eumenyio noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' per_pso_upd.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pso_upd.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< update_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 328: per_pso_upd.pre_update(p_rec);

324: hr_multi_message.end_validation_set;
325: --
326: -- Call the supporting pre-update operation
327: --
328: per_pso_upd.pre_update(p_rec);
329: --
330: -- Update the row.
331: --
332: per_pso_upd.update_dml(p_rec);

Line 332: per_pso_upd.update_dml(p_rec);

328: per_pso_upd.pre_update(p_rec);
329: --
330: -- Update the row.
331: --
332: per_pso_upd.update_dml(p_rec);
333: --
334: -- Call the supporting post-update operation
335: --
336: per_pso_upd.post_update

Line 336: per_pso_upd.post_update

332: per_pso_upd.update_dml(p_rec);
333: --
334: -- Call the supporting post-update operation
335: --
336: per_pso_upd.post_update
337: (p_rec
338: );
339: --
340: -- Call to raise any errors on multi-message list

Line 377: per_pso_upd.upd

373: -- Having converted the arguments into the
374: -- plsql record structure we call the corresponding record
375: -- business process.
376: --
377: per_pso_upd.upd
378: (l_rec
379: );
380: p_object_version_number := l_rec.object_version_number;
381: --

Line 385: end per_pso_upd;

381: --
382: hr_utility.set_location(' Leaving:'||l_proc, 10);
383: End upd;
384: --
385: end per_pso_upd;