DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on FND_GLOBAL

Line 2157: fnd_global.user_name,

2153: c_transaction_id := wf_engine.getitemattrnumber(p_item_type,p_item_key,'TRANSACTION_ID');
2154: lv_comments := wf_engine.getitemattrtext(p_item_type,p_item_key,'APPROVAL_COMMENT_COPY');
2155: hr_trans_history_api.archive_submit(c_transaction_id,
2156: null,
2157: fnd_global.user_name,
2158: lv_comments);
2159:
2160: -- HR_APPROVAL_WF.INITIALIZE_ITEM_ATTRIBUTES
2161: if g_debug then

Line 3312: ,fnd_global.user_name

3308: wf_notification.propagatehistory(
3309: p_item_type
3310: ,p_item_key
3311: ,'APPROVAL_NOTIFICATION'
3312: ,fnd_global.user_name
3313: ,lv_role_name
3314: ,'RETURNEDFORCORRECTION'
3315: ,null
3316: ,p_rfc_comments);

Line 3322: ,fnd_global.user_name

3318:
3319: -- now respond to the approval notification
3320: wf_notification.respond(p_approval_notification_id
3321: ,null
3322: ,fnd_global.user_name
3323: ,null);
3324:
3325: hr_sflutil_ss.closeopensflnotification(p_transaction_id);
3326:

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

3350: -- Set the from attribute for RFC notification.
3351: wf_notification.setAttrText(
3352: nid => ln_rfc_notification_id
3353: ,aname => '#FROM_ROLE'
3354: ,avalue => fnd_global.user_name );
3355: -- processing logic for non AME
3356: begin
3357: IF (wf_engine.GetItemAttrText(itemtype => p_item_Type ,
3358: itemkey => p_item_key,

Line 4311: ,p_orig_system_id => fnd_global.employee_id

4307: -- set the item attributes specific to appraisals
4308: -- get the wf role info for the login user
4309: wf_directory.getusername
4310: (p_orig_system => 'PER'
4311: ,p_orig_system_id => fnd_global.employee_id
4312: ,p_name => lv_loginPersonUserName
4313: ,p_display_name => lv_loginPersonDispName);
4314: --HR_APPRAISAL_FROM_USER_ATTR
4315: wf_engine.setitemattrtext(lr_hr_api_transaction_rec.item_type

Line 4318: fnd_global.user_name);

4314: --HR_APPRAISAL_FROM_USER_ATTR
4315: wf_engine.setitemattrtext(lr_hr_api_transaction_rec.item_type
4316: ,lr_hr_api_transaction_rec.item_key
4317: ,'HR_APPRAISAL_FROM_USER_ATTR',
4318: fnd_global.user_name);
4319: -- HR_APPRAISAL_FROM_NAME_ATTR
4320: wf_engine.setitemattrtext(lr_hr_api_transaction_rec.item_type
4321: ,lr_hr_api_transaction_rec.item_key
4322: ,'HR_APPRAISAL_FROM_NAME_ATTR'

Line 4538: fnd_global.user_name,

4534: -- add the code plugin transfer history
4535: -- need to revisit as this is resubmit not submit action
4536: hr_trans_history_api.archive_resubmit(p_transaction_id,
4537: null,
4538: fnd_global.user_name,
4539: p_approval_comments);
4540: -- complete the notification
4541: wf_notification.setattrtext(
4542: ln_notification_id

Line 4553: ,fnd_global.user_name

4549:
4550: wf_notification.respond(
4551: ln_notification_id
4552: ,p_approval_comments
4553: ,fnd_global.user_name
4554: ,null);
4555: -- Fix for 5070814
4556: if(lr_hr_api_transaction_rec.status in ('RI','RIS','RO','RIS')) then
4557: -- propagate during RFC only

Line 4562: ,fnd_global.user_name

4558: wf_notification.propagatehistory(
4559: lr_hr_api_transaction_rec.item_type
4560: ,lr_hr_api_transaction_rec.item_key
4561: ,'APPROVAL_NOTIFICATION'
4562: ,fnd_global.user_name
4563: ,'WF_SYSTEM'
4564: --,hr_workflow_ss.getNextApproverForHist(itemtype, itemkey)
4565: ,'RESUBMIT'
4566: ,null