DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on HR_TRANS_HISTORY_API

Line 1692: hr_trans_history_api.cancel_action(p_transaction_id);

1688: end if;
1689: else
1690: -- all other status we need to revert the state back to last known good
1691: -- state
1692: hr_trans_history_api.cancel_action(p_transaction_id);
1693: -- Note:
1694: -- This method does not revert the inadvertant wf page flow state
1695: -- the WF activity is handling the transition and based on user action
1696: -- will revert the flow state.

Line 2117: hr_trans_history_api.archive_sfl(p_transaction_id,

2113: p_status => c_updateStatus,
2114: p_transaction_state => null);
2115:
2116: -- add the code plugin transfer history
2117: hr_trans_history_api.archive_sfl(p_transaction_id,
2118: ln_notification_id,
2119: fnd_global.user_name);
2120: elsif(p_proposedTxnStatus='A') then
2121: