DBA Data[Home] [Help]

APPS.OTA_ENROLL_REVIEW_SS dependencies on HR_API_TRANSACTION_VALUES

Line 1374: update hr_api_transaction_values

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: