DBA Data[Home] [Help]

APPS.HXC_ULQ_UPD dependencies on HXC_ULQ_UPD

Line 1: Package Body hxc_ulq_upd as

1: Package Body hxc_ulq_upd as
2: /* $Header: hxculqrhi.pkb 120.2 2005/09/23 06:26:40 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 610: hxc_ulq_upd.pre_update(p_rec);

606: );
607: --
608: -- Call the supporting pre-update operation
609: --
610: hxc_ulq_upd.pre_update(p_rec);
611: --
612: -- Update the row.
613: --
614: hxc_ulq_upd.update_dml(p_rec);

Line 614: hxc_ulq_upd.update_dml(p_rec);

610: hxc_ulq_upd.pre_update(p_rec);
611: --
612: -- Update the row.
613: --
614: hxc_ulq_upd.update_dml(p_rec);
615: --
616: -- Call the supporting post-update operation
617: --
618: hxc_ulq_upd.post_update

Line 618: hxc_ulq_upd.post_update

614: hxc_ulq_upd.update_dml(p_rec);
615: --
616: -- Call the supporting post-update operation
617: --
618: hxc_ulq_upd.post_update
619: (p_rec
620: );
621: End upd;
622: --

Line 720: hxc_ulq_upd.upd

716: -- Having converted the arguments into the
717: -- plsql record structure we call the corresponding record
718: -- business process.
719: --
720: hxc_ulq_upd.upd
721: (l_rec
722: );
723: p_object_version_number := l_rec.object_version_number;
724: --

Line 730: end hxc_ulq_upd;

726: hr_utility.set_location(' Leaving:'||l_proc, 10);
727: end if;
728: End upd;
729: --
730: end hxc_ulq_upd;