DBA Data[Home] [Help]

APPS.PQH_ASA_UPD dependencies on PQH_ASA_UPD

Line 1: Package Body pqh_asa_upd as

1: Package Body pqh_asa_upd as
2: /* $Header: pqasarhi.pkb 115.3 2002/11/27 00:35:21 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 240: pqh_asa_upd.dt_update_dml

236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: pqh_asa_upd.dt_update_dml
241: (p_rec => p_rec
242: ,p_effective_date => p_effective_date
243: ,p_datetrack_mode => p_datetrack_mode
244: ,p_validation_start_date => p_validation_start_date

Line 1191: pqh_asa_upd.convert_defs(p_rec);

1187: -- derive the full record structure values to be updated.
1188: --
1189: -- 2. Call the supporting update validate operations.
1190: --
1191: pqh_asa_upd.convert_defs(p_rec);
1192: --
1193: pqh_asa_bus.update_validate
1194: (p_rec => p_rec
1195: ,p_effective_date => p_effective_date

Line 1423: pqh_asa_upd.upd

1419: -- Having converted the arguments into the
1420: -- plsql record structure we call the corresponding record
1421: -- business process.
1422: --
1423: pqh_asa_upd.upd
1424: (p_effective_date
1425: ,p_datetrack_mode
1426: ,l_rec
1427: );

Line 1439: end pqh_asa_upd;

1435: --
1436: hr_utility.set_location(' Leaving:'||l_proc, 10);
1437: End upd;
1438: --
1439: end pqh_asa_upd;