DBA Data[Home] [Help]

APPS.HR_SEC3_UPDATE dependencies on PER_SEC_PROFILE_ASSIGNMENTS

Line 104: from per_sec_profile_assignments

100: defined out nocopy boolean) is
101: cursor c1 is
102: select distinct (responsibility_id),
103: security_profile_id
104: from per_sec_profile_assignments
105: where responsibility_id = p_resp_id;
106: l_resp1 number;
107:
108: begin