DBA Data[Home] [Help]

APPS.PQH_CRD_UPD dependencies on PQH_CRD_UPD

Line 1: Package Body pqh_crd_upd as

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

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

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

Line 728: pqh_crd_upd.pre_update(p_rec);

724: hr_multi_message.end_validation_set;
725: --
726: -- Call the supporting pre-update operation
727: --
728: pqh_crd_upd.pre_update(p_rec);
729: --
730: -- Update the row.
731: --
732: pqh_crd_upd.update_dml(p_rec);

Line 732: pqh_crd_upd.update_dml(p_rec);

728: pqh_crd_upd.pre_update(p_rec);
729: --
730: -- Update the row.
731: --
732: pqh_crd_upd.update_dml(p_rec);
733: --
734: -- Call the supporting post-update operation
735: --
736: pqh_crd_upd.post_update

Line 736: pqh_crd_upd.post_update

732: pqh_crd_upd.update_dml(p_rec);
733: --
734: -- Call the supporting post-update operation
735: --
736: pqh_crd_upd.post_update
737: (p_effective_date
738: ,p_rec
739: );
740: --

Line 867: pqh_crd_upd.upd

863: -- Having converted the arguments into the
864: -- plsql record structure we call the corresponding record
865: -- business process.
866: --
867: pqh_crd_upd.upd
868: (p_effective_date
869: ,l_rec
870: );
871: p_object_version_number := l_rec.object_version_number;

Line 876: end pqh_crd_upd;

872: --
873: hr_utility.set_location(' Leaving:'||l_proc, 10);
874: End upd;
875: --
876: end pqh_crd_upd;