DBA Data[Home] [Help]

APPS.PAY_PAY_UPD dependencies on PAY_PAY_UPD

Line 1: Package Body pay_pay_upd as

1: Package Body pay_pay_upd as
2: /* $Header: pypayrhi.pkb 120.0.12000000.3 2007/03/08 09:23:27 mshingan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 257: pay_pay_upd.dt_update_dml

253: --
254: Begin
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: --
257: pay_pay_upd.dt_update_dml
258: (p_rec => p_rec
259: ,p_effective_date => p_effective_date
260: ,p_datetrack_mode => p_datetrack_mode
261: ,p_validation_start_date => p_validation_start_date

Line 1308: pay_pay_upd.convert_defs(l_rec);

1304: -- derive the full record structure values to be updated.
1305: --
1306: -- 2. Call the supporting update validate operations.
1307: --
1308: pay_pay_upd.convert_defs(l_rec);
1309: --
1310: pay_pay_bus.update_validate
1311: (p_rec => l_rec
1312: ,p_effective_date => p_effective_date

Line 1560: pay_pay_upd.upd

1556: -- Having converted the arguments into the
1557: -- plsql record structure we call the corresponding record
1558: -- business process.
1559: --
1560: pay_pay_upd.upd
1561: (p_effective_date
1562: ,p_datetrack_mode
1563: ,l_rec
1564: );

Line 1577: end pay_pay_upd;

1573: --
1574: hr_utility.set_location(' Leaving:'||l_proc, 10);
1575: End upd;
1576: --
1577: end pay_pay_upd;