DBA Data[Home] [Help]

APPS.GMS_SECURITY dependencies on PA_UTILS

Line 40: G_person_id := pa_utils.GetEmpIdFromUser( G_user_id );

36: BEGIN
37:
38: IF ( X_user_id IS NOT NULL ) THEN
39: G_user_id := X_user_id;
40: G_person_id := pa_utils.GetEmpIdFromUser( G_user_id );
41: ELSE
42: G_person_id := NULL;
43: END IF;
44: G_module_name := X_calling_module;