DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on FND_GLOBAL

Line 69: l_creator_role := nvl(P_CREATOR_ROLE, 'PER:' || fnd_global.employee_id);

65:
66: PRAGMA AUTONOMOUS_TRANSACTION;
67: begin
68: --savepoint create_transaction;
69: l_creator_role := nvl(P_CREATOR_ROLE, 'PER:' || fnd_global.employee_id);
70: l_last_update_role := nvl(P_LAST_UPDATE_ROLE, 'PER:' || fnd_global.employee_id);
71:
72:
73:

Line 70: l_last_update_role := nvl(P_LAST_UPDATE_ROLE, 'PER:' || fnd_global.employee_id);

66: PRAGMA AUTONOMOUS_TRANSACTION;
67: begin
68: --savepoint create_transaction;
69: l_creator_role := nvl(P_CREATOR_ROLE, 'PER:' || fnd_global.employee_id);
70: l_last_update_role := nvl(P_LAST_UPDATE_ROLE, 'PER:' || fnd_global.employee_id);
71:
72:
73:
74: l_TRANSACTION_ID := P_TRANSACTION_ID;

Line 297: l_last_update_role := nvl(P_LAST_UPDATE_ROLE, 'PER:' || fnd_global.employee_id);

293: l_last_update_role hr_api_transactions.last_update_role%type;
294: PRAGMA AUTONOMOUS_TRANSACTION;
295: begin
296: --savepoint update_transaction;
297: l_last_update_role := nvl(P_LAST_UPDATE_ROLE, 'PER:' || fnd_global.employee_id);
298: hr_trn_upd.upd(
299: p_validate => false
300: ,p_creator_person_id => p_creator_person_id
301: ,p_transaction_privilege => P_TRANSACTION_PRIVILEGE

Line 1327: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,

1323: editAllowed :='E';
1324: return editAllowed;
1325: end if;
1326: -- authenticate login user access to the notifcation id
1327: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1328: p_notification_id,null)
1329: <>fnd_global.user_name)) then
1330:
1331: -- no more iterations return false

Line 1329: <>fnd_global.user_name)) then

1325: end if;
1326: -- authenticate login user access to the notifcation id
1327: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1328: p_notification_id,null)
1329: <>fnd_global.user_name)) then
1330:
1331: -- no more iterations return false
1332: if(hr_multi_message.is_message_list_enabled) then
1333: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);

Line 1389: if(fnd_global.user_name=wf_engine.getitemattrtext(lr_hr_api_transaction_rec.item_type,

1385: elsif(p_transaction_status in ('Y','YS','RO','ROS' )) then
1386: -- case where approvers trying to edit
1387:
1388: -- check if the login person is the approver
1389: if(fnd_global.user_name=wf_engine.getitemattrtext(lr_hr_api_transaction_rec.item_type,
1390: lr_hr_api_transaction_rec.item_key,
1391: 'FORWARD_TO_USERNAME',true)) then
1392: -- check the profile if the system is configured for approvers editing
1393: IF ( nvl(fnd_profile.value('PQH_ALLOW_APPROVER_TO_EDIT_TXN'),'N') = 'Y' ) THEN

Line 1416: p_personId => nvl(p_loginPersonId,fnd_global.employee_id)

1412:
1413:
1414: -- check the if the appover is allowed to edit
1415: pqh_ss_utility.check_edit_privilege (
1416: p_personId => nvl(p_loginPersonId,fnd_global.employee_id)
1417: ,p_businessGroupId => p_loginPersonBgId
1418: ,p_editAllowed => editAllowed);
1419:
1420:

Line 1486: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,

1482: return deleteAllowed;
1483: end if;
1484:
1485: -- authenticate login user access to the notifcation id
1486: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1487: p_notification_id,null)
1488: <>fnd_global.user_name)) then
1489: -- no more iterations return false
1490: if(hr_multi_message.is_message_list_enabled) then

Line 1488: <>fnd_global.user_name)) then

1484:
1485: -- authenticate login user access to the notifcation id
1486: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1487: p_notification_id,null)
1488: <>fnd_global.user_name)) then
1489: -- no more iterations return false
1490: if(hr_multi_message.is_message_list_enabled) then
1491: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1492: end if;

Line 1596: ,fnd_global.user_name

1592: ,'DEL');
1593: wf_notification.respond(
1594: ln_notification_id
1595: ,null
1596: ,fnd_global.user_name
1597: ,null);
1598: else
1599: -- throw exception
1600: null;

Line 1684: ,fnd_global.user_name

1680: ,'REJECTED');
1681: wf_notification.respond(
1682: ln_notification_id
1683: ,null
1684: ,fnd_global.user_name
1685: ,null);
1686:
1687: else
1688: -- throw exception

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

1888: where transaction_id=p_transaction_id;
1889: end if;
1890:
1891: --
1892: if(ln_person_id= fnd_global.employee_id) then
1893: x_returnStatus := true;
1894: else
1895: x_returnStatus :=false;
1896: end if;

Line 2328: fnd_global.user_name,

2324: where transaction_id=p_transaction_id;
2325: -- send sfl notification to login user
2326: hr_sflutil_ss.sendsflnotification(p_transaction_id,
2327: p_transaction_ref_table,
2328: fnd_global.user_name,
2329: 'HR_RELAUNCH_SS',
2330: null,
2331: ln_notification_id);
2332: -- return success status

Line 2343: fnd_global.user_name);

2339:
2340: -- add the code plugin transfer history
2341: hr_trans_history_api.archive_sfl(p_transaction_id,
2342: ln_notification_id,
2343: fnd_global.user_name);
2344: elsif(p_proposedTxnStatus='A') then
2345:
2346:
2347: begin

Line 2490: fnd_global.user_name,

2486: where transaction_id=p_transaction_id;
2487: -- send sfl notification to login user
2488: hr_sflutil_ss.sendsflnotification(p_transaction_id,
2489: p_transaction_ref_table,
2490: fnd_global.user_name,
2491: 'HR_RELAUNCH_SS',
2492: null,
2493: ln_notification_id);
2494: -- return success status

Line 2505: fnd_global.user_name);

2501:
2502: -- add the code plugin transfer history
2503: hr_trans_history_api.archive_sfl(p_transaction_id,
2504: ln_notification_id,
2505: fnd_global.user_name);
2506: elsif(p_proposedTxnStatus='A') then
2507:
2508:
2509: begin