DBA Data[Home] [Help]

APPS.IEX_SCORE_NEW_PVT dependencies on PER_SECURITY_PROFILES

Line 1235: select security_profile_name into l_pf_name from per_security_profiles

1231: END IF;
1232:
1233: -- Begin bug 6128024
1234: begin
1235: select security_profile_name into l_pf_name from per_security_profiles
1236: where security_profile_id = l_pf_value;
1237: exception
1238: when others then l_pf_name := null;
1239: end;