DBA Data[Home] [Help]

APPS.HXC_APC_UPD dependencies on HXC_APC_UPD

Line 1: Package Body hxc_apc_upd as

1: Package Body hxc_apc_upd as
2: /* $Header: hxcapcrhi.pkb 120.2 2005/09/23 08:04:24 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 350: hxc_apc_upd.pre_update(p_rec);

346: );
347: --
348: -- Call the supporting pre-update operation
349: --
350: hxc_apc_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: hxc_apc_upd.update_dml(p_rec);

Line 354: hxc_apc_upd.update_dml(p_rec);

350: hxc_apc_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: hxc_apc_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: hxc_apc_upd.post_update

Line 358: hxc_apc_upd.post_update

354: hxc_apc_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: hxc_apc_upd.post_update
359: (p_effective_date
360: ,p_rec
361: );
362: End upd;

Line 402: hxc_apc_upd.upd

398: -- Having converted the arguments into the
399: -- plsql record structure we call the corresponding record
400: -- business process.
401: --
402: hxc_apc_upd.upd
403: (p_effective_date
404: ,l_rec
405: );
406: p_object_version_number := l_rec.object_version_number;

Line 413: end hxc_apc_upd;

409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: end if;
411: End upd;
412: --
413: end hxc_apc_upd;