DBA Data[Home] [Help]

APPS.HXC_APS_UPD dependencies on HXC_APS_UPD

Line 1: Package Body hxc_aps_upd as

1: Package Body hxc_aps_upd as
2: /* $Header: hxcaprpsrhi.pkb 120.2 2005/09/23 10:38:57 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 328: hxc_aps_upd.pre_update(p_rec);

324: );
325: --
326: -- Call the supporting pre-update operation
327: --
328: hxc_aps_upd.pre_update(p_rec);
329: --
330: -- Update the row.
331: --
332: hxc_aps_upd.update_dml(p_rec);

Line 332: hxc_aps_upd.update_dml(p_rec);

328: hxc_aps_upd.pre_update(p_rec);
329: --
330: -- Update the row.
331: --
332: hxc_aps_upd.update_dml(p_rec);
333: --
334: -- Call the supporting post-update operation
335: --
336: hxc_aps_upd.post_update

Line 336: hxc_aps_upd.post_update

332: hxc_aps_upd.update_dml(p_rec);
333: --
334: -- Call the supporting post-update operation
335: --
336: hxc_aps_upd.post_update
337: (p_rec
338: );
339: End upd;
340: --

Line 374: hxc_aps_upd.upd

370: -- Having converted the arguments into the
371: -- plsql record structure we call the corresponding record
372: -- business process.
373: --
374: hxc_aps_upd.upd
375: (l_rec
376: );
377: p_object_version_number := l_rec.object_version_number;
378: --

Line 384: end hxc_aps_upd;

380: hr_utility.set_location(' Leaving:'||l_proc, 10);
381: end if;
382: End upd;
383: --
384: end hxc_aps_upd;