DBA Data[Home] [Help]

APPS.PER_SECURITY_PROFILES_PKG dependencies on PER_SEC_PROFILE_ASSIGNMENTS

Line 430: from PER_SEC_PROFILE_ASSIGNMENTS a

426: l_dummy_number number;
427: v_record_exists boolean := FALSE;
428: l_security_profile_id per_security_profiles.SECURITY_PROFILE_ID%type;
429: cursor prfl_assignmen(p_profile_id number) is select null
430: from PER_SEC_PROFILE_ASSIGNMENTS a
431: where a.security_profile_id = p_profile_id;
432: --Bug 5021035 ends here
433: BEGIN
434: --Bug 5021035 starts here5021035