DBA Data[Home] [Help]

APPS.GHR_UTILITY dependencies on PER_PEOPLE_F

Line 183: p_person_id in per_people_f.person_id%type,

179: p_effective_date in ghr_pa_requests.effective_date%type,
180: p_pa_request_id in ghr_pa_requests.pa_request_id%type);
181:
182: function get_nfc_prev_noa(
183: p_person_id in per_people_f.person_id%type,
184: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type,
185: p_effective_date in ghr_pa_requests.effective_date%type)
186: RETURN VARCHAR2;
187:

Line 189: p_person_id in per_people_f.person_id%type,

185: p_effective_date in ghr_pa_requests.effective_date%type)
186: RETURN VARCHAR2;
187:
188: procedure get_nfc_auth_codes(
189: p_person_id in per_people_f.person_id%type,
190: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type,
191: p_effective_date in ghr_pa_requests.effective_date%type,
192: p_first_auth_code out nocopy ghr_pa_requests.FIRST_ACTION_LA_CODE1%type,
193: p_second_auth_code out nocopy ghr_pa_requests.FIRST_ACTION_LA_CODE1%type);