DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on FND_GLOBAL

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

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

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

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

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

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

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

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

Line 950: ,p_orig_system_id => fnd_global.employee_id

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

Line 957: fnd_global.user_name);

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