DBA Data[Home] [Help]

APPS.PQP_VRE_UPD dependencies on PQP_VRE_UPD

Line 1: PACKAGE BODY pqp_vre_upd AS

1: PACKAGE BODY pqp_vre_upd AS
2: /* $Header: pqvrerhi.pkb 120.1 2005/06/30 12:04:54 rpinjala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package VARCHAR2(33) := ' pqp_vre_upd.'; -- Global package name

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

Line 242: pqp_vre_upd.dt_update_dml

238: --
239: BEGIN
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: pqp_vre_upd.dt_update_dml
243: (p_rec => p_rec
244: ,p_effective_date => p_effective_date
245: ,p_datetrack_mode => p_datetrack_mode
246: ,p_validation_start_date => p_validation_start_date

Line 1210: pqp_vre_upd.convert_defs(p_rec);

1206: -- derive the full record structure values to be updated.
1207: --
1208: -- 2. Call the supporting update validate operations.
1209: --
1210: pqp_vre_upd.convert_defs(p_rec);
1211: --
1212:
1213:
1214: pqp_vre_bus.update_validate

Line 1448: pqp_vre_upd.upd

1444: -- Having converted the arguments into the
1445: -- plsql record structure we call the corresponding record
1446: -- business process.
1447: --
1448: pqp_vre_upd.upd
1449: (p_effective_date
1450: ,p_datetrack_mode
1451: ,l_rec
1452: );

Line 1464: END pqp_vre_upd;

1460: --
1461: hr_utility.set_location(' Leaving:'||l_proc, 10);
1462: END upd;
1463: --
1464: END pqp_vre_upd;