It is possible, add a new field to a table in the dictionary and give it a default style PL / SQL
num_emple VARCHAR2 (15) DEFAULT 'Pedro'
And when you insert a new record, the field has num_emple values' Pedro '
Excuse my English, Thank you.