DBA Data[Home] [Help]

APPS.PQH_DOA_UPD dependencies on PQH_DOA_UPD

Line 1: Package Body pqh_doa_upd as

1: Package Body pqh_doa_upd as
2: /* $Header: pqdoarhi.pkb 115.0 2003/01/06 09:20:29 svorugan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 167: pqh_doa_upd.dt_update_dml

163: --
164: Begin
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: pqh_doa_upd.dt_update_dml
168: (p_rec => p_rec
169: ,p_effective_date => p_effective_date
170: ,p_datetrack_mode => p_datetrack_mode
171: ,p_validation_start_date => p_validation_start_date

Line 534: pqh_doa_upd.convert_defs(p_rec);

530: -- derive the full record structure values to be updated.
531: --
532: -- 2. Call the supporting update validate operations.
533: --
534: pqh_doa_upd.convert_defs(p_rec);
535: --
536: pqh_doa_bus.update_validate
537: (p_rec => p_rec
538: ,p_effective_date => p_effective_date

Line 620: pqh_doa_upd.upd

616: -- Having converted the arguments into the
617: -- plsql record structure we call the corresponding record
618: -- business process.
619: --
620: pqh_doa_upd.upd
621: (p_effective_date
622: ,p_datetrack_mode
623: ,l_rec
624: );

Line 636: end pqh_doa_upd;

632: --
633: hr_utility.set_location(' Leaving:'||l_proc, 10);
634: End upd;
635: --
636: end pqh_doa_upd;