DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION dependencies on WF_CORE

Line 2411: if (wf_core.translate('WF_HEADER_ATTR') = 'Y') then

2407: ** notification UI enhancement
2408: when wf patch G is installed,
2409: hide notification header summary for new notification
2410: */
2411: if (wf_core.translate('WF_HEADER_ATTR') = 'Y') then
2412: begin
2413: wf_notification.GetAttrInfo(nid => l_notification_id,
2414: aname => '#HDR_1',
2415: atype => l_type,

Line 2640: wf_core.context('PO_WF_REQ_NOTIFICATION','update_action_history',l_progress,sqlerrm);

2636:
2637: commit;
2638: EXCEPTION
2639: WHEN OTHERS THEN
2640: wf_core.context('PO_WF_REQ_NOTIFICATION','update_action_history',l_progress,sqlerrm);
2641: RAISE;
2642: end;
2643:
2644:

Line 3198: wf_core.context('PO_WF_REQ_NOTIFICATION','set_doc_mgr_context',l_progress);

3194:
3195: EXCEPTION
3196:
3197: WHEN OTHERS THEN
3198: wf_core.context('PO_WF_REQ_NOTIFICATION','set_doc_mgr_context',l_progress);
3199: raise;
3200:
3201: END set_doc_mgr_context;
3202:

Line 3456: wf_core.context('PO_WF_REQ_NOTIFICATION','Get_req_approval_msg_attribute',l_progress);

3452: EXCEPTION
3453: WHEN OTHERS THEN
3454: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
3455: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
3456: wf_core.context('PO_WF_REQ_NOTIFICATION','Get_req_approval_msg_attribute',l_progress);
3457: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'PO_WF_REQ_NOTIFICATION.GET_REQ_APPROVER_MSG_ATTRIBUTE');
3458: raise;
3459:
3460: END Get_req_approver_msg_attribute;

Line 3518: wf_core.context('PO_WF_REQ_NOTIFICATION','Get_req_preparer_msg_attribute',l_progress);

3514:
3515: EXCEPTION
3516: WHEN OTHERS THEN
3517: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
3518: wf_core.context('PO_WF_REQ_NOTIFICATION','Get_req_preparer_msg_attribute',l_progress);
3519: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'PO_WF_REQ_NOTIFICATION.GET_REQ_PREPARER_MSG_ATTRIBUTE');
3520: raise;
3521:
3522: END Get_req_preparer_msg_attribute;

Line 3603: wf_core.context('PO_WF_REQ_NOTIFICATION','Get_req_fwdfrom_msg_attribute',l_progress);

3599: EXCEPTION
3600: WHEN OTHERS THEN
3601: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
3602: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
3603: wf_core.context('PO_WF_REQ_NOTIFICATION','Get_req_fwdfrom_msg_attribute',l_progress);
3604: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name,
3605: l_doc_string, sqlerrm, 'PO_WF_REQ_NOTIFICATION.GET_REQ_FWDFROM_MSG_ATTRIBUTE');
3606: raise;
3607: