DBA Data[Home] [Help]

APPS.GHR_SF52_PRE_UPDATE dependencies on PER_PEOPLE_EXTRA_INFO

Line 190: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,

186: );
187:
188: PROCEDURE get_auth_codes
189: (p_pa_req_rec IN ghr_pa_requests%rowtype,
190: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
191: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
192: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
193: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);
194:

Line 191: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,

187:
188: PROCEDURE get_auth_codes
189: (p_pa_req_rec IN ghr_pa_requests%rowtype,
190: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
191: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
192: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
193: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);
194:
195:

Line 192: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,

188: PROCEDURE get_auth_codes
189: (p_pa_req_rec IN ghr_pa_requests%rowtype,
190: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
191: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
192: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
193: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);
194:
195:
196:

Line 193: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);

189: (p_pa_req_rec IN ghr_pa_requests%rowtype,
190: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
191: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
192: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
193: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);
194:
195:
196:
197: end GHR_SF52_PRE_UPDATE;