1563: 'BOOKING_ID',
1564: l_booking_id);
1565:
1566: -- update p_from in transaction table
1567: update hr_api_transaction_values
1568: set varchar2_value = 'APPROVE'
1569: where transaction_step_id = p_transaction_step_id
1570: and name = 'P_FROM';
1571: