DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on FND_GLOBAL

Line 688: ,owner => fnd_global.user_name);

684:
685: -- set owner role
686: wf_engine.setItemOwner(itemtype => p_itemType
687: ,itemkey => p_itemKey
688: ,owner => fnd_global.user_name);
689: -- set the user key
690: wf_engine.SetItemUserKey(itemtype => p_itemType
691: ,itemkey => p_itemKey
692: ,userkey => p_transaction_id);

Line 749: -- and send notification to fnd_global.user_name

745: lv_item_type,
746: lv_item_key);
747: if(lv_item_key is null) then
748: -- the process was never started so start a new wf process
749: -- and send notification to fnd_global.user_name
750: lv_item_type :='HRSFL';
751: lv_process_name :=nvl(p_sflWFProcessName,'HR_SFL_NOTIFICATION_JSP_PRC');
752: startSFLTransaction(p_transaction_id,
753: p_transaction_ref_table,

Line 764: nvl(p_userName,fnd_global.user_name));

760: if(lv_item_key is not null) then
761: wf_engine.setitemattrtext(lv_item_type,
762: lv_item_key,
763: 'HR_SFL_USERNAME_ATTR',
764: nvl(p_userName,fnd_global.user_name));
765: -- HR_SFL_BLOCK_ID_ATTR
766: ln_sfl_block_activity_id :=wf_engine.GetItemAttrNumber(lv_item_type ,
767: lv_item_key,
768: 'HR_SFL_BLOCK_ID_ATTR');

Line 909: if(ln_person_id= fnd_global.employee_id) then

905: where transaction_id=p_transaction_id;
906: end if;
907:
908: --
909: if(ln_person_id= fnd_global.employee_id) then
910: l_returnStatus := true;
911: else
912: l_returnStatus :=false;
913: end if;

Line 949: ,p_orig_system_id => fnd_global.employee_id

945: -- set the item attributes specific to appraisals
946: -- get the wf role info for the login user
947: wf_directory.getusername
948: (p_orig_system => 'PER'
949: ,p_orig_system_id => fnd_global.employee_id
950: ,p_name => lv_loginPersonUserName
951: ,p_display_name => lv_loginPersonDispName);
952: --HR_APPRAISAL_FROM_USER_ATTR
953: wf_engine.setitemattrtext(lr_hr_api_transaction_rec.item_type

Line 956: fnd_global.user_name);

952: --HR_APPRAISAL_FROM_USER_ATTR
953: wf_engine.setitemattrtext(lr_hr_api_transaction_rec.item_type
954: ,lr_hr_api_transaction_rec.item_key
955: ,'HR_APPRAISAL_FROM_USER_ATTR',
956: fnd_global.user_name);
957: -- HR_APPRAISAL_FROM_NAME_ATTR
958: wf_engine.setitemattrtext(lr_hr_api_transaction_rec.item_type
959: ,lr_hr_api_transaction_rec.item_key
960: ,'HR_APPRAISAL_FROM_NAME_ATTR'