DBA Data[Home] [Help]

APPS.IGW_PROP_USER_ROLES_PVT dependencies on IGW_ROLES_TL

Line 544: FROM igw_roles_tl

540:
541: IF p_role_name IS NOT NULL THEN
542: SELECT role_id
543: INTO x_role_id
544: FROM igw_roles_tl
545: WHERE upper(role_name) = upper(p_role_name)
546: and language = userenv('LANG');
547: END IF;
548: