DBA Data[Home] [Help]

APPS.HXC_NOTIFICATION_HELPER dependencies on HXC_NOTIFICATION_HELPER

Line 1: Package Body hxc_notification_helper as

1: Package Body hxc_notification_helper as
2: /* $Header: hxcnothel.pkb 120.1 2006/07/28 13:18:39 gsirigin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- |---------------------------------< run_extensions >-----------------------|

Line 661: l_old_notif_rec hxc_notification_helper.g_rec_notif;

657: l_comp_notif_id_exist hxc_app_comp_notifications.comp_notification_id%type;
658: l_ovn_exist hxc_app_comp_notifications.object_version_number%type;
659: l_approval_comp_id hxc_approval_comps.approval_comp_id%type;
660: l_approval_comp_ovn hxc_approval_comps.object_version_number%type;
661: l_old_notif_rec hxc_notification_helper.g_rec_notif;
662: l_comp_notification_ovn number(9);
663:
664: --
665: --Cursor to get the current status of the notifications

Line 1736: end hxc_notification_helper;

1732: approval_comp_ovn = p_approval_comp_ovn;
1733: end if;
1734: end approval_comps_usages;
1735:
1736: end hxc_notification_helper;