DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on FND_GLOBAL

Line 597: ,fnd_global.user_name

593: ,p_resultCode);
594: wf_notification.respond(
595: notid
596: ,null
597: ,fnd_global.user_name
598: ,null);
599: else
600: wf_engine.CompleteActivity(
601: p_itemType

Line 695: ,fnd_global.user_name

691: wf_notification.propagatehistory(
692: itemtype
693: ,itemkey
694: ,'APPROVAL_NOTIFICATION'
695: ,fnd_global.user_name
696: ,'WF_SYSTEM'
697: --,hr_workflow_ss.getNextApproverForHist(itemtype, itemkey)
698: ,'RESUBMIT'
699: ,null

Line 1509: ,FND_GLOBAL.user_name);

1505: p_transaction_state => l_newState );
1506:
1507: hr_trans_history_api.archive_sfl(l_transactionId
1508: ,null
1509: ,FND_GLOBAL.user_name);
1510:
1511:
1512: --
1513: IF (l_status in ('Y','RI','RO')) THEN

Line 1548: fnd_global.user_name,

1544: if(l_status not in ('W','S')) then
1545: -- approver edit or rfc edit submit case
1546: hr_trans_history_api.archive_resubmit(l_transactionId,
1547: null,
1548: fnd_global.user_name,
1549: wf_engine.getitemattrtext(p_itemType,
1550: p_itemKey,
1551: 'APPROVAL_COMMENT_COPY')
1552: );

Line 1569: fnd_global.user_name,

1565: --
1566: --
1567: hr_trans_history_api.archive_approve(l_transactionId,
1568: null,
1569: fnd_global.user_name,
1570: null); -- comments ??
1571:
1572:
1573: IF ( l_state IN ('T','W') ) THEN -- REDO only if transient or WIP

Line 2202: ,fnd_global.user_name

2198: wf_notification.propagatehistory(
2199: l_itemType
2200: ,l_itemKey
2201: ,'APPROVAL_NOTIFICATION'
2202: ,fnd_global.user_name
2203: ,l_userName
2204: ,'RETURNEDFORCORRECTION'
2205: ,null
2206: ,p_note);

Line 2214: ,fnd_global.user_name

2210:
2211: wf_notification.respond(
2212: p_ntfId
2213: ,null
2214: ,fnd_global.user_name
2215: ,null);
2216:
2217: -- Fetch the id for RFC notification.
2218: l_ntfId := get_notification_id(

Line 2227: ,avalue => fnd_global.user_name );

2223: -- Set the from attribute for RFC notification.
2224: wf_notification.setAttrText(
2225: nid => l_ntfId
2226: ,aname => '#FROM_ROLE'
2227: ,avalue => fnd_global.user_name );
2228:
2229: -- Set the two workflow attributes for Non-AME approval process
2230: IF (wf_engine.GetItemAttrText(itemtype => l_itemType ,
2231: itemkey => l_itemKey,