DBA Data[Home] [Help]

APPS.PSP_WF_ADJ_PKG dependencies on FND_GLOBAL

Line 138: l_creator_username := FND_GLOBAL.user_name;

134: ItemKey := p_batch_name;
135:
136: -- dbms_output.put_line('batch Name '||p_batch_name);
137:
138: l_creator_username := FND_GLOBAL.user_name;
139:
140: wf_engine.CreateProcess( itemtype => ItemType,
141: itemkey => ItemKey,
142: process => 'PSP_DISTRIBUTION_ADJUSTMENT');