DBA Data[Home] [Help]

APPS.PQH_CPD_UPD dependencies on PQH_CPD_UPD

Line 1: Package Body pqh_cpd_upd as

1: Package Body pqh_cpd_upd as
2: /* $Header: pqcpdrhi.pkb 120.0 2005/05/29 01:44:39 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 801: pqh_cpd_upd.pre_update(p_rec);

797: hr_multi_message.end_validation_set;
798: --
799: -- Call the supporting pre-update operation
800: --
801: pqh_cpd_upd.pre_update(p_rec);
802: --
803: -- Update the row.
804: --
805: pqh_cpd_upd.update_dml(p_rec);

Line 805: pqh_cpd_upd.update_dml(p_rec);

801: pqh_cpd_upd.pre_update(p_rec);
802: --
803: -- Update the row.
804: --
805: pqh_cpd_upd.update_dml(p_rec);
806: --
807: -- Call the supporting post-update operation
808: --
809: pqh_cpd_upd.post_update

Line 809: pqh_cpd_upd.post_update

805: pqh_cpd_upd.update_dml(p_rec);
806: --
807: -- Call the supporting post-update operation
808: --
809: pqh_cpd_upd.post_update
810: (p_effective_date
811: ,p_rec
812: );
813: --

Line 956: pqh_cpd_upd.upd

952: -- Having converted the arguments into the
953: -- plsql record structure we call the corresponding record
954: -- business process.
955: --
956: pqh_cpd_upd.upd
957: (p_effective_date
958: ,l_rec
959: );
960: p_object_version_number := l_rec.object_version_number;

Line 967: end pqh_cpd_upd;

963: hr_utility.set_location(' Leaving:'||l_proc, 10);
964: end if;
965: End upd;
966: --
967: end pqh_cpd_upd;