DBA Data[Home] [Help]

APPS.PQP_EXR_UPD dependencies on PQP_EXR_UPD

Line 1: Package Body pqp_exr_upd as

1: Package Body pqp_exr_upd as
2: /* $Header: pqexrrhi.pkb 120.4 2006/10/20 18:38:32 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 409: pqp_exr_upd.pre_update(p_rec);

405: hr_multi_message.end_validation_set;
406: --
407: -- Call the supporting pre-update operation
408: --
409: pqp_exr_upd.pre_update(p_rec);
410: --
411: -- Update the row.
412: --
413: pqp_exr_upd.update_dml(p_rec);

Line 413: pqp_exr_upd.update_dml(p_rec);

409: pqp_exr_upd.pre_update(p_rec);
410: --
411: -- Update the row.
412: --
413: pqp_exr_upd.update_dml(p_rec);
414: --
415: -- Call the supporting post-update operation
416: --
417: pqp_exr_upd.post_update

Line 417: pqp_exr_upd.post_update

413: pqp_exr_upd.update_dml(p_rec);
414: --
415: -- Call the supporting post-update operation
416: --
417: pqp_exr_upd.post_update
418: (p_rec
419: );
420: hr_multi_message.end_validation_set;
421: End upd;

Line 474: pqp_exr_upd.upd (l_rec );

470: -- Having converted the arguments into the
471: -- plsql record structure we call the corresponding record
472: -- business process.
473: --
474: pqp_exr_upd.upd (l_rec );
475: p_object_version_number := l_rec.object_version_number;
476: --
477: hr_utility.set_location(' Leaving:'||l_proc, 10);
478: End upd;

Line 480: end pqp_exr_upd;

476: --
477: hr_utility.set_location(' Leaving:'||l_proc, 10);
478: End upd;
479: --
480: end pqp_exr_upd;
481: