DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on HR_TRANS_HISTORY_API

Line 1349: hr_trans_history_api.cancel_action(p_txnId);

1345: --
1346: -- update_txn_current_values(p_txnId );
1347: -- cancel the user previous action and revert the data to
1348: -- previous good state
1349: hr_trans_history_api.cancel_action(p_txnId);
1350: --
1351: elsIF ( l_newState <> NVL(p_state,'**') ) THEN
1352: --
1353: -- update only if no revert is made

Line 1530: hr_trans_history_api.archive_sfl(l_transactionId

1526: p_transaction_id => l_transactionId,
1527: p_status => l_newStatus,
1528: p_transaction_state => l_newState );
1529:
1530: hr_trans_history_api.archive_sfl(l_transactionId
1531: ,null
1532: ,FND_GLOBAL.user_name);
1533:
1534:

Line 1569: hr_trans_history_api.archive_resubmit(l_transactionId,

1565: -- Note:- Initial submit archive is handled in the flow
1566: -- need to handle archive of resubmit
1567: if(l_status not in ('W','S')) then
1568: -- approver edit or rfc edit submit case
1569: hr_trans_history_api.archive_resubmit(l_transactionId,
1570: null,
1571: fnd_global.user_name,
1572: wf_engine.getitemattrtext(p_itemType,
1573: p_itemKey,

Line 1590: hr_trans_history_api.archive_approve(l_transactionId,

1586: p_transaction_state => l_newState );
1587:
1588: --
1589: --
1590: hr_trans_history_api.archive_approve(l_transactionId,
1591: null,
1592: fnd_global.user_name,
1593: null); -- comments ??
1594:

Line 1664: p_approval_history_id=>hr_trans_history_api.gettransstatesequence(l_transactionId),

1660: p_status => l_newStatus,
1661: p_transaction_state => l_newState );
1662: -- update the transaction state table too
1663: pqh_tsh_upd.upd(p_transaction_history_id=>l_transactionId,
1664: p_approval_history_id=>hr_trans_history_api.gettransstatesequence(l_transactionId),
1665: p_status=>l_newStatus,
1666: p_transaction_state=>l_newState);
1667:
1668: END IF;

Line 1957: hr_trans_history_api.cancel_action(l_transactionId);

1953: -- CLOSE cur_status;
1954:
1955:
1956: -- add new call to archive api to revert to last save
1957: hr_trans_history_api.cancel_action(l_transactionId);
1958: --
1959: --
1960: --vegopala fix for bug 5436747.Commenting as it is not
1961: -- reqd to set to T.