DBA Data[Home] [Help]

APPS.PQP_GDA_UPD dependencies on PQP_GDA_UPD

Line 1: Package Body pqp_gda_upd as

1: Package Body pqp_gda_upd as
2: /* $Header: pqgdarhi.pkb 120.0 2005/05/29 01:52 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 387: pqp_gda_upd.pre_update(p_rec);

383: hr_multi_message.end_validation_set;
384: --
385: -- Call the supporting pre-update operation
386: --
387: pqp_gda_upd.pre_update(p_rec);
388: --
389: -- Update the row.
390: --
391: pqp_gda_upd.update_dml(p_rec);

Line 391: pqp_gda_upd.update_dml(p_rec);

387: pqp_gda_upd.pre_update(p_rec);
388: --
389: -- Update the row.
390: --
391: pqp_gda_upd.update_dml(p_rec);
392: --
393: -- Call the supporting post-update operation
394: --
395: pqp_gda_upd.post_update

Line 395: pqp_gda_upd.post_update

391: pqp_gda_upd.update_dml(p_rec);
392: --
393: -- Call the supporting post-update operation
394: --
395: pqp_gda_upd.post_update
396: (p_effective_date
397: ,p_rec
398: );
399: --

Line 450: pqp_gda_upd.upd

446: -- Having converted the arguments into the
447: -- plsql record structure we call the corresponding record
448: -- business process.
449: --
450: pqp_gda_upd.upd
451: (p_effective_date
452: ,l_rec
453: );
454: p_object_version_number := l_rec.object_version_number;

Line 459: end pqp_gda_upd;

455: --
456: hr_utility.set_location(' Leaving:'||l_proc, 10);
457: End upd;
458: --
459: end pqp_gda_upd;