DBA Data[Home] [Help]

APPS.UMX_PROXY_USER_PVT dependencies on PER_JOBS_VL

Line 61: x_job_title out NOCOPY PER_JOBS_VL.NAME%TYPE

57: * Other Comments :
58: */
59: procedure GET_EMP_DATA(p_person_id in per_all_people_f.person_id%type,
60: x_phone_number out NOCOPY PER_PHONES.PHONE_NUMBER%TYPE ,
61: x_job_title out NOCOPY PER_JOBS_VL.NAME%TYPE
62: );
63:
64:
65: