DBA Data[Home] [Help]

APPS.GHR_SF52_PRE_UPDATE dependencies on PER_PEOPLE_EXTRA_INFO

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

197: );
198:
199: PROCEDURE get_auth_codes
200: (p_pa_req_rec IN ghr_pa_requests%rowtype,
201: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
202: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
203: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
204: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);
205:

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

198:
199: PROCEDURE get_auth_codes
200: (p_pa_req_rec IN ghr_pa_requests%rowtype,
201: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
202: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
203: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
204: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);
205:
206:

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

199: PROCEDURE get_auth_codes
200: (p_pa_req_rec IN ghr_pa_requests%rowtype,
201: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
202: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
203: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
204: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);
205:
206:
207:

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

200: (p_pa_req_rec IN ghr_pa_requests%rowtype,
201: p_pei_auth_code1 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
202: p_pei_auth_code2 IN per_people_extra_info.pei_information1%type DEFAULT hr_api.g_varchar2,
203: p_auth_code1 IN OUT nocopy per_people_extra_info.pei_information1%type,
204: p_auth_code2 IN OUT nocopy per_people_extra_info.pei_information1%type);
205:
206:
207:
208: end GHR_SF52_PRE_UPDATE;