DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on HR_TRANS_HISTORY_API

Line 1850: hr_trans_history_api.cancel_action(p_transaction_id);

1846: end if;
1847: else
1848: -- all other status we need to revert the state back to last known good
1849: -- state
1850: hr_trans_history_api.cancel_action(p_transaction_id);
1851: -- Note:
1852: -- This method does not revert the inadvertant wf page flow state
1853: -- the WF activity is handling the transition and based on user action
1854: -- will revert the flow state.

Line 2341: hr_trans_history_api.archive_sfl(p_transaction_id,

2337: p_status => c_updateStatus,
2338: p_transaction_state => null);
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:

Line 2503: hr_trans_history_api.archive_sfl(p_transaction_id,

2499: p_status => c_updateStatus,
2500: p_transaction_state => null);
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: