check_if_user_exists(p_user_id integer)


Description

Checks if a user with the specified user ID exists in the database.

Parameters

Name Type Mode
p_user_id integer IN

Definition