DBA Data[Home] [Help]

APPS.IEX_SCORE_NEW_PVT dependencies on PER_SECURITY_PROFILES

Line 1729: select security_profile_name into l_pf_name from per_security_profiles

1725: into l_sysdate
1726: from dual;
1727: -- Begin bug 6128024
1728: begin
1729: select security_profile_name into l_pf_name from per_security_profiles
1730: where security_profile_id = l_pf_value;
1731: exception
1732: when others then l_pf_name := null;
1733: end;