DBA Data[Home] [Help]

APPS.PSP_PSO_UPD dependencies on PSP_PSO_UPD

Line 1: Package Body psp_pso_upd as

1: Package Body psp_pso_upd as
2: /* $Header: PSPSORHB.pls 120.2 2005/11/28 23:27 dpaudel noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 355: psp_pso_upd.pre_update(p_rec);

351: hr_multi_message.end_validation_set;
352: --
353: -- Call the supporting pre-update operation
354: --
355: psp_pso_upd.pre_update(p_rec);
356: --
357: -- Update the row.
358: --
359: psp_pso_upd.update_dml(p_rec);

Line 359: psp_pso_upd.update_dml(p_rec);

355: psp_pso_upd.pre_update(p_rec);
356: --
357: -- Update the row.
358: --
359: psp_pso_upd.update_dml(p_rec);
360: --
361: -- Call the supporting post-update operation
362: --
363: psp_pso_upd.post_update

Line 363: psp_pso_upd.post_update

359: psp_pso_upd.update_dml(p_rec);
360: --
361: -- Call the supporting post-update operation
362: --
363: psp_pso_upd.post_update
364: (p_rec
365: );
366: --
367: -- Call to raise any errors on multi-message list

Line 410: psp_pso_upd.upd

406: -- Having converted the arguments into the
407: -- plsql record structure we call the corresponding record
408: -- business process.
409: --
410: psp_pso_upd.upd
411: (l_rec
412: );
413: p_object_version_number := l_rec.object_version_number;
414: --

Line 418: end psp_pso_upd;

414: --
415: hr_utility.set_location(' Leaving:'||l_proc, 10);
416: End upd;
417: --
418: end psp_pso_upd;