DBA Data[Home] [Help]

APPS.HXC_NOTIFICATION_HELPER dependencies on HXC_APPROVAL_STYLES

Line 4: ( approval_style_id hxc_approval_styles.approval_style_id%type

1: Package hxc_notification_helper as
2: /* $Header: hxcnothel.pkh 120.0 2006/06/19 09:03:36 gsirigin noship $ */
3: Type g_rec_notif Is Record
4: ( approval_style_id hxc_approval_styles.approval_style_id%type
5: ,timeouts_enabled varchar2(1)
6: ,number_retries hxc_app_comp_notifications.notification_number_retries%type
7: ,approver_timeout hxc_app_comp_notifications.notification_timeout_value%type
8: ,preparer_timeout hxc_app_comp_notifications.notification_timeout_value%type

Line 22: -- hxc_approval_styles for the approval style

18: -- ----------------------------------------------------------------------------
19: -- |--------------------------< run_extensions>-------------------------------|
20: -- ----------------------------------------------------------------------------
21: -- Returns TRUE if the run extensions value is 'Y' or NULL in the
22: -- hxc_approval_styles for the approval style
23: Function run_extensions(p_approval_comp_id in number)
24: Return Boolean;
25:
26: -- ----------------------------------------------------------------------------

Line 197: p_approval_style_id in hxc_approval_styles.approval_style_id%type

193: --
194: --
195: Procedure delete_notification_records
196: (
197: p_approval_style_id in hxc_approval_styles.approval_style_id%type
198: );
199: --
200: -- ----------------------------------------------------------------------------
201: -- |--------------------------< approval_comps_usages>-------------------------|