• If you want get object_name using object_id.

    you can use the following command

    select object_name(object_id)

    ex:

    select object_name(1000)