DBA Data[Home] [Help]

APPS.WSH_WF_INTERFACE dependencies on FND_GLOBAL

Line 74: avalue => FND_GLOBAL.USER_NAME);

70: WF_ENGINE.SetItemAttrText(
71: itemtype => itemtype,
72: itemkey => itemkey,
73: aname => 'NOTIFICATION_TO_ROLE',
74: avalue => FND_GLOBAL.USER_NAME);
75:
76: IF l_debug_on THEN
77: WSH_DEBUG_SV.pop(l_module_name);
78: END IF;

Line 1643: -- FND_GLOBAL.Apps_Initialize(FND_GLOBAL.USER_ID,FND_GLOBAL.RESP_ID, FND_GLOBAL.RESP_APPL_ID);

1639: -- The workflow engine calls the selector function
1640: -- in the SET_CTX mode to set the database context
1641: -- correctly for executing a function activity.
1642: IF (funcmode = 'SET_CTX') THEN
1643: -- FND_GLOBAL.Apps_Initialize(FND_GLOBAL.USER_ID,FND_GLOBAL.RESP_ID, FND_GLOBAL.RESP_APPL_ID);
1644:
1645: -- Any caller that calls the WF_ENGINE can set this to TRUE in which case
1646: -- we will reset apps context to that of the user who created the wf item.
1647: IF WSH_WF_STD.G_RESET_APPS_CONTEXT THEN

Line 1655: -- FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id);

1651: RAISE NO_DATA_FOUND;
1652: ELSE
1653: -- Set the database session context
1654: MO_GLOBAL.set_policy_context ('S', l_org_id);
1655: -- FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id);
1656: END IF;
1657: END IF;
1658: resultout:='COMPLETE';
1659: IF l_debug_on THEN