DBA Data[Home] [Help]

APPS.PQH_WF dependencies on FND_GLOBAL

Line 1731: l_route_to_user := nvl(p_route_to_user, fnd_global.user_name );

1727: hr_utility.set_message(8302,'PQH_NULL_DESTINATION');
1728: hr_utility.raise_error;
1729: END IF;
1730: ELSIF l_user_action_cd in ('INBOX','DBERROR') THEN
1731: l_route_to_user := nvl(p_route_to_user, fnd_global.user_name );
1732: hr_utility.set_location(l_proc || ' inbox or dberror'||l_route_to_user, 40);
1733: ELSIF l_user_action_cd = 'REJECT' THEN
1734: get_requestor_history(
1735: p_transaction_category_id => p_transaction_category_id

Line 2106: , avalue => FND_GLOBAL.user_name );

2102: --ns:26-Jun-2006: Bug 5357676: Set routed_by_user for correct From to appear in fyi notification.
2103: wf_engine.SetItemAttrText(itemtype => itemtype
2104: , itemkey => itemKey
2105: , aname => 'ROUTED_BY_USER'
2106: , avalue => FND_GLOBAL.user_name );
2107: --ns: end fix for 5357676
2108: IF l_user_action_cd in ('FYI_NOT','PQH_BPR') THEN
2109: l_user := wf_engine.GetItemAttrText(itemtype => itemtype,
2110: itemkey => ItemKey,