[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
SELECT position_id, position_line_id
FROM psb_ws_position_lines
WHERE position_line_id = p_position_line_id
and position_id = p_position_id
FOR UPDATE of position_line_id NOWAIT;
FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');