DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on FND_GLOBAL

Line 600: ,fnd_global.user_name

596: ,p_resultCode);
597: wf_notification.respond(
598: notid
599: ,null
600: ,fnd_global.user_name
601: ,null);
602: else
603: wf_engine.CompleteActivity(
604: p_itemType

Line 698: ,fnd_global.user_name

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

Line 1532: ,FND_GLOBAL.user_name);

1528: p_transaction_state => l_newState );
1529:
1530: hr_trans_history_api.archive_sfl(l_transactionId
1531: ,null
1532: ,FND_GLOBAL.user_name);
1533:
1534:
1535: --
1536: IF (l_status in ('Y','RI','RO')) THEN

Line 1571: fnd_global.user_name,

1567: if(l_status not in ('W','S')) then
1568: -- approver edit or rfc edit submit case
1569: hr_trans_history_api.archive_resubmit(l_transactionId,
1570: null,
1571: fnd_global.user_name,
1572: wf_engine.getitemattrtext(p_itemType,
1573: p_itemKey,
1574: 'APPROVAL_COMMENT_COPY')
1575: );

Line 1592: fnd_global.user_name,

1588: --
1589: --
1590: hr_trans_history_api.archive_approve(l_transactionId,
1591: null,
1592: fnd_global.user_name,
1593: null); -- comments ??
1594:
1595:
1596: IF ( l_state IN ('T','W') ) THEN -- REDO only if transient or WIP

Line 2225: ,fnd_global.user_name

2221: wf_notification.propagatehistory(
2222: l_itemType
2223: ,l_itemKey
2224: ,'APPROVAL_NOTIFICATION'
2225: ,fnd_global.user_name
2226: ,l_userName
2227: ,'RETURNEDFORCORRECTION'
2228: ,null
2229: ,p_note);

Line 2237: ,fnd_global.user_name

2233:
2234: wf_notification.respond(
2235: p_ntfId
2236: ,null
2237: ,fnd_global.user_name
2238: ,null);
2239:
2240: -- Fetch the id for RFC notification.
2241: l_ntfId := get_notification_id(

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

2246: -- Set the from attribute for RFC notification.
2247: wf_notification.setAttrText(
2248: nid => l_ntfId
2249: ,aname => '#FROM_ROLE'
2250: ,avalue => fnd_global.user_name );
2251:
2252: -- Set the two workflow attributes for Non-AME approval process
2253: IF (wf_engine.GetItemAttrText(itemtype => l_itemType ,
2254: itemkey => l_itemKey,