DBA Data[Home] [Help]

APPS.GHR_UTILITY dependencies on PER_PEOPLE_F

Line 180: p_person_id in per_people_f.person_id%type,

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

Line 186: p_person_id in per_people_f.person_id%type,

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