1370: 'BOOKING_ID',
1371: l_booking_id);
1372:
1373: -- update p_from in transaction table
1374: update hr_api_transaction_values
1375: set varchar2_value = 'APPROVE'
1376: where transaction_step_id = p_transaction_step_id
1377: and name = 'P_FROM';
1378: