DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on FND_GLOBAL

Line 472: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)

468:
469: -- for now this will only allow for transaction owner to update
470:
471: if(p_transaction_id is not null) then
472: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)
473: and p_transaction_status in ('W','S','RI','RIS')) then
474: lv_UpdateAllowed := 'HrUpdateEnabled';
475: else
476: lv_UpdateAllowed := 'HrUpdateDisabled';

Line 537: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)

533: 'S','HrCancelEnabled',
534: 'RI','HrCancelEnabled',
535: 'HrCancelDisabled')*/
536: if(p_transaction_id is not null) then
537: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)
538: and p_transaction_status in ('W','S','RI','RIS')) then
539: lv_CancelAllowed := 'HrCancelEnabled';
540: else
541: lv_CancelAllowed := 'HrCancelDisabled';