1512: 'BOOKING_ID',
1513: l_booking_id);
1514:
1515: -- update p_from in transaction table
1516: update hr_api_transaction_values
1517: set varchar2_value = 'APPROVE'
1518: where transaction_step_id = p_transaction_step_id
1519: and name = 'P_FROM';
1520: