DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on HR_TRANSACTION_SWI

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

419:
420: -- for now this will only allow for transaction owner to update
421:
422: if(p_transaction_id is not null) then
423: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)
424: and p_transaction_status in ('W','S','RI','RIS')) then
425: lv_UpdateAllowed := 'HrUpdateEnabled';
426: else
427: lv_UpdateAllowed := 'HrUpdateDisabled';

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

484: 'S','HrCancelEnabled',
485: 'RI','HrCancelEnabled',
486: 'HrCancelDisabled')*/
487: if(p_transaction_id is not null) then
488: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)
489: and p_transaction_status in ('W','S','RI','RIS')) then
490: lv_CancelAllowed := 'HrCancelEnabled';
491: else
492: lv_CancelAllowed := 'HrCancelDisabled';