733:
734: CURSOR fnd_user_csr IS
735: SELECT USER_NAME
736: FROM FND_USER
737: WHERE USER_ID = fnd_global.user_id;
738:
739: -- Get the valid application id from FND
740:
741: CURSOR c_get_app_id_csr IS
876: l_user_name);
877: wf_engine.SetItemAttrText(itemtype,
878: itemkey,
879: G_WF_ITM_REQUESTER_ID,
880: fnd_global.user_id);
881: wf_engine.SetItemAttrText(itemtype,
882: itemkey,
883: G_WF_ITM_TRANSACTION_TYPE_ID,
884: itemtype);