DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_PVT dependencies on PER_ALL_PEOPLE_F

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

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

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

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

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

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