Creation of an index should include using the following syntax:

CREATE PUBLIC SYNONYM name
FOR object name

Note: As a point of reference, aliases in a select clause only pertain to that query. Synonyms are permanent. A private synonym must be distinct from all other objects owned by the same user.