DBA Data[Home] [Help]

APPS.BEN_CPI_UPD dependencies on BEN_CPI_UPD

Line 1: Package Body ben_cpi_upd as

1: Package Body ben_cpi_upd as
2: /* $Header: becpirhi.pkb 120.0 2005/05/28 01:13 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_cpi_upd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< update_dml >------------------------------|

Line 1665: ben_cpi_upd.pre_update(p_rec);

1661: hr_multi_message.end_validation_set;
1662: --
1663: -- Call the supporting pre-update operation
1664: --
1665: ben_cpi_upd.pre_update(p_rec);
1666: --
1667: -- Update the row.
1668: --
1669: ben_cpi_upd.update_dml(p_rec);

Line 1669: ben_cpi_upd.update_dml(p_rec);

1665: ben_cpi_upd.pre_update(p_rec);
1666: --
1667: -- Update the row.
1668: --
1669: ben_cpi_upd.update_dml(p_rec);
1670: --
1671: -- Call the supporting post-update operation
1672: --
1673: ben_cpi_upd.post_update

Line 1673: ben_cpi_upd.post_update

1669: ben_cpi_upd.update_dml(p_rec);
1670: --
1671: -- Call the supporting post-update operation
1672: --
1673: ben_cpi_upd.post_update
1674: (p_rec
1675: );
1676: --
1677: -- Call to raise any errors on multi-message list

Line 2010: ben_cpi_upd.upd

2006: -- Having converted the arguments into the
2007: -- plsql record structure we call the corresponding record
2008: -- business process.
2009: --
2010: ben_cpi_upd.upd
2011: (l_rec
2012: );
2013: p_object_version_number := l_rec.object_version_number;
2014: --

Line 2020: end ben_cpi_upd;

2016: hr_utility.set_location(' Leaving:'||l_proc, 10);
2017: end if;
2018: End upd;
2019: --
2020: end ben_cpi_upd;