DBA Data[Home] [Help]

APPS.PER_DIS_UPD dependencies on PER_DIS_UPD

Line 1: Package Body per_dis_upd as

1: Package Body per_dis_upd as
2: /* $Header: pedisrhi.pkb 115.8 2002/12/04 18:57:24 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 240: per_dis_upd.dt_update_dml

236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: per_dis_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 1190: per_dis_upd.convert_defs(p_rec);

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

Line 1415: per_dis_upd.upd

1411: -- Having converted the arguments into the
1412: -- plsql record structure we call the corresponding record
1413: -- business process.
1414: --
1415: per_dis_upd.upd
1416: (p_effective_date
1417: ,p_datetrack_mode
1418: ,l_rec
1419: );

Line 1431: end per_dis_upd;

1427: --
1428: hr_utility.set_location(' Leaving:'||l_proc, 10);
1429: End upd;
1430: --
1431: end per_dis_upd;