DBA Data[Home] [Help]

APPS.OKE_COMM_ACT_UTILS dependencies on PER_ALL_PEOPLE_F

Line 155: FROM per_all_people_f

151:
152: IF p%notfound THEN
153: l_requestor := l_user_name;
154: SELECT full_name into l_action_owner
155: FROM per_all_people_f
156: WHERE person_id = P_Owner
157: AND sysdate between effective_start_date and effective_end_date;
158: END IF;
159: CLOSE p;

Line 488: FROM per_all_people_f

484:
485: IF p%notfound THEN
486: l_requestor := l_user_name;
487: SELECT full_name into l_action_owner
488: FROM per_all_people_f
489: WHERE person_id = P_Owner
490: AND sysdate between effective_start_date and effective_end_date;
491: END IF;
492: CLOSE p;