DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_SWI dependencies on FND_GLOBAL

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

1979:
1980: -- for now this will only allow for transaction owner to update
1981:
1982: if(p_transaction_id is not null) then
1983: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)) then
1984: if p_deployment_type ='P' then
1985: if p_transaction_status = 'APPROVED' then
1986: lv_UpdateAllowed := 'UpdateEnabled1';
1987: else

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

2043:
2044: -- for now this will only allow for transaction owner to update
2045:
2046: if(p_transaction_id is not null) then
2047: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)) then
2048: if p_deployment_type ='P' then
2049: if p_transaction_status in ('COMPLETE','APPROVED','REJECTED') then
2050: lv_DeleteAllowed := 'DeleteEnabled';
2051: elsif (p_transaction_status in ('PENDING_APPROVAL','RETURN_INIT_PENDING_APPROVAL')) then

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

2118:
2119: -- for now this will only allow for transaction owner to update
2120:
2121: if(p_transaction_id is not null) then
2122: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)) then
2123:
2124: if p_transaction_status ='APPROVED' then
2125: lv_Init_Allowed := 'InitEnabled';
2126: else

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

2171:
2172: -- for now this will only allow for transaction owner to update
2173:
2174: if(p_transaction_id is not null) then
2175: if(hr_transaction_swi.istxnowner(p_transaction_id,fnd_global.employee_id)) then
2176: if p_deployment_type = 'P' then
2177: lv_ret_Init_Allowed := 'ReturnDisabled';
2178: else
2179: if p_transaction_status in ('ACTIVE') then