Thanks for the reply!
I did look into the register.php. The problem is I am not able to find the php variable name which holds the staff id which is newly defined value. Staff ID is actually a new value that had been added on the registration page.
For example,
$email = $vbulletin->GPC['email'];
-- $email is storing the email that had been entered by the user during registration.
but, the I could not manage to find which php variable stores the newly defined value.