DBA Data[Home] [Help]

APPS.POS_ORDER_MODIFIERS_PKG dependencies on WF_DIRECTORY

Line 145: wf_directory.GetUserName('PER', l_buyer_id, l_buyer_username, p_buyer_name);

141: else
142: p_approval_flag:='NONE';
143: end if;
144: if(l_buyer_id is not null) then
145: wf_directory.GetUserName('PER', l_buyer_id, l_buyer_username, p_buyer_name);
146: end if;
147: if(l_planner_id is not null) then
148: wf_directory.GetUserName('PER', l_planner_id, l_planner_username, p_planner_name);
149: end if;

Line 148: wf_directory.GetUserName('PER', l_planner_id, l_planner_username, p_planner_name);

144: if(l_buyer_id is not null) then
145: wf_directory.GetUserName('PER', l_buyer_id, l_buyer_username, p_buyer_name);
146: end if;
147: if(l_planner_id is not null) then
148: wf_directory.GetUserName('PER', l_planner_id, l_planner_username, p_planner_name);
149: end if;
150:
151: end getInfo;
152:

Line 246: wf_directory.GetUserName('PER', l_buyer_id, l_buyer_username, l_buyer_displayname);

242: aname => 'OLD_FLM',
243: avalue => nvl(l_fixed_lot_multiple, '-'));
244:
245: if(l_buyer_id is not null) then
246: wf_directory.GetUserName('PER', l_buyer_id, l_buyer_username, l_buyer_displayname);
247: end if;
248: if(l_planner_id is not null) then
249: wf_directory.GetUserName('PER', l_planner_id, l_planner_username, l_planner_displayname);
250: end if;

Line 249: wf_directory.GetUserName('PER', l_planner_id, l_planner_username, l_planner_displayname);

245: if(l_buyer_id is not null) then
246: wf_directory.GetUserName('PER', l_buyer_id, l_buyer_username, l_buyer_displayname);
247: end if;
248: if(l_planner_id is not null) then
249: wf_directory.GetUserName('PER', l_planner_id, l_planner_username, l_planner_displayname);
250: end if;
251:
252: if(l_vendor_id is not null) then
253: select vendor_name

Line 274: wf_directory.GetUserName('FND_USR', l_vendor_id, l_supplier_username, l_supplier_displayname);

270: from POS_ORDER_MODIFIERS_TEMP
271: where asl_id=l_asl_id and status='NEW');
272:
273: if(l_vendor_id is not null) then
274: wf_directory.GetUserName('FND_USR', l_vendor_id, l_supplier_username, l_supplier_displayname);
275: end if;
276: wf_engine.SetItemAttrText ( itemtype => itemtype,
277: itemkey => itemkey,
278: aname => 'BUYER_NAME',