DBA Data[Home] [Help]

APPS.HXC_NOTIFICATION_PROCESS_PKG dependencies on HXC_NOTIFICATION_HELPER

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

113: l_approval_style_id:= wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
114: itemkey => p_itemkey,
115: aname => 'APPROVAL_STYLE_ID');
116:
117: l_preparer_timeout := hxc_notification_helper.preparer_timeout_value(l_approval_style_id);
118:
119: wf_engine.SetItemAttrNumber(itemtype => p_itemtype,
120: itemkey => p_itemkey,
121: aname => 'APPROVAL_TIMEOUT',

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

338: l_approval_style_id:= wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
339: itemkey => p_itemkey,
340: aname => 'APPROVAL_STYLE_ID');
341:
342: l_approver_timeout := hxc_notification_helper.approver_timeout_value(l_approval_style_id);
343:
344: wf_engine.SetItemAttrNumber(itemtype => p_itemtype,
345: itemkey => p_itemkey,
346: aname => 'APPROVAL_TIMEOUT',

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

472: end if;
473:
474: --set the attibutes for the PREPARER
475:
476: l_preparer_timeout := hxc_notification_helper.preparer_timeout_value(l_approval_style_id);
477:
478: wf_engine.SetItemAttrNumber(itemtype => p_itemtype,
479: itemkey => p_itemkey,
480: aname => 'APPROVAL_TIMEOUT',

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

529: if g_debug then
530: hr_utility.set_location(l_proc, 30);
531: end if;
532:
533: l_admin_timeout := hxc_notification_helper.admin_timeout_value(l_approval_style_id);
534: l_resend_counter := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
535: itemkey => p_itemkey,
536: aname => 'NOTIFICATION_RESEND_COUNTER');
537: if l_resend_counter = 0 then