DBA Data[Home] [Help]

APPS.PQH_RMR_UPD dependencies on PQH_RMR_UPD

Line 1: Package Body pqh_rmr_upd as

1: Package Body pqh_rmr_upd as
2: /* $Header: pqrmrrhi.pkb 120.0 2005/05/29 02:34 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 172: pqh_rmr_upd.dt_update_dml

168: --
169: Begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --
172: pqh_rmr_upd.dt_update_dml
173: (p_rec => p_rec
174: ,p_effective_date => p_effective_date
175: ,p_datetrack_mode => p_datetrack_mode
176: ,p_validation_start_date => p_validation_start_date

Line 579: pqh_rmr_upd.convert_defs(p_rec);

575: -- derive the full record structure values to be updated.
576: --
577: -- 2. Call the supporting update validate operations.
578: --
579: pqh_rmr_upd.convert_defs(p_rec);
580: --
581: pqh_rmr_bus.update_validate
582: (p_rec => p_rec
583: ,p_effective_date => p_effective_date

Line 675: pqh_rmr_upd.upd

671: -- Having converted the arguments into the
672: -- plsql record structure we call the corresponding record
673: -- business process.
674: --
675: pqh_rmr_upd.upd
676: (p_effective_date
677: ,p_datetrack_mode
678: ,l_rec
679: );

Line 691: end pqh_rmr_upd;

687: --
688: hr_utility.set_location(' Leaving:'||l_proc, 10);
689: End upd;
690: --
691: end pqh_rmr_upd;