DBA Data[Home] [Help]

APPS.PAY_TDF_UPD dependencies on PAY_TDF_UPD

Line 1: Package Body pay_tdf_upd as

1: Package Body pay_tdf_upd as
2: /* $Header: pytdfrhi.pkb 120.4 2005/09/20 06:56 adkumar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 435: pay_tdf_upd.pre_update(p_rec);

431: hr_multi_message.end_validation_set;
432: --
433: -- Call the supporting pre-update operation
434: --
435: pay_tdf_upd.pre_update(p_rec);
436: --
437: -- Update the row.
438: --
439: pay_tdf_upd.update_dml(p_rec);

Line 439: pay_tdf_upd.update_dml(p_rec);

435: pay_tdf_upd.pre_update(p_rec);
436: --
437: -- Update the row.
438: --
439: pay_tdf_upd.update_dml(p_rec);
440: --
441: -- Call the supporting post-update operation
442: --
443: pay_tdf_upd.post_update

Line 443: pay_tdf_upd.post_update

439: pay_tdf_upd.update_dml(p_rec);
440: --
441: -- Call the supporting post-update operation
442: --
443: pay_tdf_upd.post_update
444: (p_effective_date
445: ,p_rec
446: );
447: --

Line 510: pay_tdf_upd.upd

506: -- Having converted the arguments into the
507: -- plsql record structure we call the corresponding record
508: -- business process.
509: --
510: pay_tdf_upd.upd
511: (p_effective_date
512: ,l_rec
513: ,p_regenerate_periods
514: ,p_delete_periods

Line 522: end pay_tdf_upd;

518: --
519: hr_utility.set_location(' Leaving:'||l_proc, 10);
520: End upd;
521: --
522: end pay_tdf_upd;