DBA Data[Home] [Help]

APPS.PAY_BLD_UPD dependencies on PAY_BLD_UPD

Line 1: Package Body pay_bld_upd as

1: Package Body pay_bld_upd as
2: /* $Header: pybldrhi.pkb 120.0 2005/05/29 03:19 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 464: pay_bld_upd.pre_update(p_rec);

460: hr_multi_message.end_validation_set;
461: --
462: -- Call the supporting pre-update operation
463: --
464: pay_bld_upd.pre_update(p_rec);
465: --
466: -- Update the row.
467: --
468: pay_bld_upd.update_dml(p_rec);

Line 468: pay_bld_upd.update_dml(p_rec);

464: pay_bld_upd.pre_update(p_rec);
465: --
466: -- Update the row.
467: --
468: pay_bld_upd.update_dml(p_rec);
469: --
470: -- Call the supporting post-update operation
471: --
472: pay_bld_upd.post_update

Line 472: pay_bld_upd.post_update

468: pay_bld_upd.update_dml(p_rec);
469: --
470: -- Call the supporting post-update operation
471: --
472: pay_bld_upd.post_update
473: (p_rec
474: );
475: --
476: -- Call to raise any errors on multi-message list

Line 543: pay_bld_upd.upd

539: -- Having converted the arguments into the
540: -- plsql record structure we call the corresponding record
541: -- business process.
542: --
543: pay_bld_upd.upd
544: (l_rec
545: );
546: --
547: --

Line 551: end pay_bld_upd;

547: --
548: hr_utility.set_location(' Leaving:'||l_proc, 10);
549: End upd;
550: --
551: end pay_bld_upd;