DBA Data[Home] [Help]

APPS.PSP_WF_EFF_PKG dependencies on FND_GLOBAL

Line 77: l_creator_username := FND_GLOBAL.user_name;

73: /*-----------------------------*/
74: /*Create a new workflow process*/
75: /*-----------------------------*/
76:
77: l_creator_username := FND_GLOBAL.user_name;
78:
79: wf_engine.CreateProcess(itemtype => ItemType,
80: itemkey => ItemKey,
81: process => 'EFFORT_REPORT_WF');