DBA Data[Home] [Help]

APPS.GHR_MTI_INT dependencies on GHR_MT_PEOPLE_EI_V

Line 379: l_pei ghr_mt_people_ei_v%rowtype;

375: l_assignment_sequence number;
376: l_name_combination_warning boolean;
377: l_orig_hire_warning boolean;
378:
379: l_pei ghr_mt_people_ei_v%rowtype;
380: l_sit ghr_mt_analysis_criteria_v%rowtype;
381: l_hr_user_type varchar2(20);
382: l_address ghr_mt_addresses_v%rowtype;
383:

Line 391: from ghr_mt_people_ei_v

387: -- in the interface table for a person by transfer_name.
388: --
389: cursor cur_people_ei is
390: select *
391: from ghr_mt_people_ei_v
392: where mt_name = p_transfer_name
393: and mt_person_id = p_tran.mt_person_id;
394:
395: cursor cur_sit is