DBA Data[Home] [Help]

APPS.UMX_PROXY_USER_PVT dependencies on PER_PHONES

Line 60: x_phone_number out NOCOPY PER_PHONES.PHONE_NUMBER%TYPE ,

56: * Errors : possible errors raised by this API
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: