DBA Data[Home] [Help]

APPS.HXC_NOTIFICATION_PROCESS_PKG dependencies on HXC_NOTIFICATION_HELPER

Line 66: l_preparer_timeout := hxc_notification_helper.preparer_timeout_value(l_approval_style_id);

62: l_approval_style_id:= wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
63: itemkey => p_itemkey,
64: aname => 'APPROVAL_STYLE_ID');
65:
66: l_preparer_timeout := hxc_notification_helper.preparer_timeout_value(l_approval_style_id);
67:
68: wf_engine.SetItemAttrNumber(itemtype => p_itemtype,
69: itemkey => p_itemkey,
70: aname => 'APPROVAL_TIMEOUT',

Line 291: l_approver_timeout := hxc_notification_helper.approver_timeout_value(l_approval_style_id);

287: l_approval_style_id:= wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
288: itemkey => p_itemkey,
289: aname => 'APPROVAL_STYLE_ID');
290:
291: l_approver_timeout := hxc_notification_helper.approver_timeout_value(l_approval_style_id);
292:
293: wf_engine.SetItemAttrNumber(itemtype => p_itemtype,
294: itemkey => p_itemkey,
295: aname => 'APPROVAL_TIMEOUT',

Line 425: l_preparer_timeout := hxc_notification_helper.preparer_timeout_value(l_approval_style_id);

421: end if;
422:
423: --set the attibutes for the PREPARER
424:
425: l_preparer_timeout := hxc_notification_helper.preparer_timeout_value(l_approval_style_id);
426:
427: wf_engine.SetItemAttrNumber(itemtype => p_itemtype,
428: itemkey => p_itemkey,
429: aname => 'APPROVAL_TIMEOUT',

Line 482: l_admin_timeout := hxc_notification_helper.admin_timeout_value(l_approval_style_id);

478: if g_debug then
479: hr_utility.set_location(l_proc, 30);
480: end if;
481:
482: l_admin_timeout := hxc_notification_helper.admin_timeout_value(l_approval_style_id);
483: l_resend_counter := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
484: itemkey => p_itemkey,
485: aname => 'NOTIFICATION_RESEND_COUNTER');
486: if l_resend_counter = 0 then