DBA Data[Home] [Help]

APPS.PAY_BEE_SS dependencies on PQH_SS_TRANS_STATE_HISTORY

Line 1610: update PQH_SS_TRANS_STATE_HISTORY set transaction_history_id=l_transaction_id

1606: and item_key=l_old_item_key
1607: and transaction_id = l_old_transaction_id;
1608:
1609:
1610: update PQH_SS_TRANS_STATE_HISTORY set transaction_history_id=l_transaction_id
1611: where transaction_history_id=l_old_transaction_id;
1612:
1613: update PQH_SS_APPROVAL_HISTORY set transaction_history_id=l_transaction_id
1614: where transaction_history_id=l_old_transaction_id;