DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_PVT dependencies on PER_ALL_PEOPLE_F

Line 78: function GET_PHONE_NUMBER(p_person_id in per_all_people_f.person_id%type) return varchar2;

74: * @return : Phone Number of the person
75: * Errors : possible errors raised by this API
76: * Other Comments :
77: */
78: function GET_PHONE_NUMBER(p_person_id in per_all_people_f.person_id%type) return varchar2;
79: /**
80: * Function : GET_PERSON_ID
81: * Type : Private
82: * Description : Retrieve person_id from party_id

Line 114: function GET_MANAGER_NAME(p_person_id in per_all_people_f.person_id%type) return varchar2;

110: * @return : Name of the manager of the person
111: * Errors : possible errors raised by this API
112: * Other Comments :
113: */
114: function GET_MANAGER_NAME(p_person_id in per_all_people_f.person_id%type) return varchar2;
115:
116: /**
117: * Function : GET_JOB_TITLE
118: * Type : Private

Line 133: function GET_JOB_TITLE(p_person_id in per_all_people_f.person_id%type) return varchar2;

129: * @return : Job Title
130: * Errors : possible errors raised by this API
131: * Other Comments :
132: */
133: function GET_JOB_TITLE(p_person_id in per_all_people_f.person_id%type) return varchar2;
134:
135: end UMX_REGISTRATION_PVT;