DBA Data[Home] [Help]

APPS.PAY_BEE_SS dependencies on PQH_SS_APPROVAL_HISTORY

Line 1613: update PQH_SS_APPROVAL_HISTORY set transaction_history_id=l_transaction_id

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;
1615:
1616:
1617: