DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on FND_GLOBAL

Line 651: l_current_forward_to_username := fnd_global.user_name;

647: if( l_current_forward_to_username is null) then
648:
649: hr_utility.set_location('storeprll l_current_forward_to_username is null: '|| l_current_forward_to_username, 2);
650:
651: l_current_forward_to_username := fnd_global.user_name;
652:
653: hr_utility.set_location('storeprll l_current_forward_to_username: '|| l_current_forward_to_username, 3);
654:
655:

Line 660: l_current_forward_to_disp_name := fnd_global.user_name;

656: end if;
657:
658: select display_name into l_current_forward_to_disp_name from wf_roles where name = l_current_forward_to_username;
659: if(l_current_forward_to_disp_name is null) then
660: l_current_forward_to_disp_name := fnd_global.user_name;
661: end if;
662:
663:
664:

Line 2950: fnd_global.user_name,

2946: c_transaction_id := wf_engine.getitemattrnumber(p_item_type,p_item_key,'TRANSACTION_ID');
2947: lv_comments := wf_engine.getitemattrtext(p_item_type,p_item_key,'APPROVAL_COMMENT_COPY');
2948: hr_trans_history_api.archive_submit(c_transaction_id,
2949: null,
2950: fnd_global.user_name,
2951: lv_comments);
2952:
2953: -- HR_APPROVAL_WF.INITIALIZE_ITEM_ATTRIBUTES
2954: if g_debug then

Line 4323: ,fnd_global.user_name

4319: wf_notification.propagatehistory(
4320: p_item_type
4321: ,p_item_key
4322: ,'APPROVAL_NOTIFICATION'
4323: ,fnd_global.user_name
4324: ,lv_role_name
4325: ,'RETURNEDFORCORRECTION'
4326: ,null
4327: ,p_rfc_comments);

Line 4333: ,fnd_global.user_name

4329:
4330: -- now respond to the approval notification
4331: wf_notification.respond(p_approval_notification_id
4332: ,null
4333: ,fnd_global.user_name
4334: ,null);
4335:
4336: hr_sflutil_ss.closeopensflnotification(p_transaction_id);
4337:

Line 4365: ,avalue => fnd_global.user_name );

4361: -- Set the from attribute for RFC notification.
4362: wf_notification.setAttrText(
4363: nid => ln_rfc_notification_id
4364: ,aname => '#FROM_ROLE'
4365: ,avalue => fnd_global.user_name );
4366: -- processing logic for non AME
4367: begin
4368: IF (wf_engine.GetItemAttrText(itemtype => p_item_Type ,
4369: itemkey => p_item_key,

Line 5352: ,p_orig_system_id => fnd_global.employee_id

5348: -- set the item attributes specific to appraisals
5349: -- get the wf role info for the login user
5350: wf_directory.getusername
5351: (p_orig_system => 'PER'
5352: ,p_orig_system_id => fnd_global.employee_id
5353: ,p_name => lv_loginPersonUserName
5354: ,p_display_name => lv_loginPersonDispName);
5355: --HR_APPRAISAL_FROM_USER_ATTR
5356: wf_engine.setitemattrtext(lr_hr_api_transaction_rec.item_type

Line 5359: fnd_global.user_name);

5355: --HR_APPRAISAL_FROM_USER_ATTR
5356: wf_engine.setitemattrtext(lr_hr_api_transaction_rec.item_type
5357: ,lr_hr_api_transaction_rec.item_key
5358: ,'HR_APPRAISAL_FROM_USER_ATTR',
5359: fnd_global.user_name);
5360: -- HR_APPRAISAL_FROM_NAME_ATTR
5361: wf_engine.setitemattrtext(lr_hr_api_transaction_rec.item_type
5362: ,lr_hr_api_transaction_rec.item_key
5363: ,'HR_APPRAISAL_FROM_NAME_ATTR'

Line 5583: fnd_global.user_name,

5579: -- add the code plugin transfer history
5580: -- need to revisit as this is resubmit not submit action
5581: hr_trans_history_api.archive_resubmit(p_transaction_id,
5582: null,
5583: fnd_global.user_name,
5584: p_approval_comments);
5585: -- complete the notification
5586: wf_notification.setattrtext(
5587: ln_notification_id

Line 5598: ,fnd_global.user_name

5594:
5595: wf_notification.respond(
5596: ln_notification_id
5597: ,p_approval_comments
5598: ,fnd_global.user_name
5599: ,null);
5600: -- Fix for 5070814
5601: if(lr_hr_api_transaction_rec.status in ('RI','RIS','RO','RIS')) then
5602: -- propagate during RFC only

Line 5607: ,fnd_global.user_name

5603: wf_notification.propagatehistory(
5604: lr_hr_api_transaction_rec.item_type
5605: ,lr_hr_api_transaction_rec.item_key
5606: ,'APPROVAL_NOTIFICATION'
5607: ,fnd_global.user_name
5608: ,'WF_SYSTEM'
5609: --,hr_workflow_ss.getNextApproverForHist(itemtype, itemkey)
5610: ,'RESUBMIT'
5611: ,null