DBA Data[Home] [Help]

APPS.BEN_PLN_UPD dependencies on BEN_PLN_UPD

Line 1: Package Body ben_pln_upd as

1: Package Body ben_pln_upd as
2: /* $Header: beplnrhi.pkb 120.8.12010000.2 2008/08/18 09:47:19 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 1020: ben_pln_upd2.convert_defs(p_rec);

1016: -- derive the full record structure values to be updated.
1017: --
1018: -- 2. Call the supporting update validate operations.
1019: --
1020: ben_pln_upd2.convert_defs(p_rec);
1021: hr_utility.set_location('xxxxx l_validation_start_date '||l_validation_start_date, 100);
1022: hr_utility.set_location('xxxx l_validation_end_date '||l_validation_end_date, 100);
1023: ben_pln_bus.update_validate
1024: (p_rec => p_rec,

Line 1472: end ben_pln_upd;

1468: --
1469: hr_utility.set_location(' Leaving:'||l_proc, 10);
1470: End upd;
1471: --
1472: end ben_pln_upd;