DBA Data[Home] [Help]

APPS.PQP_PCV_UPD dependencies on PQP_PCV_UPD

Line 1: Package Body pqp_pcv_upd as

1: Package Body pqp_pcv_upd as
2: /* $Header: pqpcvrhi.pkb 120.0 2005/05/29 01:55:22 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 710: pqp_pcv_upd.pre_update(p_rec);

706: hr_multi_message.end_validation_set;
707: --
708: -- Call the supporting pre-update operation
709: --
710: pqp_pcv_upd.pre_update(p_rec);
711: --
712: -- Update the row.
713: --
714: pqp_pcv_upd.update_dml(p_rec);

Line 714: pqp_pcv_upd.update_dml(p_rec);

710: pqp_pcv_upd.pre_update(p_rec);
711: --
712: -- Update the row.
713: --
714: pqp_pcv_upd.update_dml(p_rec);
715: --
716: -- Call the supporting post-update operation
717: --
718: pqp_pcv_upd.post_update

Line 718: pqp_pcv_upd.post_update

714: pqp_pcv_upd.update_dml(p_rec);
715: --
716: -- Call the supporting post-update operation
717: --
718: pqp_pcv_upd.post_update
719: (p_effective_date
720: ,p_rec
721: );
722: --

Line 845: pqp_pcv_upd.upd

841: -- Having converted the arguments into the
842: -- plsql record structure we call the corresponding record
843: -- business process.
844: --
845: pqp_pcv_upd.upd
846: (p_effective_date
847: ,l_rec
848: );
849: p_object_version_number := l_rec.object_version_number;

Line 854: end pqp_pcv_upd;

850: --
851: hr_utility.set_location(' Leaving:'||l_proc, 10);
852: End upd;
853: --
854: end pqp_pcv_upd;