DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on HR_TRANS_HISTORY_API

Line 1328: hr_trans_history_api.cancel_action(p_txnId);

1324: --
1325: -- update_txn_current_values(p_txnId );
1326: -- cancel the user previous action and revert the data to
1327: -- previous good state
1328: hr_trans_history_api.cancel_action(p_txnId);
1329: --
1330: elsIF ( l_newState <> NVL(p_state,'**') ) THEN
1331: --
1332: -- update only if no revert is made

Line 1507: hr_trans_history_api.archive_sfl(l_transactionId

1503: p_transaction_id => l_transactionId,
1504: p_status => l_newStatus,
1505: p_transaction_state => l_newState );
1506:
1507: hr_trans_history_api.archive_sfl(l_transactionId
1508: ,null
1509: ,FND_GLOBAL.user_name);
1510:
1511:

Line 1546: hr_trans_history_api.archive_resubmit(l_transactionId,

1542: -- Note:- Initial submit archive is handled in the flow
1543: -- need to handle archive of resubmit
1544: if(l_status not in ('W','S')) then
1545: -- approver edit or rfc edit submit case
1546: hr_trans_history_api.archive_resubmit(l_transactionId,
1547: null,
1548: fnd_global.user_name,
1549: wf_engine.getitemattrtext(p_itemType,
1550: p_itemKey,

Line 1567: hr_trans_history_api.archive_approve(l_transactionId,

1563: p_transaction_state => l_newState );
1564:
1565: --
1566: --
1567: hr_trans_history_api.archive_approve(l_transactionId,
1568: null,
1569: fnd_global.user_name,
1570: null); -- comments ??
1571:

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

1637: p_status => l_newStatus,
1638: p_transaction_state => l_newState );
1639: -- update the transaction state table too
1640: pqh_tsh_upd.upd(p_transaction_history_id=>l_transactionId,
1641: p_approval_history_id=>hr_trans_history_api.gettransstatesequence(l_transactionId),
1642: p_status=>l_newStatus,
1643: p_transaction_state=>l_newState);
1644:
1645: END IF;

Line 1934: hr_trans_history_api.cancel_action(l_transactionId);

1930: -- CLOSE cur_status;
1931:
1932:
1933: -- add new call to archive api to revert to last save
1934: hr_trans_history_api.cancel_action(l_transactionId);
1935: --
1936: --
1937: --vegopala fix for bug 5436747.Commenting as it is not
1938: -- reqd to set to T.